| /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/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390-builtins.h | 38 #define DEF_TYPE(INDEX, ...) INDEX, 39 #define DEF_POINTER_TYPE(INDEX, ...) INDEX, 40 #define DEF_DISTINCT_TYPE(INDEX, ...) INDEX, 41 #define DEF_VECTOR_TYPE(INDEX, ...) INDEX, 42 #define DEF_OPAQUE_VECTOR_TYPE(INDEX, ...) INDEX, [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390-builtins.h | 38 #define DEF_TYPE(INDEX, ...) INDEX, 39 #define DEF_POINTER_TYPE(INDEX, ...) INDEX, 40 #define DEF_DISTINCT_TYPE(INDEX, ...) INDEX, 41 #define DEF_VECTOR_TYPE(INDEX, ...) INDEX, 42 #define DEF_OPAQUE_VECTOR_TYPE(INDEX, ...) INDEX, [all...] |
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| riscv_arch.h | 35 #define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ 44 #define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ 53 #define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ 57 return (OPENSSL_riscvcap_P[INDEX] & (1 << BIT_INDEX)) != 0; \ 63 size_t index; member in struct:RISCV_capability_s 71 #define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ 79 #define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ 81 { #NAME, INDEX, BIT_INDEX, HWPROBE_KEY, HWPROBE_VALUE }, 83 #define RISCV_DEFINE_CAP(NAME, INDEX, BIT_INDEX, \ 85 { #NAME, INDEX, BIT_INDEX } [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| avx512pfintrin.h | 194 #define _mm512_prefetch_i32gather_pd(INDEX, ADDR, SCALE, HINT) \ 195 __builtin_ia32_gatherpfdpd ((__mmask8)0xFF, (__v8si)(__m256i) (INDEX), \ 199 #define _mm512_prefetch_i32gather_ps(INDEX, ADDR, SCALE, HINT) \ 200 __builtin_ia32_gatherpfdps ((__mmask16)0xFFFF, (__v16si)(__m512i) (INDEX), \ 204 #define _mm512_mask_prefetch_i32gather_pd(INDEX, MASK, ADDR, SCALE, HINT) \ 205 __builtin_ia32_gatherpfdpd ((__mmask8) (MASK), (__v8si)(__m256i) (INDEX), \ 209 #define _mm512_mask_prefetch_i32gather_ps(INDEX, MASK, ADDR, SCALE, HINT) \ 210 __builtin_ia32_gatherpfdps ((__mmask16) (MASK), (__v16si)(__m512i) (INDEX),\ 214 #define _mm512_prefetch_i64gather_pd(INDEX, ADDR, SCALE, HINT) \ 215 __builtin_ia32_gatherpfqpd ((__mmask8)0xFF, (__v8di)(__m512i) (INDEX), \ [all...] |
| avx2intrin.h | 1674 #define _mm_i32gather_pd(BASE, INDEX, SCALE) \ 1677 (__v4si)(__m128i) (INDEX), \ 1683 #define _mm_mask_i32gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ 1686 (__v4si)(__m128i) (INDEX), \ 1690 #define _mm256_i32gather_pd(BASE, INDEX, SCALE) \ 1693 (__v4si)(__m128i) (INDEX), \ 1700 #define _mm256_mask_i32gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ 1703 (__v4si)(__m128i) (INDEX), \ 1707 #define _mm_i64gather_pd(BASE, INDEX, SCALE) \ 1710 (__v2di)(__m128i) (INDEX), \ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| avx512pfintrin.h | 194 #define _mm512_prefetch_i32gather_pd(INDEX, ADDR, SCALE, HINT) \ 195 __builtin_ia32_gatherpfdpd ((__mmask8)0xFF, (__v8si)(__m256i) (INDEX), \ 199 #define _mm512_prefetch_i32gather_ps(INDEX, ADDR, SCALE, HINT) \ 200 __builtin_ia32_gatherpfdps ((__mmask16)0xFFFF, (__v16si)(__m512i) (INDEX), \ 204 #define _mm512_mask_prefetch_i32gather_pd(INDEX, MASK, ADDR, SCALE, HINT) \ 205 __builtin_ia32_gatherpfdpd ((__mmask8) (MASK), (__v8si)(__m256i) (INDEX), \ 209 #define _mm512_mask_prefetch_i32gather_ps(INDEX, MASK, ADDR, SCALE, HINT) \ 210 __builtin_ia32_gatherpfdps ((__mmask16) (MASK), (__v16si)(__m512i) (INDEX),\ 214 #define _mm512_prefetch_i64gather_pd(INDEX, ADDR, SCALE, HINT) \ 215 __builtin_ia32_gatherpfqpd ((__mmask8)0xFF, (__v8di)(__m512i) (INDEX), \ [all...] |
| avx2intrin.h | 1674 #define _mm_i32gather_pd(BASE, INDEX, SCALE) \ 1677 (__v4si)(__m128i) (INDEX), \ 1683 #define _mm_mask_i32gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ 1686 (__v4si)(__m128i) (INDEX), \ 1690 #define _mm256_i32gather_pd(BASE, INDEX, SCALE) \ 1693 (__v4si)(__m128i) (INDEX), \ 1700 #define _mm256_mask_i32gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ 1703 (__v4si)(__m128i) (INDEX), \ 1707 #define _mm_i64gather_pd(BASE, INDEX, SCALE) \ 1710 (__v2di)(__m128i) (INDEX), \ [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| parse.h | 60 INDEX = 259, /* INDEX */ 76 #define INDEX 259
|
| lex.l | 66 index { return INDEX; }
|
| parse.y | 61 %token ET INDEX PREFIX EC ID END 100 statement : INDEX NUMBER
|
| /src/sys/external/bsd/drm2/include/linux/ |
| xarray.h | 50 #define xa_for_each(XA, INDEX, ENTRY) \ 51 for ((INDEX) = 0, (ENTRY) = xa_find((XA), &(INDEX), ULONG_MAX, -1); \ 53 (ENTRY) = xa_find_after((XA), &(INDEX), ULONG_MAX, -1))
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| DNSServerDNSSEC.h | 30 @param inIndex The desired DNSKeyInfo object's index number. 36 #define GetDNSKeyInfoKSK( ALGORITHM, INDEX ) GetDNSKeyInfoEx( ALGORITHM, INDEX, false ) 37 #define GetDNSKeyInfoZSK( ALGORITHM, INDEX ) GetDNSKeyInfoEx( ALGORITHM, INDEX, true )
|
| /src/external/gpl3/gcc/dist/contrib/regression/ |
| mkindex.pl | 32 # 'branchname' is used only to produce the title of the index page, 33 # which will be named 'index.html'. 79 # Sort the list of files for the index. 82 # Create the index. 83 open INDEX,'>',$destdir . '/index.html' or die "${destdir}/index.html: $!"; 85 print INDEX <<EOF or die "writing index: $!"; 98 # The index will have two columns, filename (without .gzip) an [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/regression/ |
| mkindex.pl | 32 # 'branchname' is used only to produce the title of the index page, 33 # which will be named 'index.html'. 79 # Sort the list of files for the index. 82 # Create the index. 83 open INDEX,'>',$destdir . '/index.html' or die "${destdir}/index.html: $!"; 85 print INDEX <<EOF or die "writing index: $!"; 98 # The index will have two columns, filename (without .gzip) an [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 80-test_tsa.t | 32 my $INDEX = shift; 38 "-out", "tsa_req${INDEX}.pem", 39 "-keyout", "tsa_key${INDEX}.pem"]))); 42 "-in", "tsa_req${INDEX}.pem", 43 "-out", "tsa_cert${INDEX}.pem",
|
| /src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| linux-atomic.c | 149 #define FETCH_AND_OP_2(OP, PFX_OP, INF_OP, TYPE, WIDTH, INDEX) \ 159 failure = __kernel_cmpxchg2 (ptr, &tmp, &newval, INDEX); \ 186 #define OP_AND_FETCH_2(OP, PFX_OP, INF_OP, TYPE, WIDTH, INDEX) \ 196 failure = __kernel_cmpxchg2 (ptr, &tmp, &newval, INDEX); \ 269 #define COMPARE_AND_SWAP_2(TYPE, WIDTH, INDEX) \ 284 fail = __kernel_cmpxchg2 (ptr, &actual_oldval, &newval, INDEX); \ 295 long failure = __kernel_cmpxchg2 (ptr, &oldval, &newval, INDEX); \ 332 #define SYNC_LOCK_TEST_AND_SET_2(TYPE, WIDTH, INDEX) \ 341 failure = __kernel_cmpxchg2 (ptr, &oldval, &val, INDEX); \ 365 #define SYNC_LOCK_RELEASE_1(TYPE, WIDTH, INDEX) \ [all...] |
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 80-test_tsa.t | 35 my $INDEX = shift; 41 "-out", "tsa_req${INDEX}.pem", 42 "-key", srctop_file("test", "certs", "alt${INDEX}-key.pem"), 43 "-keyout", "tsa_key${INDEX}.pem"]))); 46 "-in", "tsa_req${INDEX}.pem", 47 "-out", "tsa_cert${INDEX}.pem",
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 80-test_tsa.t | 35 my $INDEX = shift; 41 "-out", "tsa_req${INDEX}.pem", 42 "-key", srctop_file("test", "certs", "alt${INDEX}-key.pem"), 43 "-keyout", "tsa_key${INDEX}.pem"]))); 46 "-in", "tsa_req${INDEX}.pem", 47 "-out", "tsa_cert${INDEX}.pem",
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| linux-atomic.c | 118 #define FETCH_AND_OP_2(OP, PFX_OP, INF_OP, TYPE, WIDTH, INDEX) \ 128 failure = __kernel_cmpxchg2 (ptr, &tmp, &newval, INDEX); \ 155 #define OP_AND_FETCH_2(OP, PFX_OP, INF_OP, TYPE, WIDTH, INDEX) \ 165 failure = __kernel_cmpxchg2 (ptr, &tmp, &newval, INDEX); \ 240 #define COMPARE_AND_SWAP_2(TYPE, WIDTH, INDEX) \ 256 fail = __kernel_cmpxchg2 (ptr, &actual_oldval, &newval, INDEX); \ 267 long failure = __kernel_cmpxchg2 (ptr, &oldval, &newval, INDEX); \ 305 #define SYNC_LOCK_TEST_AND_SET_2(TYPE, WIDTH, INDEX) \ 315 failure = __kernel_cmpxchg2 (ptr, &oldval, &val, INDEX); \ 339 #define SYNC_LOCK_RELEASE_1(TYPE, WIDTH, INDEX) \ [all...] |
| /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/gpl3/gcc/dist/gcc/config/bfin/ |
| bfin.h | 612 #define MODE_CODE_BASE_REG_CLASS(MODE, AS, OUTER, INDEX) \ 617 #define REGNO_OK_FOR_BASE_STRICT_P(X, MODE, OUTER, INDEX) \ 622 #define REGNO_OK_FOR_BASE_NONSTRICT_P(X, MODE, OUTER, INDEX) \ 624 || REGNO_OK_FOR_BASE_STRICT_P (X, MODE, OUTER, INDEX)) 627 #define REGNO_MODE_CODE_OK_FOR_BASE_P(X, MODE, AS, OUTER, INDEX) \ 628 REGNO_OK_FOR_BASE_STRICT_P (X, MODE, OUTER, INDEX) 630 #define REGNO_MODE_CODE_OK_FOR_BASE_P(X, MODE, AS, OUTER, INDEX) \ 631 REGNO_OK_FOR_BASE_NONSTRICT_P (X, MODE, OUTER, INDEX) 639 or could index an array. */ 941 for the index in the tablejump instruction. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| bfin.h | 612 #define MODE_CODE_BASE_REG_CLASS(MODE, AS, OUTER, INDEX) \ 617 #define REGNO_OK_FOR_BASE_STRICT_P(X, MODE, OUTER, INDEX) \ 622 #define REGNO_OK_FOR_BASE_NONSTRICT_P(X, MODE, OUTER, INDEX) \ 624 || REGNO_OK_FOR_BASE_STRICT_P (X, MODE, OUTER, INDEX)) 627 #define REGNO_MODE_CODE_OK_FOR_BASE_P(X, MODE, AS, OUTER, INDEX) \ 628 REGNO_OK_FOR_BASE_STRICT_P (X, MODE, OUTER, INDEX) 630 #define REGNO_MODE_CODE_OK_FOR_BASE_P(X, MODE, AS, OUTER, INDEX) \ 631 REGNO_OK_FOR_BASE_NONSTRICT_P (X, MODE, OUTER, INDEX) 639 or could index an array. */ 942 for the index in the tablejump instruction. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| gcn.h | 426 #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)
|