Home
last modified time | relevance | path

Searched defs:VEC (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Doddfac_1.c49 #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 D2fac_ui.c35 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
H A Dfac_ui.c36 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
H A Dbin_uiui.c479 #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 Dmfac_uiui.c39 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
H A Dprimorial_ui.c42 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.h1537 #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 Dsparc.h1541 #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 Dnvptx.h301 #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 Dnvptx.h311 #define ADDR_VEC_ALIGN(VEC) (JUMP_TABLES_IN_TEXT_SECTION ? 5 : 2) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.h574 #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 Dc6x.h574 #define ADDR_VEC_ALIGN(VEC) (JUMP_TABLES_IN_TEXT_SECTION ? 5 : 2) argument
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c394 #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 Dvms-alpha.c393 #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 Dira-int.h778 #define FOR_EACH_BIT_IN_MINMAX_SET(VEC, MIN, MAX, N, ITER) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-int.h788 #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 DRewriteModernObjC.cpp3877 #define SKIP_BITFIELDS(IX, ENDIX, VEC) { \ argument