Home
last modified time | relevance | path

Searched refs:map_entry (Results 1 – 25 of 71) sorted by relevance

123

/external/wayland/src/
Dwayland-util.c171 union map_entry { union
197 union map_entry *start, *entry; in wl_map_insert_new()
229 union map_entry *start; in wl_map_insert_at()
257 union map_entry *start; in wl_map_reserve_new()
296 union map_entry *start; in wl_map_remove()
320 union map_entry *start; in wl_map_lookup()
343 union map_entry *start; in wl_map_lookup_flags()
366 union map_entry *start, *end, *p; in for_each_helper()
370 end = (union map_entry *) ((char *) entries->data + entries->size); in for_each_helper()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java978 ResTable_map map_entry = null; // = new ResTable_map(map.myBuf(), curOffset); in GetBag() local
982 map_entry = new ResTable_map(map.myBuf(), curOffset); in GetBag()
1000 map_entry = new ResTable_map(map_entry.myBuf(), curOffset)) { in GetBag()
1001 final Ref<Integer> new_key = new Ref<>(dtohl(map_entry.name.ident)); in GetBag()
1019 new_entry_.value = map_entry.value.copy(); in GetBag()
1032 final int size = dtohs(map_entry.value.size); in GetBag()
1072 …while (map_entry != null && map_entry.myOffset() != map_entry_end && parentEntryIndex != parentEnt… in GetBag()
1073 final Ref<Integer> child_keyRef = new Ref<>(dtohl(map_entry.name.ident)); in GetBag()
1096 new_entry_.value = map_entry.value.copy(); in GetBag()
1111map_entry = new ResTable_map(map_entry.myBuf(), map_entry.myOffset() + map_entry.value.size + ResT… in GetBag()
[all …]
/external/libaom/libaom/examples/
Dinspect.c160 typedef struct map_entry { struct
163 } map_entry; argument
165 const map_entry refs_map[] = {
171 const map_entry block_size_map[] = {
184 const map_entry tx_size_map[] = {
192 const map_entry tx_type_map[] = { ENUM(DCT_DCT),
209 const map_entry dual_filter_map[] = { ENUM(REG_REG), ENUM(REG_SMOOTH),
215 const map_entry prediction_mode_map[] = {
227 const map_entry motion_mode_map[] = { ENUM(SIMPLE_TRANSLATION),
232 const map_entry compound_type_map[] = { ENUM(COMPOUND_AVERAGE),
[all …]
/external/tensorflow/tensorflow/contrib/session_bundle/
Dbundle_shim.cc105 for (const auto& map_entry : input_signature.generic_signature().map()) { in MaybeBuildPredictSignatureDef() local
106 internal::AddInputToSignatureDef(map_entry.second.tensor_name(), in MaybeBuildPredictSignatureDef()
107 tensor_name_to_dtype, map_entry.first, in MaybeBuildPredictSignatureDef()
112 for (const auto& map_entry : output_signature.generic_signature().map()) { in MaybeBuildPredictSignatureDef() local
113 internal::AddOutputToSignatureDef(map_entry.second.tensor_name(), in MaybeBuildPredictSignatureDef()
114 tensor_name_to_dtype, map_entry.first, in MaybeBuildPredictSignatureDef()
/external/v8/src/profiler/
Dprofile-generator.cc183 auto map_entry = children_.find({entry, line_number}); in FindChild() local
184 return map_entry != children_.end() ? map_entry->second : nullptr; in FindChild()
188 auto map_entry = children_.find({entry, line_number}); in FindOrAddChild() local
189 if (map_entry == children_.end()) { in FindOrAddChild()
195 return map_entry->second; in FindOrAddChild()
204 auto map_entry = line_ticks_.find(src_line); in IncrementLineTicks() local
205 if (map_entry == line_ticks_.end()) { in IncrementLineTicks()
291 auto map_entry = function_ids_.find(code_entry); in GetFunctionId() local
292 if (map_entry == function_ids_.end()) { in GetFunctionId()
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.cc57 Link& map_entry = (*link_map)[tag]; in CopyLinksPass1() local
58 if (map_entry.peers.empty()) { in CopyLinksPass1()
59 map_entry.tag = tag; in CopyLinksPass1()
60 map_entry.unique_hash = hval; in CopyLinksPass1()
62 map_entry.peers.push_back(nodeit->second); in CopyLinksPass1()
/external/u-boot/drivers/gpio/
Dadi_gpio2.c50 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)] macro
51 #define is_reserved(m, i, e) (map_entry(m, i) & gpio_bit(i))
52 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i))
53 #define unreserve(m, i) (map_entry(m, i) &= ~gpio_bit(i))
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-meta-graph-def.pbtxt117 map_entry: true
136 map_entry: true
Dtensorflow.-config-proto.-device-count-entry.pbtxt18 map_entry: true
Dtensorflow.profiler.-op-log-proto.-id-to-string-entry.pbtxt18 map_entry: true
Dtensorflow.train.-job-def.-tasks-entry.pbtxt18 map_entry: true
Dtensorflow.-meta-graph-def.-collection-def-entry.pbtxt19 map_entry: true
Dtensorflow.-name-attr-list.-attr-entry.pbtxt19 map_entry: true
Dtensorflow.-meta-graph-def.-signature-def-entry.pbtxt19 map_entry: true
Dtensorflow.-node-def.-attr-entry.pbtxt19 map_entry: true
Dtensorflow.train.-features.-feature-entry.pbtxt19 map_entry: true
Dtensorflow.profiler.-graph-node-proto.-input-shapes-entry.pbtxt19 map_entry: true
Dtensorflow.train.-feature-lists.-feature-list-entry.pbtxt19 map_entry: true
Dtensorflow.profiler.-advice-proto.-checkers-entry.pbtxt19 map_entry: true
Dtensorflow.train.-feature-lists.pbtxt28 map_entry: true
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_map_field.cc75 GOOGLE_CHECK(message->options().map_entry()); in KeyField()
82 GOOGLE_CHECK(message->options().map_entry()); in ValueField()
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc807 dwarf2reader::SectionMap::const_iterator map_entry in ReadSourceLines() local
811 if (map_entry == section_map.end()) in ReadSourceLines()
812 map_entry = section_map.find("__debug_line"); in ReadSourceLines()
813 if (map_entry == section_map.end()) { in ReadSourceLines()
817 const char *section_start = map_entry->second.first; in ReadSourceLines()
818 uint64 section_length = map_entry->second.second; in ReadSourceLines()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-job-def.-tasks-entry.pbtxt18 map_entry: true
Dtensorflow.train.-feature-lists.-feature-list-entry.pbtxt19 map_entry: true
Dtensorflow.train.-features.-feature-entry.pbtxt19 map_entry: true

123