HomeSort by: relevance | last modified time | path
    Searched defs:IX (Results 1 - 9 of 9) sorted by relevancy

  /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/libexec/makewhatis/
makewhatis.c 876 static const char IX[] = ".IX TITLE";
896 } while (strncasecmp(buffer, IX, sizeof(IX) - 1) != 0);
  /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)
  /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)
  /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/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.old/dist/opcodes/
ppc-opc.c 3067 /* The IX field in xxsplti32dx. */
3068 #define IX UIM8 + 1
3072 #define PMSK8 IX + 1
9782 {"xxsplti32dx", P8RR|VSOP(32,0), P_VSI_MASK, POWER10, 0, {XTS, IX, IMM32}},

Completed in 125 milliseconds