HomeSort by: relevance | last modified time | path
    Searched defs:kinds (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
libgomp-nvptx.h 40 uint64_t kinds; member in struct:rev_offload
libgomp-nvptx.h 40 uint64_t kinds; member in struct:rev_offload
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_ummu.c 166 int ret = -ENOSYS, kinds = 0; local
170 mmu->func->kind(mmu, &kinds, &unused);
176 args->v0.kind_nr = kinds;
nouveau_nvkm_subdev_mmu_ummu.c 166 int ret = -ENOSYS, kinds = 0; local
170 mmu->func->kind(mmu, &kinds, &unused);
176 args->v0.kind_nr = kinds;
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-par.h 23 /* Kinds of writes stored on the write queue. */
151 } kinds; member in struct:__anon21897
cgen-par.h 23 /* Kinds of writes stored on the write queue. */
151 } kinds; member in struct:__anon21897
  /src/external/gpl3/gdb/dist/sim/common/
cgen-par.h 23 /* Kinds of writes stored on the write queue. */
151 } kinds; member in struct:__anon1382
cgen-par.h 23 /* Kinds of writes stored on the write queue. */
151 } kinds; member in struct:__anon1382
  /src/external/gpl3/binutils/dist/include/
gcc-cp-interface.h 95 char /* gcc_cp_template_arg_kind */ *kinds; member in struct:gcc_cp_template_args
115 /* This enumerates the kinds of decls that GDB can create. */
gcc-cp-interface.h 95 char /* gcc_cp_template_arg_kind */ *kinds; member in struct:gcc_cp_template_args
115 /* This enumerates the kinds of decls that GDB can create. */
  /src/external/gpl3/binutils.old/dist/include/
gcc-cp-interface.h 95 char /* gcc_cp_template_arg_kind */ *kinds; member in struct:gcc_cp_template_args
115 /* This enumerates the kinds of decls that GDB can create. */
gcc-cp-interface.h 95 char /* gcc_cp_template_arg_kind */ *kinds; member in struct:gcc_cp_template_args
115 /* This enumerates the kinds of decls that GDB can create. */
  /src/external/gpl3/gcc/dist/include/
gcc-cp-interface.h 95 char /* gcc_cp_template_arg_kind */ *kinds; member in struct:gcc_cp_template_args
115 /* This enumerates the kinds of decls that GDB can create. */
gcc-cp-interface.h 95 char /* gcc_cp_template_arg_kind */ *kinds; member in struct:gcc_cp_template_args
115 /* This enumerates the kinds of decls that GDB can create. */
  /src/external/gpl3/gcc/dist/libgomp/
allocator.c 212 void **kinds[GOMP_MEMKIND_COUNT]; member in struct:gomp_memkind_data
280 static const char *kinds[] = { local
318 data->kinds[i] = (void **) dlsym (handle, kinds[i]);
319 if (data->kinds[i] && data->memkind_check_available (*data->kinds[i]))
320 data->kinds[i] = NULL;
468 && memkind_data->kinds[GOMP_MEMKIND_HBW_INTERLEAVE])
473 else if (memkind_data->kinds[GOMP_MEMKIND_HBW_PREFERRED])
481 if (memkind_data->kinds[GOMP_MEMKIND_DAX_KMEM_ALL]
    [all...]
env.c 497 } kinds[] = local
516 if (strncasecmp (val, kinds[i].name, kinds[i].len) == 0)
518 value = kinds[i].kind;
519 val += kinds[i].len;
566 if (strncasecmp (val, kinds[i].name, kinds[i].len) == 0)
568 value = kinds[i].kind;
569 val += kinds[i].len;
oacc-mem.c 362 unsigned short kinds = GOMP_MAP_ALLOC; local
406 &kinds, true, GOMP_MAP_VARS_ENTER_DATA);
528 goacc_enter_datum (void **hostaddrs, size_t *sizes, void *kinds, int async)
571 kinds, true, GOMP_MAP_VARS_ENTER_DATA);
595 unsigned short kinds[1] = { GOMP_MAP_ALLOC }; local
596 return goacc_enter_datum (&h, &s, &kinds, acc_async_sync);
602 unsigned short kinds[1] = { GOMP_MAP_ALLOC }; local
603 goacc_enter_datum (&h, &s, &kinds, async);
628 unsigned short kinds[1] = { GOMP_MAP_TO }; local
629 return goacc_enter_datum (&h, &s, &kinds, acc_async_sync)
635 unsigned short kinds[1] = { GOMP_MAP_TO }; local
    [all...]
allocator.c 212 void **kinds[GOMP_MEMKIND_COUNT]; member in struct:gomp_memkind_data
280 static const char *kinds[] = { local
318 data->kinds[i] = (void **) dlsym (handle, kinds[i]);
319 if (data->kinds[i] && data->memkind_check_available (*data->kinds[i]))
320 data->kinds[i] = NULL;
468 && memkind_data->kinds[GOMP_MEMKIND_HBW_INTERLEAVE])
473 else if (memkind_data->kinds[GOMP_MEMKIND_HBW_PREFERRED])
481 if (memkind_data->kinds[GOMP_MEMKIND_DAX_KMEM_ALL]
    [all...]
env.c 497 } kinds[] = local
516 if (strncasecmp (val, kinds[i].name, kinds[i].len) == 0)
518 value = kinds[i].kind;
519 val += kinds[i].len;
566 if (strncasecmp (val, kinds[i].name, kinds[i].len) == 0)
568 value = kinds[i].kind;
569 val += kinds[i].len;
oacc-mem.c 362 unsigned short kinds = GOMP_MAP_ALLOC; local
406 &kinds, true, GOMP_MAP_VARS_ENTER_DATA);
528 goacc_enter_datum (void **hostaddrs, size_t *sizes, void *kinds, int async)
571 kinds, true, GOMP_MAP_VARS_ENTER_DATA);
595 unsigned short kinds[1] = { GOMP_MAP_ALLOC }; local
596 return goacc_enter_datum (&h, &s, &kinds, acc_async_sync);
602 unsigned short kinds[1] = { GOMP_MAP_ALLOC }; local
603 goacc_enter_datum (&h, &s, &kinds, async);
628 unsigned short kinds[1] = { GOMP_MAP_TO }; local
629 return goacc_enter_datum (&h, &s, &kinds, acc_async_sync)
635 unsigned short kinds[1] = { GOMP_MAP_TO }; local
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
gcc-cp-interface.h 95 char /* gcc_cp_template_arg_kind */ *kinds; member in struct:gcc_cp_template_args
115 /* This enumerates the kinds of decls that GDB can create. */
  /src/external/gpl3/gcc.old/dist/libgomp/
env.c 437 } kinds[] = local
457 if (strncasecmp (env, kinds[i].name, kinds[i].len) == 0)
459 value = kinds[i].kind;
460 env += kinds[i].len;
504 if (strncasecmp (env, kinds[i].name, kinds[i].len) == 0)
506 value = kinds[i].kind;
507 env += kinds[i].len;
oacc-mem.c 362 unsigned short kinds = GOMP_MAP_ALLOC; local
406 &kinds, true, GOMP_MAP_VARS_ENTER_DATA);
532 goacc_enter_datum (void **hostaddrs, size_t *sizes, void *kinds, int async)
575 kinds, true, GOMP_MAP_VARS_ENTER_DATA);
599 unsigned short kinds[1] = { GOMP_MAP_ALLOC }; local
600 return goacc_enter_datum (&h, &s, &kinds, acc_async_sync);
606 unsigned short kinds[1] = { GOMP_MAP_ALLOC }; local
607 goacc_enter_datum (&h, &s, &kinds, async);
632 unsigned short kinds[1] = { GOMP_MAP_TO }; local
633 return goacc_enter_datum (&h, &s, &kinds, acc_async_sync)
639 unsigned short kinds[1] = { GOMP_MAP_TO }; local
    [all...]
  /src/external/gpl3/gdb.old/dist/include/
gcc-cp-interface.h 95 char /* gcc_cp_template_arg_kind */ *kinds; member in struct:gcc_cp_template_args
115 /* This enumerates the kinds of decls that GDB can create. */
  /src/external/gpl3/gdb/dist/include/
gcc-cp-interface.h 95 char /* gcc_cp_template_arg_kind */ *kinds; member in struct:gcc_cp_template_args
115 /* This enumerates the kinds of decls that GDB can create. */

Completed in 64 milliseconds

1 2