Home
last modified time | relevance | path

Searched refs:other_entry (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
Drange_map-inl.h88 EntryType other_entry; in StoreRangeInternal() local
91 RetrieveRange(other_high, &other_entry, &other_base, &other_delta, in StoreRangeInternal()
95 MapValue(base - 1, Range(other_base, other_delta, other_entry))); in StoreRangeInternal()
130 EntryType other_entry; in StoreRangeInternal() local
133 RetrieveRange(other_high, &other_entry, &other_base, &other_delta, in StoreRangeInternal()
137 MapValue(base - 1, Range(other_base, other_delta, other_entry))); in StoreRangeInternal()
147 EntryType other_entry; in StoreRangeInternal() local
151 RetrieveRange(other_high, &other_entry, &other_base, &other_delta, in StoreRangeInternal()
156 other_delta + additional_delta, other_entry))); in StoreRangeInternal()
/external/cronet/base/trace_event/
Dtrace_event_memory_overhead.cc142 const ObjectCountAndSize& other_entry = other.allocated_objects_[i]; in Update() local
143 AddInternal(static_cast<ObjectType>(i), other_entry.count, in Update()
144 other_entry.allocated_size_in_bytes, in Update()
145 other_entry.resident_size_in_bytes); in Update()
/external/libchrome/base/trace_event/
Dtrace_event_memory_overhead.cc152 const ObjectCountAndSize& other_entry = other.allocated_objects_[i]; in Update() local
153 AddInternal(static_cast<ObjectType>(i), other_entry.count, in Update()
154 other_entry.allocated_size_in_bytes, in Update()
155 other_entry.resident_size_in_bytes); in Update()
/external/python/cpython3/Objects/
Dsetobject.c564 setentry *other_entry; in set_merge() local
582 other_entry = other->table; in set_merge()
587 for (i = 0; i <= other->mask; i++, so_entry++, other_entry++) { in set_merge()
588 key = other_entry->key; in set_merge()
593 so_entry->hash = other_entry->hash; in set_merge()
607 for (i = other->mask + 1; i > 0 ; i--, other_entry++) { in set_merge()
608 key = other_entry->key; in set_merge()
611 set_insert_clean(newtable, newmask, key, other_entry->hash); in set_merge()
619 other_entry = &other->table[i]; in set_merge()
620 key = other_entry->key; in set_merge()
[all …]
/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.c305 struct drm_i915_gem_exec_object2 *other_entry = in iris_use_pinned_bo() local
322 if (other_entry && in iris_use_pinned_bo()
323 ((other_entry->flags & EXEC_OBJECT_WRITE) || writable)) { in iris_use_pinned_bo()
/external/cronet/net/dns/
Dhost_cache_unittest.cc1364 HostCache::Entry other_entry = HostCache::Entry( in TEST() local
1399 restored_cache.Set(other_key, other_entry, now, kTTL); in TEST()
1401 Pointee(Pair(other_key, EntryContentsEqual(other_entry)))); in TEST()
1423 Pointee(Pair(other_key, EntryContentsEqual(other_entry)))); in TEST()
1983 HostCache::Entry other_entry(OK, std::move(other_endpoints), /*aliases=*/{}, in TEST() local
2027 cache.Set(key1, other_entry, now, kTTL); in TEST()