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

  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
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;
  /src/external/gpl3/gdb/dist/sim/common/
cgen-par.h 23 /* Kinds of writes stored on the write queue. */
151 } kinds; member in struct:__anon19158
  /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
  /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. */
  /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. */
  /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. */
  /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...]
libgomp.h 760 unsigned short *kinds; member in struct:gomp_target_task
target.c 357 /* Return true for mapping kinds which need to copy data from the
661 get_kind (bool short_mapkind, void *kinds, int idx)
664 return ((unsigned char *) kinds)[idx];
666 int val = ((unsigned short *) kinds)[idx];
674 get_implicit (bool short_mapkind, void *kinds, int idx)
679 int val = ((unsigned short *) kinds)[idx];
736 size_t *sizes, void *kinds,
750 kind = get_kind (short_mapkind, kinds, i);
751 implicit = get_implicit (short_mapkind, kinds, i);
979 void *kinds, bool short_mapkind
3439 unsigned short *kinds; 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...]
libgomp.h 651 unsigned short *kinds; member in struct:gomp_target_task
  /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. */
  /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/gcc/dist/gcc/
omp-general.cc 1721 const char *kinds = omp_offload_device_kind; local
1722 if (omp_offload_device_kind_arch_isa (kinds, prop))
  /src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc 1523 const char *kinds = omp_offload_device_kind; local
1524 if (omp_offload_device_kind_arch_isa (kinds, prop))
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 6044 static const char * const kinds[] = local
6056 return _ (kinds[kind]);
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 5974 static const char * const kinds[] = local
5986 return _ (kinds[kind]);
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 3007 static const char *const kinds[] =
3009 fputs (kinds[kind], file);
5955 /* Implement TARGET_ASM_FILE_START. Write the kinds of things ptxas expects
3003 static const char *const kinds[] = local
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 2996 static const char *const kinds[] =
2998 fputs (kinds[kind], file);
5934 /* Implement TARGET_ASM_FILE_START. Write the kinds of things ptxas expects
2992 static const char *const kinds[] = local

Completed in 75 milliseconds