Searched refs:INDEX (Results 26 - 50 of 77) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.h426 #define MODE_CODE_BASE_REG_CLASS(MODE, AS, OUTER, INDEX) \
427 gcn_mode_code_base_reg_class (MODE, AS, OUTER, INDEX)
428 #define REGNO_MODE_CODE_OK_FOR_BASE_P(NUM, MODE, AS, OUTER, INDEX) \
429 gcn_regno_mode_code_ok_for_base_p (NUM, MODE, AS, OUTER, INDEX)
/netbsd-current/external/gpl3/gdb.old/dist/sim/or1k/
H A Dor1k.c144 #define CHECK_SPR_FIELD(GROUP, INDEX, FIELD, test) \
147 USI field = GET_H_##SYS##_##INDEX##_##FIELD (); \
151 #FIELD, #INDEX, field); \
/netbsd-current/external/gpl3/gdb/dist/sim/or1k/
H A Dor1k.c145 #define CHECK_SPR_FIELD(GROUP, INDEX, FIELD, test) \
148 USI field = GET_H_##SYS##_##INDEX##_##FIELD (); \
152 #FIELD, #INDEX, field); \
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dclass.c148 INDEX should be a variable holding an int;
152 After the macro is executed, INDEX contains the length of the
156 #define CLASS_TABLE_HASH(INDEX, HASH, CLASS_NAME) \
159 for (INDEX = 0; CLASS_NAME[INDEX] != '\0'; INDEX++) \
161 HASH = (HASH << 4) ^ (HASH >> 28) ^ CLASS_NAME[INDEX]; \
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dclass.c148 INDEX should be a variable holding an int;
152 After the macro is executed, INDEX contains the length of the
156 #define CLASS_TABLE_HASH(INDEX, HASH, CLASS_NAME) \
159 for (INDEX = 0; CLASS_NAME[INDEX] != '\0'; INDEX++) \
161 HASH = (HASH << 4) ^ (HASH >> 28) ^ CLASS_NAME[INDEX]; \
/netbsd-current/external/historical/nawk/dist/
H A Dawkgram.y60 %token <i> GENSUB SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
88 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
402 | INDEX '(' pattern comma pattern ')'
403 { $$ = op2(INDEX, $3, $5); }
404 | INDEX '(' pattern comma reg_expr ')'
406 $$ = op2(INDEX, $3, (Node*)$5); }
H A Dmaketab.c61 { INDEX, "sindex", "sindex" },
H A Dlex.c75 { "index", INDEX, INDEX },
/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_mapper_646.c76 #define INDEX(x) INDEX_##x, macro
79 SPECIALS(INDEX)
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dmigrate_v1_v2.sql120 CREATE INDEX index_metadatas_by_id
122 CREATE INDEX index_test_programs_by_action_id
124 CREATE INDEX index_test_cases_by_test_programs_id
155 CREATE INDEX index_tmp_metadatas_by_test_case_id
157 CREATE INDEX index_tmp_metadatas_by_test_program_id
331 DROP INDEX index_tmp_metadatas_by_test_program_id;
332 DROP INDEX index_tmp_metadatas_by_test_case_id;
H A Dschema_v2.sql160 CREATE INDEX index_metadatas_by_id
202 CREATE INDEX index_test_programs_by_action_id
223 CREATE INDEX index_test_cases_by_test_programs_id
/netbsd-current/sys/kern/
H A Dsubr_kmem.c243 #define KMEM_CACHE_PROBE(ARRAY, INDEX, PTR, REQSIZE, ALLOCSIZE, FLAGS) \
253 #define KMEM_CACHE_PROBE(ARRAY, INDEX, PTR, REQSIZE, ALLOCSIZE, FLAGS) do \
257 KDASSERT((INDEX) < __arraycount(ARRAY)); \
258 if (__predict_false((id = *(ARRAY)[INDEX]) != 0)) { \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Davx512vlintrin.h13002 #define _mm256_mmask_i32gather_ps(V1OLD, MASK, INDEX, ADDR, SCALE) \
13005 (__v8si)(__m256i) (INDEX), \
13009 #define _mm_mmask_i32gather_ps(V1OLD, MASK, INDEX, ADDR, SCALE) \
13012 (__v4si)(__m128i) (INDEX), \
13016 #define _mm256_mmask_i32gather_pd(V1OLD, MASK, INDEX, ADDR, SCALE) \
13019 (__v4si)(__m128i) (INDEX), \
13023 #define _mm_mmask_i32gather_pd(V1OLD, MASK, INDEX, ADDR, SCALE) \
13026 (__v4si)(__m128i) (INDEX), \
13030 #define _mm256_mmask_i64gather_ps(V1OLD, MASK, INDEX, ADDR, SCALE) \
13033 (__v4di)(__m256i) (INDEX), \
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Davx512vlintrin.h13153 #define _mm256_mmask_i32gather_ps(V1OLD, MASK, INDEX, ADDR, SCALE) \
13156 (__v8si)(__m256i) (INDEX), \
13160 #define _mm_mmask_i32gather_ps(V1OLD, MASK, INDEX, ADDR, SCALE) \
13163 (__v4si)(__m128i) (INDEX), \
13167 #define _mm256_mmask_i32gather_pd(V1OLD, MASK, INDEX, ADDR, SCALE) \
13170 (__v4si)(__m128i) (INDEX), \
13174 #define _mm_mmask_i32gather_pd(V1OLD, MASK, INDEX, ADDR, SCALE) \
13177 (__v4si)(__m128i) (INDEX), \
13181 #define _mm256_mmask_i64gather_ps(V1OLD, MASK, INDEX, ADDR, SCALE) \
13184 (__v4di)(__m256i) (INDEX), \
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.c83 #define CamelliaSubkeyL(INDEX) (subkey[(INDEX)*2])
84 #define CamelliaSubkeyR(INDEX) (subkey[(INDEX)*2 + 1])
112 #define CAMELLIA_SP1110(INDEX) (camellia_sp1110[(INDEX)])
113 #define CAMELLIA_SP0222(INDEX) (camellia_sp0222[(INDEX)])
114 #define CAMELLIA_SP3033(INDEX) (camellia_sp3033[(INDEX)])
[all...]
/netbsd-current/sys/crypto/camellia/
H A Dcamellia.c74 #define SUBL(INDEX) (subkey[(INDEX)*2+1])
75 #define SUBR(INDEX) (subkey[(INDEX)*2])
100 #define CAMELLIA_SP1110(INDEX) (camellia_sp1110[(INDEX)])
101 #define CAMELLIA_SP0222(INDEX) (camellia_sp0222[(INDEX)])
102 #define CAMELLIA_SP3033(INDEX) (camellia_sp3033[(INDEX)])
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl2556 my ($ONE,$INDEX,$Ra,$Rb,$Rc,$Rd,$Re,$Rf)=map("%xmm$_",(0..7));
2617 movd $index, $INDEX
2627 pshufd \$0, $INDEX, $INDEX
2634 pcmpeqd $INDEX, $TMP0
2737 movd $index, $INDEX
2745 pshufd \$0, $INDEX, $INDEX
2753 pcmpeqd $INDEX, $TMP0
2798 my ($TWO,$INDEX,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl2558 my ($ONE,$INDEX,$Ra,$Rb,$Rc,$Rd,$Re,$Rf)=map("%xmm$_",(0..7));
2619 movd $index, $INDEX
2629 pshufd \$0, $INDEX, $INDEX
2636 pcmpeqd $INDEX, $TMP0
2739 movd $index, $INDEX
2747 pshufd \$0, $INDEX, $INDEX
2755 pcmpeqd $INDEX, $TMP0
2800 my ($TWO,$INDEX,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/
H A DConfigure2104 my $index_re = qr/\[\s*(?P<INDEX>(?:\\.|.)*?)\s*\]/;
2169 => sub { $push_to->(\%imagedocs, $expand_variables->($+{INDEX}),
2174 => sub { $push_to->(\%htmldocs, $expand_variables->($+{INDEX}),
2179 => sub { $push_to->(\%mandocs, $expand_variables->($+{INDEX}),
2184 => sub { $push_to->(\%sources, $expand_variables->($+{INDEX}),
2189 => sub { $push_to->(\%shared_sources, $expand_variables->($+{INDEX}),
2194 => sub { $push_to->(\%includes, $expand_variables->($+{INDEX}),
2199 => sub { $push_to->(\%defines, $expand_variables->($+{INDEX}),
2204 => sub { $push_to->(\%depends, $expand_variables->($+{INDEX}),
2209 => sub { $push_to->(\%generate, $expand_variables->($+{INDEX}),
[all...]
/netbsd-current/share/examples/puffs/pgfs/
H A Dnewfs.sql90 CREATE INDEX dirent_child ON dirent (child_fileid);
/netbsd-current/common/dist/zlib/old/os2/
H A DMakefile.os250 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \
/netbsd-current/external/gpl3/gdb/dist/zlib/old/os2/
H A DMakefile.os250 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \
/netbsd-current/external/gpl3/binutils/dist/zlib/old/os2/
H A DMakefile.os250 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \
/netbsd-current/external/gpl3/gdb.old/dist/zlib/old/os2/
H A DMakefile.os250 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \
/netbsd-current/external/gpl3/binutils.old/dist/zlib/old/os2/
H A DMakefile.os250 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \

Completed in 243 milliseconds

1234