| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| EnumeratedArray.h | 27 for (IndexType IX = 0; IX < Size; ++IX) { 28 Underlying[IX] = V; 32 auto IX = static_cast<const IndexType>(Index); 33 assert(IX >= 0 && IX < Size && "Index is out of bounds."); 34 return Underlying[IX];
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| modify.c | 694 int i, j, k, l, ir, jstack, match, *ix, itmp, nvals, rc = LDAP_SUCCESS; local 707 #define IX(x) ix[x] 708 #define EXCH(x,y) SWAP(ix[x],ix[y],itmp) 709 #define SETA(x) itmp = ix[x]; a = cv[itmp] 710 #define GETA(x) ix[x] = itmp; 711 #define SET(x,y) ix[x] = ix[y] 735 ix = slap_sl_malloc( nvals * sizeof(int), ctx ) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| cpustate.h | 264 IX = (1 << IX_IDX), 268 #define FPSR_ALL_FPSRS (IO | DZ | OF | UF | IX | ID)
|
| simulator.c | 8281 Out of Range raises IO and IX and saturates value 8282 Denormal raises ID and IX and sets to zero. */ 8300 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \ 8305 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \ 8311 aarch64_set_FPSR_bits (cpu, IO | IX | ID, IX | ID); \
|
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| cpustate.h | 264 IX = (1 << IX_IDX), 268 #define FPSR_ALL_FPSRS (IO | DZ | OF | UF | IX | ID)
|
| simulator.c | 8281 Out of Range raises IO and IX and saturates value 8282 Denormal raises ID and IX and sets to zero. */ 8300 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \ 8305 aarch64_set_FPSR_bits (cpu, IO | IX, IO | IX); \ 8311 aarch64_set_FPSR_bits (cpu, IO | IX | ID, IX | ID); \
|
| /src/external/gpl2/xcvs/dist/doc/ |
| mkman.pl | 274 s/^\@cindex\s+(.*)$/.IX "$1"/;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.h | 143 #define BINDING_VECTOR_CLUSTER(NODE,IX) \ 144 (((tree_binding_vec *)BINDING_VECTOR_CHECK (NODE))->vec[IX])
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.h | 143 #define BINDING_VECTOR_CLUSTER(NODE,IX) \ 144 (((tree_binding_vec *)BINDING_VECTOR_CHECK (NODE))->vec[IX])
|
| /src/libexec/makewhatis/ |
| makewhatis.c | 876 static const char IX[] = ".IX TITLE"; 896 } while (strncasecmp(buffer, IX, sizeof(IX) - 1) != 0);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| PGOInstrumentation.cpp | 546 BBInfo(unsigned IX) : Group(this), Index(IX) {} 1011 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {} 1013 UseBBInfo(unsigned IX, uint64_t C) 1014 : BBInfo(IX), CountValue(C), CountValid(true) {}
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree.h | 1125 value of each element (stored within VAL). IX must be a scratch variable 1127 #define FOR_EACH_CONSTRUCTOR_VALUE(V, IX, VAL) \ 1128 for (IX = 0; (IX >= vec_safe_length (V)) \ 1130 : ((VAL = (*(V))[IX].value), \ 1132 (IX)++) 1136 within INDEX). IX must be a scratch variable of unsigned integer type. */ 1137 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \ 1138 for (IX = 0; (IX >= vec_safe_length (V)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree.h | 1230 value of each element (stored within VAL). IX must be a scratch variable 1232 #define FOR_EACH_CONSTRUCTOR_VALUE(V, IX, VAL) \ 1233 for (IX = 0; (IX >= vec_safe_length (V)) \ 1235 : ((VAL = (*(V))[IX].value), \ 1237 (IX)++) 1241 within INDEX). IX must be a scratch variable of unsigned integer type. */ 1242 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \ 1243 for (IX = 0; (IX >= vec_safe_length (V)) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| RewriteModernObjC.cpp | 3877 #define SKIP_BITFIELDS(IX, ENDIX, VEC) { \ 3878 while ((IX < ENDIX) && VEC[IX]->isBitField()) \ 3879 ++IX; \ 3880 if (IX < ENDIX) \ 3881 --IX; \
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ppc-opc.c | 3145 /* The IX field in xxsplti32dx. */ 3146 #define IX UIM8 + 1 3150 #define PMSK8 IX + 1 10001 {"xxsplti32dx", P8RR|VSOP(32,0), P_VSI_MASK, POWER10, 0, {XTS, IX, IMM32}},
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ppc-opc.c | 3145 /* The IX field in xxsplti32dx. */ 3146 #define IX UIM8 + 1 3150 #define PMSK8 IX + 1 9936 {"xxsplti32dx", P8RR|VSOP(32,0), P_VSI_MASK, POWER10, 0, {XTS, IX, IMM32}},
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ppc-opc.c | 3067 /* The IX field in xxsplti32dx. */ 3068 #define IX UIM8 + 1 3072 #define PMSK8 IX + 1 9793 {"xxsplti32dx", P8RR|VSOP(32,0), P_VSI_MASK, POWER10, 0, {XTS, IX, IMM32}},
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ppc-opc.c | 3145 /* The IX field in xxsplti32dx. */ 3146 #define IX UIM8 + 1 3150 #define PMSK8 IX + 1 9958 {"xxsplti32dx", P8RR|VSOP(32,0), P_VSI_MASK, POWER10, 0, {XTS, IX, IMM32}},
|
| /src/external/gpl3/binutils/dist/gprofng/doc/ |
| texinfo.tex | 4833 % \newindex {foo} defines an index named IX. 4835 % \IXindex ...rest of line... puts an entry in the index IX. 4837 % the file that accumulates this index. The file's extension is IX.
|
| /src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| texinfo.tex | 4833 % \newindex {foo} defines an index named IX. 4835 % \IXindex ...rest of line... puts an entry in the index IX. 4837 % the file that accumulates this index. The file's extension is IX.
|
| /src/external/gpl3/gcc/dist/gcc/doc/include/ |
| texinfo.tex | 4726 % \newindex {foo} defines an index named IX. 4728 % \IXindex ...rest of line... puts an entry in the index IX. 4730 % the file that accumulates this index. The file's extension is IX.
|
| /src/external/lgpl3/mpc/dist/build-aux/ |
| texinfo.tex | 4714 % \newindex {foo} defines an index named IX. 4716 % \IXindex ...rest of line... puts an entry in the index IX. 4718 % the file that accumulates this index. The file's extension is IX.
|
| /src/external/lgpl3/mpfr/dist/doc/ |
| texinfo.tex | 4728 % \newindex {foo} defines an index named IX. 4730 % \IXindex ...rest of line... puts an entry in the index IX. 4732 % the file that accumulates this index. The file's extension is IX.
|
| /src/share/terminfo/ |
| terminfo | 18807 kt7ix|kimtron model kt-7 or 70 in IX mode, 20826 ibmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX, 24186 # The following is a version of the ibm-pc entry distributed with PC/IX, 24192 # communications packages (but NOT PC/IX connect) do some kind of emulation. 24193 pcix|PC/IX console, [all...] |