/aosp_15_r20/packages/modules/UprobeStats/src/bpf/headers/include/ |
D | bpf_helpers.h | 234 #define DEFINE_BPF_MAP_BASE(the_map, TYPE, keysize, valuesize, num_entries, \ argument 318 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument 359 #define DEFINE_BPF_MAP_KERNEL_INTERNAL(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 364 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument 370 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 374 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 378 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 382 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 386 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
/aosp_15_r20/packages/modules/Connectivity/bpf/headers/include/ |
D | bpf_helpers.h | 234 #define DEFINE_BPF_MAP_BASE(the_map, TYPE, keysize, valuesize, num_entries, \ argument 318 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument 359 #define DEFINE_BPF_MAP_KERNEL_INTERNAL(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 364 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument 370 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 374 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 378 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 382 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 386 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
/aosp_15_r20/system/extras/memory_replay/tests/ |
H A D | FileTest.cpp | 51 size_t num_entries; in TEST() local 76 size_t num_entries; in TEST() local 86 size_t num_entries; in TEST() local 111 size_t num_entries; in TEST() local
|
/aosp_15_r20/system/bpf/include/defs/ |
H A D | android_bpf_defs.h | 14 #define DEFINE_BPF_MAP_BASE(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 36 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 38 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 40 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
/aosp_15_r20/external/coreboot/src/security/intel/stm/ |
H A D | SmmStm.c | 275 static void add_resource(STM_RSC *resource_list, uint32_t num_entries) in add_resource() 307 static bool validate_resource(STM_RSC *resource_list, uint32_t num_entries) in validate_resource() 427 static uint32_t get_resource_size(STM_RSC *resource_list, uint32_t num_entries) in get_resource_size() 466 int add_pi_resource(STM_RSC *resource_list, uint32_t num_entries) in add_pi_resource() 518 int32_t delete_pi_resource(STM_RSC *resource_list, uint32_t num_entries) in delete_pi_resource()
|
/aosp_15_r20/system/extras/memory_replay/ |
H A D | main.cpp | 44 static size_t GetMaxAllocs(const memory_trace::Entry* entries, size_t num_entries) { in GetMaxAllocs() 114 static void ProcessDump(const memory_trace::Entry* entries, size_t num_entries, in ProcessDump() 230 size_t num_entries; in main() local
|
H A D | File.cpp | 80 void GetUnwindInfo(const char* filename, memory_trace::Entry** entries, size_t* num_entries) { in GetUnwindInfo() 175 void FreeEntries(memory_trace::Entry* entries, size_t num_entries) { in FreeEntries()
|
H A D | VerifyTrace.cpp | 46 size_t num_entries) { in WriteRepairEntries() 71 size_t num_entries; in VerifyTrace() local
|
/aosp_15_r20/external/coreboot/src/mainboard/google/brya/variants/baseboard/brask/ |
H A D | ramstage.c | 17 static bool get_sku_index(const struct cpu_power_limits *limits, size_t num_entries, in get_sku_index() 51 void variant_update_power_limits(const struct cpu_power_limits *limits, size_t num_entries) in variant_update_power_limits() 98 size_t num_entries, in variant_update_psys_power_limits()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/brox/variants/baseboard/brox/ |
H A D | ramstage.c | 18 static bool get_sku_index(const struct cpu_power_limits *limits, size_t num_entries, in get_sku_index() 52 void variant_update_power_limits(const struct cpu_power_limits *limits, size_t num_entries) in variant_update_power_limits() 107 size_t num_entries, in variant_update_psys_power_limits()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/ |
H A D | icd_dispatch.c | 152 cl_uint num_entries, in clGetPlatformIDs_body() 198 cl_uint num_entries, in clGetPlatformIDs_disp() 209 cl_uint num_entries, in clGetPlatformIDs()
|
/aosp_15_r20/external/rappor/analysis/cpp/ |
H A D | fast_em.cc | 59 uint32_t num_entries; in ReadListOfMatrices() local 127 uint32_t num_entries, uint32_t entry_size, const vector<double>& cond_prob, in ExpectationMaximization() 273 uint32_t num_entries; in main() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | platform.cpp | 38 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, in clGetPlatformIDs() 230 clover::IcdGetPlatformIDsKHR(cl_uint num_entries, cl_platform_id *rd_platforms, in IcdGetPlatformIDsKHR() 253 clIcdGetPlatformIDsKHR(cl_uint num_entries, cl_platform_id *rd_platforms, in clIcdGetPlatformIDsKHR()
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | region_file.c | 369 size_t num_entries) in commit_data() 407 size_t num_entries) in handle_update() 430 size_t num_entries) in region_file_update_data_arr()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_parser_table.h | 77 uint32_t num_entries() const { return entries_.num_entries(); } in num_entries() function 115 uint32_t num_entries() const { return num_entries_; } in num_entries() function
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | hpack_parser_table.h | 80 uint32_t num_entries() const { return entries_.num_entries(); } in num_entries() function 118 uint32_t num_entries() const { return num_entries_; } in num_entries() function
|
/aosp_15_r20/external/rappor/analysis/tensorflow/ |
H A D | fast_em.py | 79 def DebugSum(num_entries, entry_size, v): argument 88 def BuildEmIter(num_entries, entry_size, v): argument
|
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
H A D | str_agp.h | 71 int num_entries; member 78 int num_entries; member 85 int num_entries; member 92 int num_entries; member 98 int num_entries; member
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/ |
H A D | feature_column_benchmark.py | 67 def create_data(length, num_entries, max_value, dtype): argument 76 num_entries, argument
|
/aosp_15_r20/external/libxml2/ |
H A D | testdict.c | 500 size_t num_entries; member 508 pool_new(size_t num_entries, size_t num_keys, xmlChar id) { in pool_new() 711 test_hash(size_t num_entries, size_t num_keys, int use_dict) { in test_hash()
|
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/ |
H A D | TableFlattener.cpp | 400 const size_t num_entries = sorted_entries.back().id.value() + 1; in FlattenTypeSpec() local 459 const size_t num_entries = type.entries.back().id.value() + 1; in FlattenTypes() local 528 const size_t num_entries = (package_.id.value() == 0x00 ? 1 : 0) + shared_libs_->size(); in FlattenLibrarySpec() local
|
/aosp_15_r20/packages/modules/Connectivity/bpf/progs/ |
D | netd.c | 45 #define DEFINE_BPF_MAP_NO_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument 52 #define DEFINE_BPF_MAP_RO_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument 59 #define DEFINE_BPF_MAP_RW_NETD(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ argument
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | testdict.c | 500 size_t num_entries; member 508 pool_new(size_t num_entries, size_t num_keys, xmlChar id) { in pool_new() 711 test_hash(size_t num_entries, size_t num_keys, int use_dict) { in test_hash()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | serialize.cpp | 578 unsigned num_entries, in write_uniform_remap_table() 639 unsigned *num_entries, in read_uniform_remap_table() 696 size_t num_entries; member 733 size_t i, num_entries; in read_hash_table() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/ |
D | hash_load_check_resize_trigger_imp.hpp | 108 notify_inserted(size_type num_entries) in notify_inserted() 118 notify_erased(size_type num_entries) in notify_erased()
|