Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_lru_map.c28 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
148 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0()
239 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1()
315 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2()
422 static void test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity3()
486 static void test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity4()
562 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5()
609 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6()
676 static void test_lru_sanity7(int map_type, int map_flags) in test_lru_sanity7()
767 static void test_lru_sanity8(int map_type, int map_flags) in test_lru_sanity8()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_map01.c29 struct map_type { struct
36 static const struct map_type map_types[] = { argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A 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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dmap.cpp64 map_type; in main() typedef
125 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main() typedef
164 typedef map<pair<float, int> > map_type; in main() typedef
173 typedef map<pair<float, int> > const map_type; in main() typedef
Das_map.cpp51 map_type; in main() typedef
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c84 static void test_sockmap_create_update_free(enum bpf_map_type map_type) in test_sockmap_create_update_free()
106 static void test_skmsg_helpers(enum bpf_map_type map_type) in test_skmsg_helpers()
129 static void test_sockmap_update(enum bpf_map_type map_type) in test_sockmap_update()
185 static void test_sockmap_copy(enum bpf_map_type map_type) in test_sockmap_copy()
H A Dsockmap_ktls.c136 enum bpf_map_type map_type) in fmt_test_name()
149 static void run_tests(int family, enum bpf_map_type map_type) in run_tests()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Dmfc_map.hpp36 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type; typedef
49 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type; typedef
62 typedef BOOST_DEDUCED_TYPENAME CMap<KEY, ARG_KEY, VALUE, ARG_VALUE> map_type; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dmap.rs83 pub fn map_type(&self) -> MapType { in map_type() method
363 fn map_type(&self) -> MapType; in map_type() method
838 fn map_type(&self) -> MapType { in map_type() function
1021 fn map_type(&self) -> MapType { in map_type() method
1292 pub fn map_type(&self) -> MapType { in map_type() method
1325 fn map_type() { in map_type() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/
Dlet.hpp62 map_type; typedef
111 map_type; in operator ()() typedef
Dlambda.hpp80 map_type; typedef
132 map_type; in operator ()() typedef
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c31 static void create_inner_maps(enum bpf_map_type map_type, in create_inner_maps()
66 static int create_outer_map(enum bpf_map_type map_type, __u32 inner_map_fd) in create_outer_map()
/aosp_15_r20/external/bcc/src/python/bcc/
H A 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
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf_probes.c282 static int probe_map_create(enum bpf_map_type map_type) in probe_map_create()
405 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type()
/aosp_15_r20/packages/modules/Connectivity/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h51 inline int createMap(bpf_map_type map_type, uint32_t key_size, uint32_t value_size, in createMap()
67 inline int createOuterMap(bpf_map_type map_type, uint32_t key_size, uint32_t value_size, in createOuterMap()
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h55 inline int createMap(bpf_map_type map_type, uint32_t key_size, uint32_t value_size, in createMap()
71 inline int createOuterMap(bpf_map_type map_type, uint32_t key_size, uint32_t value_size, in createOuterMap()
/aosp_15_r20/external/bpftool/src/
H A Dfeature.c593 static bool probe_map_type_ifindex(enum bpf_map_type map_type, __u32 ifindex) in probe_map_type_ifindex()
614 probe_map_type(enum bpf_map_type map_type, char const *map_type_str, in probe_map_type()
958 unsigned int map_type = BPF_MAP_TYPE_UNSPEC; in section_map_types() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dmap_test.cpp92 typedef map<test::movable_int, test::movable_int> map_type; in node_type_test() typedef
214 > map_type; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/identity_type/test/
Dvar.cpp15 typedef std::map<int, char> map_type; typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/multimap/multimap.value_compare/
H A Dtypes.pass.cpp21 typedef std::multimap<int, std::string> map_type; in main() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/map/map.value_compare/
H A Dtypes.pass.cpp21 typedef std::map<int, std::string> map_type; in main() typedef
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.map/
H A Dhash_function.pass.cpp22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
H A Dkey_eq.pass.cpp22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multimap/
H A Dhash_function.pass.cpp22 typedef std::unordered_multimap<int, std::string> map_type; in main() typedef

1234567