Searched refs:index (Results 1 - 25 of 4669) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dattach-slow-waitpid.c55 unsigned index; local
58 for (index = 0; index < NUM_THREADS; ++index)
60 printf ("In main: creating thread %d\n", index);
61 result_code = pthread_create (&threads[index], NULL, perform_work, &go);
68 for (index = 0; index < NUM_THREADS; ++index)
71 result_code = pthread_join (threads[index], NUL
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dattach-slow-waitpid.c55 unsigned index; local
58 for (index = 0; index < NUM_THREADS; ++index)
60 printf ("In main: creating thread %d\n", index);
61 result_code = pthread_create (&threads[index], NULL, perform_work, &go);
68 for (index = 0; index < NUM_THREADS; ++index)
71 result_code = pthread_join (threads[index], NUL
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
H A Dmpeg.h7 int nv31_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
8 int nv40_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
9 int nv44_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
10 int nv50_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
11 int g84_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
/netbsd-current/external/mit/isl/dist/
H A Disl_ffs.c11 * _BitScanForward returns 1 if mask is non-zero and sets index
18 unsigned long index, mask = i; local
20 non_zero = _BitScanForward(&index, mask);
22 return non_zero ? 1 + index : 0;
/netbsd-current/external/historical/nawk/dist/testdir/
H A Dunbundle.awk4 { print substr($0, index($0, " ") + 1) >$1 }
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/
H A Dnouveau_nvkm_subdev_iccsense_gf100.c32 gf100_iccsense_new(struct nvkm_device *device, int index, argument
35 return nvkm_iccsense_new_(device, index, piccsense);
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dprint_parameter.c56 print_parameter (mpc_fun_param_t* params, int index) argument
58 switch (params->T[index])
61 printf ("= %d\n", params->P[index].i);
65 printf ("= %lu\n", params->P[index].ui);
69 printf ("= %ld\n", params->P[index].si);
73 printf ("= %e\n", params->P[index].d);
77 gmp_printf ("= %Zd\n", params->P[index].mpz);
80 gmp_printf ("= %Qd\n", params->P[index].mpq);
83 gmp_printf ("= %Fe\n", params->P[index].mpf);
88 MPFR_INEX_STR (params->P[index]
[all...]
H A Drounding.c87 first_mode (mpc_fun_param_t *params, int index) argument
89 switch (params->T[index])
92 params->P[index].mpc_rnd =
96 params->P[index].mpfr_rnd = FIRST_MPFR_RND_MODE;
106 next_mode (mpc_fun_param_t *params, int index) argument
108 switch (params->T[index])
111 params->P[index].mpc_rnd =
112 next_mpc_rnd_mode (params->P[index].mpc_rnd);
115 params->P[index].mpfr_rnd =
116 next_mpfr_rnd_mode (params->P[index]
126 is_valid_mode(mpc_fun_param_t *params, int index) argument
161 int index = params->nbout + params->nbin - params->nbrnd; local
179 int index; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dneon-vfp-reglist.s4 .macro ldnstn_reg_list type inst index rep
5 \inst\()1\rep {v0.\type}\index, [x0]
6 .ifb \index
8 \inst\()1 {v0.\type, v1.\type}\index, [x0]
9 \inst\()1 {v0.\type, v1.\type, v2.\type}\index, [x0]
10 \inst\()1 {v0.\type, v1.\type, v2.\type, v3.\type}\index, [x0]
14 \inst\()2\rep {v0.\type, v1.\type}\index, [x0]
16 \inst\()3\rep {v0.\type, v1.\type, v2.\type}\index, [x0]
18 \inst\()4\rep {v0.\type, v1.\type, v2.\type, v3.\type}\index, [x0]
25 ldnstn_reg_list type="8B", inst="ld" index
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/netbsd-current/lib/libc/string/
H A DLint_index.c12 index(src, c) function
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dcr-err.l2 .*:[0-9]+: Error: .\(%cr0\). is not a valid base/index expression
3 .*:[0-9]+: Error: .\(%cr7\). is not a valid base/index expression
4 .*:[0-9]+: Error: .\(%cr8\). is not a valid base/index expression
5 .*:[0-9]+: Error: .\(%cr15\). is not a valid base/index expression
6 .*:[0-9]+: Error: .\(%db0\). is not a valid base/index expression
7 .*:[0-9]+: Error: .\(%db7\). is not a valid base/index expression
8 .*:[0-9]+: Error: .\(%dr0\). is not a valid base/index expression
9 .*:[0-9]+: Error: .\(%dr7\). is not a valid base/index expression
10 .*:[0-9]+: Error: .\(%tr0\). is not a valid base/index expression
11 .*:[0-9]+: Error: .\(%tr7\). is not a valid base/index expressio
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-tic6x/
H A Ddsbt-index-error.d3 #ld: -melf32_tic6x_le -Tsbr.ld --dsbt-index 5 --dsbt-size 3
4 #source: dsbt-index.s
5 #error: .*invalid --dsbt-index 5, outside DSBT size.*
/netbsd-current/common/lib/libc/arch/arm/string/
H A Dstrchr.S5 STRONG_ALIAS(index, strchr)
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-recordfail3 # Given an identifier that is an index into the current patch list,
7 REV=`${REG_IDS} -f index -t rev ${ID}`
/netbsd-current/sys/modules/arch/arm/
H A Dkmodtramp.awk10 if (index($3, ".text") > 0)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dgcc-svn-recordfail3 # Given an identifier that is an index into the current patch list,
7 REV=`${REG_IDS} -f index -t rev ${ID}`
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Davx512pfintrin.h20 #define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint) \
21 __builtin_ia32_gatherpfdpd((__mmask8)(mask), (__v8si)(__m256i)(index), \
25 #define _mm512_prefetch_i32gather_pd(index, addr, scale, hint) \
26 __builtin_ia32_gatherpfdpd((__mmask8) -1, (__v8si)(__m256i)(index), \
30 #define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint) \
32 (__v16si)(__m512i)(index), (void const *)(addr), \
35 #define _mm512_prefetch_i32gather_ps(index, addr, scale, hint) \
37 (__v16si)(__m512i)(index), (void const *)(addr), \
40 #define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint) \
41 __builtin_ia32_gatherpfqpd((__mmask8)(mask), (__v8di)(__m512i)(index), \
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/
H A Dnouveau_nvkm_engine_dma_gf119.c38 gf119_dma_new(struct nvkm_device *device, int index, struct nvkm_dma **pdma) argument
40 return nvkm_dma_new_(&gf119_dma, device, index, pdma);
H A Dnouveau_nvkm_engine_dma_gv100.c36 gv100_dma_new(struct nvkm_device *device, int index, struct nvkm_dma **pdma) argument
38 return nvkm_dma_new_(&gv100_dma, device, index, pdma);

Completed in 576 milliseconds

1234567891011>>