Home
last modified time | relevance | path

Searched defs:entry (Results 651 - 675 of 1347) sorted by relevance

1...<<21222324252627282930>>...54

/third_party/node/deps/icu-small/source/i18n/
H A Dtznames.cpp74 icu::TimeZoneNamesCacheEntry *entry = (icu::TimeZoneNamesCacheEntry*)obj; in deleteTimeZoneNamesCacheEntry() local
91 TimeZoneNamesCacheEntry *entry = (TimeZoneNamesCacheEntry *)elem->value.pointer; in sweepCache() local
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daub_mem.c77 ggtt_entry_next(struct ggtt_entry *entry) in ggtt_entry_next() argument
100 struct ggtt_entry *entry = rb_node_data(struct ggtt_entry, node, node); in cmp_ggtt_entry() local
247 struct ggtt_entry *entry in aub_mem_ggtt_write() local
321 uint64_t entry = ((uint64_t *)table->data)[index]; ppgtt_walk() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_buffer.c266 const struct vn_buffer_cache_entry *entry = &cache->entries[i]; in vn_buffer_cache_get_memory_requirements() local
/third_party/libexif/libexif/
H A Dexif-entry.c889 ExifEntry *entry; exif_entry_get_value() local
[all...]
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_x86.c107 uintptr_t kvm_get_page_address_pae(const struct page_table_entry_pae *entry) in kvm_get_page_address_pae() argument
/third_party/libexif/libexif/huawei/
H A Dexif-mnote-data-huawei.c453 MnoteHuaweiEntry* entry = NULL; in exif_mnote_data_huawei_get_entry_by_tag_data() local
483 MnoteHuaweiEntry* entry = NULL; in exif_mnote_data_huawei_get_entry_by_index_data() local
[all...]
/third_party/libinput/tools/
H A Dshared.c541 struct udev_list_entry *entry = NULL; in find_device() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dbuiltin.c603 static void declare_builtin(int stream, const struct builtin_fn *entry) in declare_builtin() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dspill-placer.cc295 Entry& entry = entries_[i]; in FirstBackwardPass() local
348 Entry& entry = entries_[i]; in ForwardPass() local
398 Entry& entry = entries_[i]; SecondBackwardPass() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dassembler.cc294 auto entry = embedded_objects_map_.find(object); in AddEmbeddedObject() local
H A Dsafepoint-table.h252 Safepoint(EntryBuilder* entry, SafepointTableBuilder* table) in Safepoint() argument
H A Dconstant-pool.cc51 AddEntry( ConstantPoolEntry* entry, ConstantPoolEntry::Type type) AddEntry() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dhashmap.h216 Entry* entry = Probe(key, hash); Lookup() local
246 Entry* entry = Probe(lookup_key, hash); LookupOrInsert() local
259 Entry* entry = Probe(key, hash); InsertNew() local
365 DCHECK(i < capacity()); DCHECK(occupancy() < capacity()); Entry* map = impl_.map_; while (map[i].exists() && !impl_.match()(hash, map[i].hash, key, map[i].key)) { i = (i + 1) & (capacity() - 1); } return &map[i]; } template <typename Key, typename Value, typename MatchFun, class AllocationPolicy> typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry* TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::FillEmptyEntry( Entry* entry, const Key& key, const Value& value, uint32_t hash) { DCHECK(!entry->exists()); new (entry) Entry(key, value, hash); impl_.occupancy_++; if (occupancy() + occupancy() / 4 >= capacity()) Probe() argument
551 Iterator(const Base* map, typename Base::Entry* entry) Iterator() argument
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64-inl.h39 void Assembler::emit_runtime_entry(Address entry, RelocInfo::Mode rmode) { in emit_runtime_entry() argument
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc312 const StructTable& entry = struct_table[i]; in CreateInitialMaps() local
352 const StructTable& entry = struct_table[i]; in CreateInitialMaps() local
400 const StringTypeTable& entry = string_type_table[i]; in CreateInitialMaps() local
[all...]
H A Dscavenger-inl.h34 bool Scavenger::PromotionList::Local::Pop(struct PromotionListEntry* entry) { in Pop() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.cc368 size_t entry = constant_array_builder()->CommitReservedEntry( in PatchJumpWith8BitOperand() local
397 size_t entry = constant_array_builder()->CommitReservedEntry( in PatchJumpWith16BitOperand() local
/third_party/node/deps/v8/src/objects/
H A Dcompilation-cache-table.cc53 int entry; in AddToFeedbackCellsMap() local
118 int entry = SearchLiteralsMapEntry(cache, cache_entry, native_context); SearchLiteralsMap() local
252 InternalIndex entry = table->FindEntry(isolate, &key); LookupScript() local
274 InternalIndex entry = table->FindEntry(isolate, &key); LookupEval() local
293 InternalIndex entry = FindEntry(isolate, &key); LookupRegExp() local
306 InternalIndex entry = cache->FindInsertionEntry(isolate, key.Hash()); PutScript() local
326 InternalIndex entry = cache->FindEntry(isolate, &key); PutEval() local
343 InternalIndex entry = cache->FindInsertionEntry(isolate, key.Hash()); PutEval() local
357 InternalIndex entry = cache->FindInsertionEntry(isolate, key.Hash()); PutRegExp() local
[all...]
H A Dordered-hash-table.h121 Object KeyAt(InternalIndex entry) { in KeyAt() argument
221 Object entry = this->get(HashTableStartIndex() + bucket); in HashToEntryRaw() local
227 NextChainEntryRaw(int entry) NextChainEntryRaw() argument
236 EntryToIndexRaw(int entry) EntryToIndexRaw() argument
240 EntryToIndex(InternalIndex entry) EntryToIndex() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc342 OnHeapObjectDeletion(CodeEntry* entry) OnHeapObjectDeletion() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c487 struct fd_batch_query_entry *entry = &data->query_entries[i]; variable
501 struct fd_batch_query_entry *entry = &data->query_entries[i]; variable
529 struct fd_batch_query_entry *entry = &data->query_entries[i]; variable
605 struct fd_batch_query_entry *entry = &data->query_entries[i]; fd6_create_batch_query() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c558 struct hash_entry *entry = in lookup_gmem_state() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compute_transforms.cpp241 struct hash_entry *entry = _mesa_hash_table_search(ctx->compute_transform_cache, key); in d3d12_get_compute_transform() local
292 delete_entry(struct hash_entry *entry) in delete_entry() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c650 struct hash_entry *entry; in etna_resource_used() local
674 struct hash_entry *entry = _mesa_hash_table_search(ctx->pending_resources, res); in etna_resource_status() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.c239 const struct vgpu10_format_entry *entry = svga_format_entry(format); in svga_translate_vertex_format_vgpu10() local
257 const struct vgpu10_format_entry *entry = svga_format_entry(format); in svga_translate_texture_buffer_view_format() local
295 const struct vgpu10_format_entry *entry = svga_format_entry(format); in svga_translate_format() local
1679 const struct format_cap *entry; svga_get_format_cap() local
1710 const struct format_cap *entry; svga_get_dx_format_cap() local
1816 const struct vgpu10_format_entry *entry = svga_format_entry(format); svga_format_support_gen_mips() local
[all...]

Completed in 23 milliseconds

1...<<21222324252627282930>>...54