| /src/lib/libc/arch/i386/string/ |
| index.S | 1 /* $NetBSD: index.S,v 1.14 2005/02/09 18:15:16 christos Exp $ */ 3 #define INDEX
|
| /src/lib/libc/string/ |
| index.c | 1 /* $NetBSD: index.c,v 1.15 2005/12/20 19:31:50 christos Exp $ */ 2 #define INDEX
|
| /src/lib/libc/citrus/modules/ |
| citrus_mapper_646.c | 76 #define INDEX(x) INDEX_##x, 79 SPECIALS(INDEX)
|
| /src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| parse.h | 60 INDEX = 259, /* INDEX */ 76 #define INDEX 259
|
| parse.c | 170 INDEX = 259, /* INDEX */ 186 #define INDEX 259 227 YYSYMBOL_INDEX = 4, /* INDEX */ 568 /* YYLAST -- Last index in YYTABLE. */ 645 "\"end of file\"", "error", "\"invalid token\"", "ET", "INDEX", 667 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing 1227 case 11: /* statement: INDEX NUMBER */
|
| /src/external/bsd/byacc/dist/ |
| lalr.c | 53 static Value_t *INDEX; 571 INDEX = NEW2(ngotos + 1, Value_t); 578 INDEX[i] = 0; 582 if (INDEX[i] == 0 && R[i]) 586 FREE(INDEX); 603 INDEX[i] = height = top; 613 if (INDEX[j] == 0) 616 if (INDEX[i] > INDEX[j]) 617 INDEX[i] = INDEX[j] [all...] |
| /src/external/bsd/jemalloc.old/dist/src/ |
| ctl.c | 42 ctl_named_children(const ctl_named_node_t *node, size_t index) { 45 return (children ? &children[index] : NULL); 365 #define INDEX(i) {false}, i##_index 513 {INDEX(arena_i)} 527 {INDEX(arenas_bin_i)} 538 {INDEX(arenas_lextent_i)} 567 {INDEX(prof_stats_bins_i)} 580 {INDEX(prof_stats_lextents_i)} 660 {INDEX(stats_arenas_i_bins_j)} 674 {INDEX(stats_arenas_i_lextents_j) 1502 uintmax_t index; local [all...] |
| /src/external/bsd/jemalloc/dist/src/ |
| ctl.c | 42 ctl_named_children(const ctl_named_node_t *node, size_t index) { 45 return (children ? &children[index] : NULL); 415 #define INDEX(i) {false}, i##_index 567 static const ctl_indexed_node_t arena_node[] = {{INDEX(arena_i)}}; 577 static const ctl_indexed_node_t arenas_bin_node[] = {{INDEX(arenas_bin_i)}}; 585 {INDEX(arenas_lextent_i)}}; 608 {INDEX(prof_stats_bins_i)}}; 618 {INDEX(prof_stats_lextents_i)}}; 683 {INDEX(stats_arenas_i_bins_j)}}; 694 {INDEX(stats_arenas_i_lextents_j)}} 1530 uintmax_t index; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64.cc | 94 enum insn_type { MOV, MVN, INDEX, PTRUE }; 125 /* For INDEX. */ 131 } index; member in union:simd_immediate_info::__anon15279 168 : elt_mode (elt_mode_in), insn (INDEX) 170 u.index.base = base_in; 171 u.index.step = step_in; 6270 N + I * INDEX of the SVE register. */ 6305 /* Try using INDEX. */ 6368 /* BUILDER is a constant predicate in which the index of every set bit 6406 /* BUILDER is a constant predicate in which the index of every set bi [all...] |
| /src/external/bsd/zstd/dist/programs/ |
| fileio.c | 2097 checked_index(const char* options[], size_t length, size_t index) { 2098 assert(index < length); 2101 return options[index]; 2104 #define INDEX(options, index) checked_index((options), sizeof(options) / sizeof(char*), (size_t)(index)) 2118 DISPLAY("%s", INDEX(sparseOptions, prefs->sparseFileSupport)); 2120 DISPLAY("%s", INDEX(checkSumOptions, prefs->checksumFlag)); 2124 DISPLAY("%s", INDEX(rowMatchFinderOptions, prefs->useRowMatchFinder)); 2132 DISPLAY("%s", INDEX(compressLiteralsOptions, prefs->literalCompressionMode)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64.cc | 129 enum insn_type { MOV, MVN, INDEX, PTRUE }; 160 /* For INDEX. */ 166 } index; member in union:simd_immediate_info::__anon12661 203 : elt_mode (elt_mode_in), insn (INDEX) 205 u.index.base = base_in; 206 u.index.step = step_in; 4992 /* A zero-based index of the register within the group. */ 4993 unsigned int index; 5060 loc.index = m_group_count[loc.group]++; 5230 gcc_assert (loc.index < 8) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| nid.h | 715 #define INDEX(x) ((x) << 6)
|