| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | EnumeratedArray.h | 27 for (IndexType IX = 0; IX < Size; ++IX) { in EnumeratedArray() local 28 Underlying[IX] = V; in EnumeratedArray() 32 auto IX = static_cast<const IndexType>(Index); variable 33 assert(IX >= 0 && IX < Size && "Index is out of bounds."); 34 return Underlying[IX];
|
| /netbsd-src/external/gpl3/gdb/dist/sim/v850/ |
| H A D | v850.dc | 39 switch,combine : 10 : 10 : : : : 1 :F_I,IX : v850e2v3 40 switch,combine : 10 : 10 : : : : 1 :F_I,IX : v850e3v5 69 switch,combine : 10 : 0 : : : : 1 :C,IX : v850e3v5
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | modify.c | 707 #define IX(x) ix[x] in slap_sort_vals() macro 748 COMP(cv[IX(i)], a); in slap_sort_vals() 762 COMP( cv[IX(l)], cv[IX(ir)] ); in slap_sort_vals() 769 COMP( cv[IX(l+1)], cv[IX(ir)] ); in slap_sort_vals() 776 COMP( cv[IX(l)], cv[IX(l+1)] ); in slap_sort_vals() 785 a = cv[IX(i)]; in slap_sort_vals() 789 COMP( cv[IX(i)], a ); in slap_sort_vals() 793 COMP( cv[IX(j)], a ); in slap_sort_vals()
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | files.ixm1200 | 12 # IXP12x0 IX,PCI,SRAM bus support
|
| /netbsd-src/sys/arch/arm/ixp12x0/ |
| H A D | files.ixp12x0 | 14 # IXP1200 IX,PCI,SRAM bus
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | name-lookup.h | 142 #define BINDING_VECTOR_CLUSTER(NODE,IX) \ argument 143 (((tree_binding_vec *)BINDING_VECTOR_CHECK (NODE))->vec[IX])
|
| /netbsd-src/libexec/makewhatis/ |
| H A D | makewhatis.c | 876 static const char IX[] = ".IX TITLE"; in parsemanpage() local 896 } while (strncasecmp(buffer, IX, sizeof(IX) - 1) != 0); in parsemanpage()
|
| /netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
| H A D | drm_pciids.txt | 464 0x5333 0x8c12 S3_SAVAGE_MX "Savage/IX-MV" 465 0x5333 0x8c13 S3_SAVAGE_MX "Savage/IX" 469 0x5333 0x8c2a S3_SUPERSAVAGE "SuperSavage IX/128 SDR" 470 0x5333 0x8c2b S3_SUPERSAVAGE "SuperSavage IX/128 DDR" 471 0x5333 0x8c2c S3_SUPERSAVAGE "SuperSavage IX/64 SDR" 472 0x5333 0x8c2d S3_SUPERSAVAGE "SuperSavage IX/64 DDR" 473 0x5333 0x8c2e S3_SUPERSAVAGE "SuperSavage IX/C SDR" 474 0x5333 0x8c2f S3_SUPERSAVAGE "SuperSavage IX/C DDR"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 546 BBInfo(unsigned IX) : Group(this), Index(IX) {} in BBInfo() 1011 UseBBInfo(unsigned IX) : BBInfo(IX), CountValid(false) {} in UseBBInfo() 1013 UseBBInfo(unsigned IX, uint64_t C) in UseBBInfo() 1014 : BBInfo(IX), CountValue(C), CountValid(true) {} in UseBBInfo()
|
| /netbsd-src/usr.sbin/bootp/bootpd/ |
| H A D | Announce | 53 CDC EP/IX (1.4.3, 2.1.1)
|
| /netbsd-src/games/hack/ |
| H A D | hh | 32 IX: list unpaid but used up items
|
| H A D | help | 62 IX - print all used up items that are on your shopping bill;
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4013.txt | 153 1 I<U+00AD>X IX SOFT HYPHEN mapped to nothing 157 5 <U+2168> IX output is NFKC, will match #1
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | rfc4013.txt | 153 1 I<U+00AD>X IX SOFT HYPHEN mapped to nothing 157 5 <U+2168> IX output is NFKC, will match #1
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.h | 1102 #define FOR_EACH_CONSTRUCTOR_VALUE(V, IX, VAL) \ argument 1103 for (IX = 0; (IX >= vec_safe_length (V)) \ 1105 : ((VAL = (*(V))[IX].value), \ 1107 (IX)++) 1112 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \ argument 1113 for (IX = 0; (IX >= vec_safe_length (V)) \ 1115 : (((void) (VAL = (*V)[IX].value)), \ 1116 (INDEX = (*V)[IX].index), \ 1118 (IX)++)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.h | 1127 #define FOR_EACH_CONSTRUCTOR_VALUE(V, IX, VAL) \ argument 1128 for (IX = 0; (IX >= vec_safe_length (V)) \ 1130 : ((VAL = (*(V))[IX].value), \ 1132 (IX)++) 1137 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \ argument 1138 for (IX = 0; (IX >= vec_safe_length (V)) \ 1140 : (((void) (VAL = (*V)[IX].value)), \ 1141 (INDEX = (*V)[IX].index), \ 1143 (IX)++)
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mm/ |
| H A D | ChangeLog | 302 * Added support for the ms- (and mgs-)macro .IX 303 * Added indexmacro IX, INITI, IND and INDP, support for
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrPrefix.td | 415 // PO T XO IX TX imm1 ]. 421 bit IX; 436 let Inst{46} = IX; 1901 (ins vsrc:$XTi, u1imm:$IX, i32imm:$IMM32), 1902 "xxsplti32dx $XT, $IX, $IMM32", IIC_VecGeneral, 1904 (PPCxxsplti32dx v2i64:$XTi, i32:$IX,
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | configure.ac | 399 dnl aix have asl.h (A/IX screen library) that we don't want
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mom/ |
| H A D | ChangeLog | 436 o Changed .IX to .IQ. The older form still works, but emits a message 438 still remains IX; IQ is an alias.) Docs updated to reflect the
|
| H A D | NEWS | 268 .IX is now deprecated, although it will continue to work as before.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 3877 #define SKIP_BITFIELDS(IX, ENDIX, VEC) { \ argument 3878 while ((IX < ENDIX) && VEC[IX]->isBitField()) \ 3879 ++IX; \ 3880 if (IX < ENDIX) \ 3881 --IX; \
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | c64 | 513 # like 0x0d20352020204c594e5820495820204259205749 "\r 5 LYNX IX BY WILL CORLEY" for LyNX archive…
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | ChangeLog-2020 | 2335 (IMM32, UIM3, IX, UIM5, SH3, XTS, P8RR): Define. 2726 * z80-dis.c: Fix disassembly of LD IY,(HL) and D (HL),IX
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ChangeLog-2020 | 2335 (IMM32, UIM3, IX, UIM5, SH3, XTS, P8RR): Define. 2726 * z80-dis.c: Fix disassembly of LD IY,(HL) and D (HL),IX
|