Home
last modified time | relevance | path

Searched defs:map_type (Results 1 – 18 of 18) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/bpf/
Dbpf_map01.c29 struct map_type { struct
36 static const struct map_type map_types[] = { argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/data/
Ddata_utils.cc802 using map_type = std::unordered_map<T, int32_t>; typedef
807 using map_type = std::unordered_map<float16, int32_t>; typedef
817 using map_type = std::unordered_map<float16, int32_t, gn_hash>; typedef
823 using map_type = std::unordered_map<float, int32_t>; typedef
828 using map_type = std::unordered_map<double, int32_t>; typedef
/third_party/libbpf/src/
Dlibbpf_probes.c277 static int probe_map_create(enum bpf_map_type map_type) in probe_map_create()
392 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type()
Dskel_internal.h219 static inline int skel_map_create(enum bpf_map_type map_type, in skel_map_create()
Dgen_loader.c449 enum bpf_map_type map_type, in bpf_gen__map_create()
Dlibbpf_internal.h296 __u32 map_type; member
Dbpf.c165 int bpf_map_create(enum bpf_map_type map_type, in bpf_map_create()
Dlibbpf.c5509 enum libbpf_map_type map_type = map->libbpf_type; local
13629 const struct btf_type *map_type, *var_type; local
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcounter.h44 using map_type = mindspore::HashMap<key_type, iterator, KeyHash, KeyEqual>; variable
170 using map_type = OrderedMap<key_type, int>; variable
Dordered_map.h53 …using map_type = typename std::conditional<UseStd, std::unordered_map<key_ptr_t, iterator, KeyPtrH… variable
227 using map_type = mindspore::HashMap<raw_key_t, iterator>; variable
Dordered_set.h44 using map_type = mindspore::HashMap<element_type, iterator, hasher, equal>; variable
314 using map_type = mindspore::HashMap<key_type, iterator>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/internal/
Dinternal_kernel_in_out_map.cc105 …elModInOutRegistrar::InternalKernelModInOutRegistrar(const std::string op_name, const int map_type, in InternalKernelModInOutRegistrar()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c163 enum virgl_transfer_map_type map_type = VIRGL_TRANSFER_MAP_HW_RES; in virgl_resource_transfer_prepare() local
497 enum virgl_transfer_map_type map_type; in virgl_resource_transfer_map() local
/third_party/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c283 int map_type = 0; /* specifies the type of the mapped object */ in map_and_thread() local
/third_party/ffmpeg/libavcodec/
Dopus.c303 int version, map_type, streams, stereo_streams, i, j, ret; in ff_opus_parse_extradata() local
/third_party/mindspore/mindspore-src/source/third_party/proto/onnx/
Donnx.proto545 Map map_type = 5; field
/third_party/ltp/include/lapi/
Dbpf.h184 uint32_t map_type; /* one of enum bpf_map_type */ member
/third_party/libbpf/include/uapi/linux/
Dbpf.h1377 __u32 map_type; /* one of enum bpf_map_type */ member