Home
last modified time | relevance | path

Searched defs:map_entry (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/
H A Duncore.c28 struct map_entry { struct
29 uint32_t reg;
30 int is_64_bit;
31 int is_limit;
32 int mask_bits;
33 const char *description;
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/
H A Dsystemagent.c118 struct map_entry { struct
125 static void read_map_entry(struct device *dev, struct map_entry *entry, in read_map_entry() argument
/aosp_15_r20/external/coreboot/src/soc/intel/broadwell/
H A Dnorthbridge.c165 struct map_entry { struct
172 static void read_map_entry(struct device *dev, struct map_entry *entry, in read_map_entry() argument
/aosp_15_r20/external/coreboot/src/northbridge/intel/haswell/
H A Dnorthbridge.c140 struct map_entry { struct
147 static void read_map_entry(struct device *dev, struct map_entry *entry, uint64_t *result) in read_map_entry() argument
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp619 for (const ResTable_map& map_entry : map) { in ParseStyle() local
650 for (const ResTable_map& map_entry : map) { in ParseAttr() local
680 for (const ResTable_map& map_entry : map) { in ParseArray() local
690 for (const ResTable_map& map_entry : map) { in ParsePlural() local
H A DResEntryWriter.cpp223 int32_t WriteMapToBuffer(const FlatEntry* map_entry, BigBuffer* buffer) { in WriteMapToBuffer()
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Dread_only.rs206 let map_entry = map.get(&key).unwrap(); in test_get() localVariable
230 let map_entry = map.get(key).unwrap(); in test_iters() localVariable
244 let map_entry = map.get(key).unwrap(); in test_iters() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/rayon/
Dread_only.rs70 let map_entry = map.get(&key).unwrap(); in test_par_iter() localVariable
89 let map_entry = map.get(&key).unwrap(); in test_into_par_iter() localVariable
/aosp_15_r20/external/libaom/examples/
H A Dinspect.c160 typedef struct map_entry { struct
163 } map_entry; argument
/aosp_15_r20/test/vts-testcase/kernel/encryption/
Dutils.cpp349 DiskMapEntry map_entry; in GetFsBlockDeviceList() local
385 DiskMapEntry map_entry; in GetFsBlockDeviceList() local
442 for (const DiskMapEntry &map_entry : fs_info->disk_map) { in GetFilesystemInfo() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/
H A Dinit.cpp50 for (const auto& map_entry : recvFunctions) { in dist_autograd_init() local
68 for (const auto& map_entry : sendFunctions) { in dist_autograd_init() local
/aosp_15_r20/device/linaro/dragonboard/shared/utils/qrtr/src/
Dmap.c30 struct map_entry { struct
31 struct map_item *item;
/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc245 SectionMap::const_iterator map_entry in AssembleRangeListInfo() local
253 SectionMap::const_iterator map_entry in AssembleRangeListInfo() local
1233 SectionMap::const_iterator map_entry in ReadSourceLines() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dmap.rs5 pub(crate) fn map_entry<'a>( in map_entry() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dsink_constant.cc68 auto map_entry = sunk_constant.try_emplace(constant, nullptr); in runOnOperation() local
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessageOptions.php77 protected $map_entry = null; variable in Google\\Protobuf\\Internal\\MessageOptions
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DMessageOptions.php77 protected $map_entry = null; variable in Google\\Protobuf\\Internal\\MessageOptions
/aosp_15_r20/external/openscreen/platform/impl/
H A Dtls_data_router_posix.cc72 auto map_entry = accept_socket_mappings_.find(it->get()); in DeregisterAcceptObserver() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_split_per_member_structs.c31 struct hash_entry *map_entry = in find_var_member() local
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Ddefault_video_quality_analyzer_shared_objects.cc141 [](auto map_entry) { return map_entry.first; }); in GetStreams()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dsig_node.cc57 Link& map_entry = (*link_map)[tag]; in CopyLinksPass1() local
/aosp_15_r20/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp286 const ResolvedBag::Entry& map_entry = bag->entries[i]; in LookupAttributeInTable() local
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dkey_value_store_map_test.cc245 auto map_entry = map_.find(std::string(item.key())); in CompareContents() local
/aosp_15_r20/external/wayland/src/
H A Dwayland-util.c172 union map_entry { union
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto413 optional bool map_entry = 7; field

1234