Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lru_map.c30 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
98 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0()
186 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1()
262 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2()
369 static void test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity3()
433 static void test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity4()
510 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5()
557 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6()
Dtest_btf.c123 enum bpf_map_type map_type; member
2518 enum bpf_map_type map_type; member
/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/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/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/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.h40 typedef typename std::unordered_map<key_type, value_type, hasher> map_type; typedef
/external/bcc/introspection/
Dbps.c161 const char *map_type; in print_map_info() 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/u-boot/arch/powerpc/cpu/mpc85xx/
Dtlb.c241 enum tlb_map_type map_type) in tlb_map_range()
/external/v8/src/compiler/
Dtyped-optimization.cc152 Type const map_type = NodeProperties::GetType(map); in ReduceCheckMaps() local
Descape-analysis.cc671 Type const map_type = NodeProperties::GetType(map); in ReduceNode() local
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc1090 bpf_map_type map_type = BPF_MAP_TYPE_UNSPEC; in visit_table_decl_stmt_node() local
1248 bpf_map_type map_type = BPF_MAP_TYPE_UNSPEC; in visit() local
/external/strace/
Dbpf_attr.h59 uint32_t map_type; member
/external/bcc/src/cc/
Dlibbpf.c190 int bpf_create_map(enum bpf_map_type map_type, const char *name, in bpf_create_map()
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc1146 bpf_map_type map_type = BPF_MAP_TYPE_UNSPEC; in VisitVarDecl() local
/external/iproute2/include/uapi/linux/
Dbpf.h181 __u32 map_type; /* one of enum bpf_map_type */ member
/external/ImageMagick/MagickCore/
Dxwindow-private.h289 *map_type, member
Dxwindow.c1157 *map_type, in XBestVisualInfo() local
/external/bcc/src/cc/compat/linux/
Dbpf.h293 __u32 map_type; /* one of enum bpf_map_type */ member

12