Home
last modified time | relevance | path

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

12

/external/ltp/testcases/kernel/syscalls/bpf/
Dbpf_map01.c29 struct map_type { struct
36 static const struct map_type map_types[] = { argument
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lru_map.c29 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
159 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0()
248 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1()
324 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2()
432 static void test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity3()
496 static void test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity4()
573 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5()
620 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6()
687 static void test_lru_sanity7(int map_type, int map_flags) in test_lru_sanity7()
783 static void test_lru_sanity8(int map_type, int map_flags) in test_lru_sanity8()
/external/tensorflow/tensorflow/core/kernels/
Dunique_op.cc41 using map_type = absl::flat_hash_map<T, TIndex>; typedef
48 using map_type = absl::flat_hash_map<absl::string_view, TIndex>; typedef
56 using map_type = std::unordered_map<float, TIndex>; typedef
60 using map_type = std::unordered_map<double, TIndex>; typedef
64 using map_type = std::unordered_map<Eigen::half, TIndex>; typedef
68 using map_type = std::unordered_map<bfloat16, TIndex>; typedef
/external/libbpf/src/
Dlibbpf_probes.c245 static int probe_map_create(enum bpf_map_type map_type, __u32 ifindex) in probe_map_create()
366 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type()
377 bool bpf_probe_map_type(enum bpf_map_type map_type, __u32 ifindex) in bpf_probe_map_type()
Dbpf.c170 int bpf_map_create(enum bpf_map_type map_type, in bpf_map_create()
230 int bpf_create_map_node(enum bpf_map_type map_type, const char *name, in bpf_create_map_node()
245 int bpf_create_map(enum bpf_map_type map_type, int key_size, in bpf_create_map()
253 int bpf_create_map_name(enum bpf_map_type map_type, const char *name, in bpf_create_map_name()
262 int bpf_create_map_in_map_node(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map_node()
278 int bpf_create_map_in_map(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map()
Dskel_internal.h78 static inline int skel_map_create(enum bpf_map_type map_type, in skel_map_create()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dextract_iterator.pass.cpp47 using map_type = std::unordered_multimap<int, int>; in main() typedef
Dmerge.pass.cpp66 typedef std::unordered_multimap<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() typedef
/external/libcxx/test/std/containers/associative/map/map.modifiers/
Dextract_iterator.pass.cpp47 using map_type = std::map<int, int>; in main() typedef
Dmerge.pass.cpp66 typedef std::map<Counter<int>, int, throw_comparator> map_type; in main() typedef
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dextract_iterator.pass.cpp47 using map_type = std::unordered_map<int, int>; in main() typedef
Dmerge.pass.cpp66 typedef std::unordered_map<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() typedef
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dextract_iterator.pass.cpp47 using map_type = std::multimap<int, int>; in main() typedef
Dmerge.pass.cpp66 typedef std::multimap<Counter<int>, int, throw_comparator> map_type; in main() typedef
/external/bcc/src/python/bcc/
Ddisassembler.py443 def decode_map(cls, map_name, map_obj, map_type, sizeinfo=False): argument
452 def decode_map(map_name, map_obj, map_type, sizeinfo=False): argument
/external/webrtc/common_video/h264/
Dpps_parser_unittest.cc153 for (int map_type = 0; map_type <= kMaxMapType; ++map_type) { in RunTest() local
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c103 enum virgl_transfer_map_type map_type = VIRGL_TRANSFER_MAP_HW_RES; in virgl_resource_transfer_prepare() local
386 enum virgl_transfer_map_type map_type; in virgl_resource_transfer_map() local
/external/bcc/introspection/
Dbps.c177 const char *map_type; in print_map_info() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.h45 typedef typename std::unordered_map<key_type, value_type, hasher> map_type; typedef
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_annotated_stack_generator.cc228 MapType map_type = ClassifyMap(map_view); in ComputeTable() local
/external/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c283 int map_type = 0; /* specifies the type of the mapped object */ in map_and_thread() local
/external/iproute2/tc/
Dem_meta.c114 static inline int map_type(char k) in map_type() function
/external/bpftool/src/
Dfeature.c525 probe_map_type(enum bpf_map_type map_type, const char *define_prefix, in probe_map_type()
Dmap.c1265 enum bpf_map_type map_type = BPF_MAP_TYPE_UNSPEC; in do_create() local
/external/strace/
Dbpf_attr.h59 uint32_t map_type; member

12