HomeSort by: relevance | last modified time | path
    Searched refs:index (Results 1 - 25 of 4740) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
attach-slow-waitpid.c 55 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)
70 /* Block until thread INDEX completes. *
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
attach-slow-waitpid.c 55 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)
70 /* Block until thread INDEX completes. *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
mpeg.h 7 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 **);
  /src/external/mit/isl/dist/
isl_ffs.c 11 * _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;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/
nouveau_nvkm_subdev_iccsense_gf100.c 32 gf100_iccsense_new(struct nvkm_device *device, int index,
35 return nvkm_iccsense_new_(device, index, piccsense);
  /src/external/historical/nawk/dist/testdir/
unbundle.awk 4 { print substr($0, index($0, " ") + 1) >$1 }
  /src/external/lgpl3/mpc/dist/tests/
print_parameter.c 56 print_parameter (mpc_fun_param_t* params, int index)
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].mpfr_inex))
    [all...]
rounding.c 87 first_mode (mpc_fun_param_t *params, int index)
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)
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].mpfr_rnd)
161 int index = params->nbout + params->nbin - params->nbrnd; local
179 int index; local
    [all...]
  /src/lib/libc/string/
Lint_index.c 12 index(const char *src, int c) function
  /src/external/gpl3/binutils/dist/libiberty/
index.c 1 /* 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
  /src/external/gpl3/binutils.old/dist/libiberty/
index.c 1 /* 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
  /src/external/gpl3/gcc/dist/libiberty/
index.c 1 /* 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
  /src/external/gpl3/gcc.old/dist/libiberty/
index.c 1 /* 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
  /src/external/gpl3/gdb/dist/libiberty/
index.c 1 /* 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
  /src/external/gpl3/gdb.old/dist/libiberty/
index.c 1 /* 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
  /src/common/lib/libc/arch/arm/string/
strchr.S 5 STRONG_ALIAS(index, strchr)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/
nouveau_nvkm_engine_dma_gf100.c 38 gf100_dma_new(struct nvkm_device *device, int index, struct nvkm_dma **pdma)
40 return nvkm_dma_new_(&gf100_dma, device, index, pdma);
nouveau_nvkm_engine_dma_gf119.c 38 gf119_dma_new(struct nvkm_device *device, int index, struct nvkm_dma **pdma)
40 return nvkm_dma_new_(&gf119_dma, device, index, pdma);
nouveau_nvkm_engine_dma_gv100.c 36 gv100_dma_new(struct nvkm_device *device, int index, struct nvkm_dma **pdma)
38 return nvkm_dma_new_(&gv100_dma, device, index, pdma);
nouveau_nvkm_engine_dma_nv04.c 38 nv04_dma_new(struct nvkm_device *device, int index, struct nvkm_dma **pdma)
40 return nvkm_dma_new_(&nv04_dma, device, index, pdma);
nouveau_nvkm_engine_dma_nv50.c 38 nv50_dma_new(struct nvkm_device *device, int index, struct nvkm_dma **pdma)
40 return nvkm_dma_new_(&nv50_dma, device, index, pdma);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/mspdec/
nouveau_nvkm_engine_mspdec_base.c 33 struct nvkm_device *device, int index,
36 return nvkm_falcon_new_(func, device, index, true, 0x085000, pengine);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/msppp/
nouveau_nvkm_engine_msppp_base.c 33 int index, struct nvkm_engine **pengine)
35 return nvkm_falcon_new_(func, device, index, true, 0x086000, pengine);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/msvld/
nouveau_nvkm_engine_msvld_base.c 33 int index, struct nvkm_engine **pengine)
35 return nvkm_falcon_new_(func, device, index, true, 0x084000, pengine);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_gf117.c 38 gf117_i2c_new(struct nvkm_device *device, int index, struct nvkm_i2c **pi2c)
40 return nvkm_i2c_new_(&gf117_i2c, device, index, pi2c);

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>