Home
last modified time | relevance | path

Searched defs:num_entries (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/net/common/native/bpf_headers/include/bpf/
Dbpf_helpers.h191 #define DEFINE_BPF_MAP_BASE(the_map, TYPE, keysize, valuesize, num_entries, \ argument
261 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument
299 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument
305 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument
309 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
313 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
317 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
321 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.cpp402 const size_t num_entries = sorted_entries.back().id.value() + 1; in FlattenTypeSpec() local
460 const size_t num_entries = type.entries.back().id.value() + 1; in FlattenTypes() local
525 const size_t num_entries = (package_.id.value() == 0x00 ? 1 : 0) + shared_libs_->size(); in FlattenLibrarySpec() local
/frameworks/native/libs/binder/
DPersistableBundle.cpp322 size_t num_entries = size(); in writeToParcelInner() local
412 int32_t num_entries; in readFromParcelInner() local