Home
last modified time | relevance | path

Searched defs:entry (Results 601 - 625 of 1189) sorted by relevance

1...<<21222324252627282930>>...48

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.cpp104 const spv_opcode_desc_t& entry = table->entries[opcodeIndex]; in spvOpcodeTableNameLookup() local
[all...]
H A Dtext.cpp441 spv_operand_desc entry; in spvTextEncodeOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fusion.cpp506 const auto& entry = dependence.GetEntries()[this_loop_position]; in IsLegal() local
H A Dloop_unswitch_pass.cpp498 bool IsDynamicallyUniform(Instruction* var, const BasicBlock* entry, in IsDynamicallyUniform() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp4312 auto entry = f->GetBlock(4).first; TEST_F() local
[all...]
/third_party/skia/third_party/externals/icu/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...]
H A Ducol_res.cpp373 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations() local
451 const CollationCacheEntry *entry = new CollationCacheEntry(validLocale, t.getAlias()); in loadFromData() local
466 const CollationCacheEntry *entry = NULL; in getCacheEntry() local
490 CollationCacheEntry *entry = new CollationCacheEntry(loc, entryFromCache->tailoring); makeCacheEntry() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroupLayout.cpp66 ValidateBindGroupLayoutEntry(DeviceBase* device, const BindGroupLayoutEntry& entry, bool allowInternalBinding) ValidateBindGroupLayoutEntry() argument
164 const BindGroupLayoutEntry& entry = descriptor->entries[i]; ValidateBindGroupLayoutDescriptor() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfobjs.c57 tt_name_ascii_from_utf16( TT_Name entry, in tt_name_ascii_from_utf16() argument
92 tt_name_ascii_from_other( TT_Name entry, in tt_name_ascii_from_other() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c266 struct quarantine_entry *entry = (struct quarantine_entry *)rz_left; in __asan_free() local
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp667 std::vector<bool> entry; in ComputeClosureOfFacts() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfo.h136 PointerIntPair<BlockT *, 1, bool> entry; member in llvm::RegionNodeBase
[all...]
/third_party/toybox/toys/net/
H A Dnetstat.c235 struct dirent *entry; in scan_pids() local
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.cpp312 BindingLayoutEntryInitializationHelper( const wgpu::BindGroupLayoutEntry& entry) BindingLayoutEntryInitializationHelper() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_linearization_info.cpp1337 real64 &entry = maxDeltaH [j % fBlackLevelRepeatCols]; in MaxBlackLevel() local
1371 real64 &entry = maxDeltaV [j % fBlackLevelRepeatRows]; in MaxBlackLevel() local
/third_party/python/Modules/
H A D_testinternalcapi.c208 _Py_hashtable_entry_t *entry = _Py_hashtable_get_entry(table, TO_PTR(key)); in test_hashtable() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSmallSortedMap.java493 add(Map.Entry<K, V> entry) add() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-card-restore.c78 struct entry { struct
150 struct entry *entry; in entry_from_card() local
408 struct entry *entry, *old; card_put_hook_callback() local
434 update_profile_for_port(struct entry *entry, pa_card *card, pa_device_port *p) update_profile_for_port() argument
453 struct entry *entry; card_profile_changed_callback() local
486 struct entry *entry; card_profile_added_callback() local
507 struct entry *entry; port_offset_change_callback() local
[all...]
/third_party/skia/modules/skparagraph/src/
H A DParagraphCache.cpp283 void ParagraphCache::updateTo(ParagraphImpl* paragraph, const Entry* entry) { in updateTo() argument
347 std::unique_ptr<Entry>* entry = fLRUCacheMap.find(key); SetStoredLayout() local
400 std::unique_ptr<Entry>* entry = fLRUCacheMap.find(key); GetStoredLayout() local
455 std::unique_ptr<Entry>* entry = fLRUCacheMap.find(key); findParagraph() local
492 std::unique_ptr<Entry>* entry = fLRUCacheMap.find(key); updateParagraph() local
530 std::unique_ptr<Entry>* entry = fLRUCacheMap.find(key); cacheLayout() local
[all...]
/third_party/selinux/libsepol/src/
H A Doptimize.c199 static int is_avrule_redundant(avtab_ptr_t entry, avtab_t *tab, in is_avrule_redundant() argument
248 static int is_avrule_with_attr(avtab_ptr_t entry, policydb_t *p) in is_avrule_with_attr() argument
[all...]
/third_party/spirv-tools/source/
H A Dopcode.cpp104 const spv_opcode_desc_t& entry = table->entries[opcodeIndex]; in spvOpcodeTableNameLookup() local
[all...]
H A Dtext.cpp455 spv_operand_desc entry; in spvTextEncodeOperand() local
/third_party/spirv-tools/source/opt/
H A Dloop_fusion.cpp508 const auto& entry = dependence.GetEntries()[this_loop_position]; in IsLegal() local
H A Dloop_unswitch_pass.cpp491 bool IsDynamicallyUniform(Instruction* var, const BasicBlock* entry, in IsDynamicallyUniform() argument
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp4389 auto entry = f->GetBlock(4).first; TEST_F() local
[all...]

Completed in 24 milliseconds

1...<<21222324252627282930>>...48