/netbsd-src/external/lgpl3/gmp/dist/mpz/ |
H A D | oddfac_1.c | 49 #define FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I) \ argument 55 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument 157 #define SWING_A_PRIME(P, N, PR, MAX_PR, VEC, I) \ argument 170 #define SH_SWING_A_PRIME(P, N, PR, MAX_PR, VEC, I) \ argument
|
H A D | 2fac_ui.c | 35 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
|
H A D | fac_ui.c | 36 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
|
H A D | bin_uiui.c | 479 #define FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I) \ argument 485 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument 549 #define COUNT_A_PRIME(P, N, K, PR, MAX_PR, VEC, I) \ argument 564 #define SH_COUNT_A_PRIME(P, N, K, PR, MAX_PR, VEC, I) \ argument
|
H A D | mfac_uiui.c | 39 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
|
H A D | primorial_ui.c | 42 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.h | 1537 #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ argument 1540 #define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.h | 1541 #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ argument 1544 #define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.h | 301 #define ADDR_VEC_ALIGN(VEC) (JUMP_TABLES_IN_TEXT_SECTION ? 5 : 2) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.h | 311 #define ADDR_VEC_ALIGN(VEC) (JUMP_TABLES_IN_TEXT_SECTION ? 5 : 2) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.h | 574 #define ADDR_VEC_ALIGN(VEC) (JUMP_TABLES_IN_TEXT_SECTION ? 5 : 2) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.h | 574 #define ADDR_VEC_ALIGN(VEC) (JUMP_TABLES_IN_TEXT_SECTION ? 5 : 2) argument
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | vms-alpha.c | 394 #define VEC_COUNT(VEC) ((VEC).nbr_el) argument 398 #define VEC_EL(VEC, TYPE, N) (((TYPE *)((VEC).els))[N]) argument 400 #define VEC_INIT(VEC) \ argument 413 #define VEC_APPEND(VEC, TYPE) \ argument
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | vms-alpha.c | 393 #define VEC_COUNT(VEC) ((VEC).nbr_el) argument 397 #define VEC_EL(VEC, TYPE, N) (((TYPE *)((VEC).els))[N]) argument 399 #define VEC_INIT(VEC) \ argument 412 #define VEC_APPEND(VEC, TYPE) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ira-int.h | 778 #define FOR_EACH_BIT_IN_MINMAX_SET(VEC, MIN, MAX, N, ITER) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ira-int.h | 788 #define FOR_EACH_BIT_IN_MINMAX_SET(VEC, MIN, MAX, N, ITER) \ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 3877 #define SKIP_BITFIELDS(IX, ENDIX, VEC) { \ argument
|