/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | fuzz_test_util.cpp | 176 for (auto& entry : after_transformation) { in ApplyAndCheckFreshIds() 177 uint32_t id = entry.first; in ApplyAndCheckFreshIds() 183 if (before_transformation.count(entry.first)) { in ApplyAndCheckFreshIds()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_searchbase.py | 80 entry, label = self.dialog.make_entry("Test:", 'hello') 83 self.assertIn(entry.get(), 'hello') 84 egi = entry.grid_info()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/ |
H A D | sem.go | 56 // FindEntry returns the enum entry with the given name 58 for _, entry := range e.Entries { 59 if entry.Name == name { 60 return entry 66 // EnumEntry is an entry in an enumerator 70 IsInternal bool // True if this entry is not part of the WGSL grammar
|
/third_party/spirv-tools/test/fuzz/ |
H A D | fuzz_test_util.cpp | 176 for (auto& entry : after_transformation) { in ApplyAndCheckFreshIds() 177 uint32_t id = entry.first; in ApplyAndCheckFreshIds() 183 if (before_transformation.count(entry.first)) { in ApplyAndCheckFreshIds()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 173 * If it's a NIR SSA def, then we just set the associated hash table entry to 200 struct hash_entry *entry = in ntq_store_dest() local 203 if (entry) in ntq_store_dest() 204 qregs = entry->data; in ntq_store_dest() 213 struct hash_entry *entry = in ntq_store_dest() local 215 struct qreg *qregs = entry->data; in ntq_store_dest() 252 struct hash_entry *entry; in ntq_get_src() local 254 entry = _mesa_hash_table_search(c->def_ht, src.ssa); in ntq_get_src() 258 entry = _mesa_hash_table_search(c->def_ht, reg); in ntq_get_src() 264 struct qreg *qregs = entry in ntq_get_src() 2543 struct set_entry *entry = _mesa_set_search(vc4->fs_inputs_set, &inputs); vc4_setup_compiled_fs_inputs() local 2578 struct hash_entry *entry = _mesa_hash_table_search(ht, key); vc4_get_compiled_shader() local 2853 delete_from_cache_if_matches(struct hash_table *ht, struct vc4_compiled_shader **last_compile, struct hash_entry *entry, struct vc4_uncompiled_shader *so) delete_from_cache_if_matches() argument [all...] |
/third_party/curl/packages/OS400/ |
H A D | os400sys.c | 661 Curl_ldap_get_values_len_a(void *ld, LDAPMessage *entry, const char *attr) in Curl_ldap_get_values_len_a() argument 682 result = ldap_get_values_len(ld, entry, cp); in Curl_ldap_get_values_len_a() 698 Curl_ldap_get_dn_a(void *ld, LDAPMessage *entry) in Curl_ldap_get_dn_a() argument 704 cp = ldap_get_dn(ld, entry); in Curl_ldap_get_dn_a() 729 LDAPMessage *entry, BerElement **berptr) in Curl_ldap_first_attribute_a() 735 cp = ldap_first_attribute(ld, entry, berptr); in Curl_ldap_first_attribute_a() 760 LDAPMessage *entry, BerElement *berptr) in Curl_ldap_next_attribute_a() 766 cp = ldap_next_attribute(ld, entry, berptr); in Curl_ldap_next_attribute_a() 728 Curl_ldap_first_attribute_a(void *ld, LDAPMessage *entry, BerElement **berptr) Curl_ldap_first_attribute_a() argument 759 Curl_ldap_next_attribute_a(void *ld, LDAPMessage *entry, BerElement *berptr) Curl_ldap_next_attribute_a() argument
|
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
H A D | virgl_vtest_winsys.c | 35 /* Gets a pointer to the virgl_hw_res containing the pointed to cache entry. */ 381 struct virgl_resource_cache_entry *entry; in virgl_vtest_winsys_resource_cache_create() local 399 entry = virgl_resource_cache_remove_compatible(&vtws->cache, params); in virgl_vtest_winsys_resource_cache_create() 400 if (entry) { in virgl_vtest_winsys_resource_cache_create() 401 res = cache_entry_container_res(entry); in virgl_vtest_winsys_resource_cache_create() 677 virgl_vtest_resource_cache_entry_is_busy(struct virgl_resource_cache_entry *entry, in virgl_vtest_resource_cache_entry_is_busy() argument 681 struct virgl_hw_res *res = cache_entry_container_res(entry); in virgl_vtest_resource_cache_entry_is_busy() 687 virgl_vtest_resource_cache_entry_release(struct virgl_resource_cache_entry *entry, in virgl_vtest_resource_cache_entry_release() argument 691 struct virgl_hw_res *res = cache_entry_container_res(entry); in virgl_vtest_resource_cache_entry_release()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Optimizer.cpp | 426 if(auto entry = lastStoreTo.find(addressIdx); entry != lastStoreTo.end()) in optimizeSingleBasicBlockLoadsStores() 428 Ice::Inst *previousStore = entry->second.store; in optimizeSingleBasicBlockLoadsStores() 431 entry->second.allLoadsReplaced) in optimizeSingleBasicBlockLoadsStores() 446 auto entry = lastStoreTo.find(addressIdx); in optimizeSingleBasicBlockLoadsStores() local 447 if(entry != lastStoreTo.end()) in optimizeSingleBasicBlockLoadsStores() 449 const Ice::Inst *store = entry->second.store; in optimizeSingleBasicBlockLoadsStores() 457 entry->second.allLoadsReplaced = false; in optimizeSingleBasicBlockLoadsStores()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_linearization_info.cpp | 1337 real64 &entry = maxDeltaH [j % fBlackLevelRepeatCols]; in MaxBlackLevel() local 1341 entry = table [j]; in MaxBlackLevel() 1345 entry = Max_real64 (entry, table [j]); in MaxBlackLevel() 1371 real64 &entry = maxDeltaV [j % fBlackLevelRepeatRows]; in MaxBlackLevel() local 1375 entry = table [j]; in MaxBlackLevel() 1379 entry = Max_real64 (entry, table [j]); in MaxBlackLevel()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_entry_lite.h | 104 // Functions for operating on a map entry. Does not contain any representation 298 Derived* entry = new Derived; variable 299 return entry; 303 Derived* entry = Arena::CreateMessage<Derived>(arena); variable 304 return entry; 440 auto entry = NewEntry(); in ParseWithEnumValidation() local 441 ptr = entry->_InternalParse(ptr, ctx); in ParseWithEnumValidation() 443 if (is_valid(entry->value())) { in ParseWithEnumValidation() 446 WriteLengthDelimited(field_num, entry->SerializeAsString(), in ParseWithEnumValidation() 655 // the proto compiler would generate given the map entry descripto [all...] |
/third_party/spirv-tools/source/ |
H A D | opcode.cpp | 43 // Represents a vendor tool entry in the SPIR-V XML Registry. 84 // Descriptions of each opcode. Each entry describes the format of the in spvOpcodeTableGet() 104 const spv_opcode_desc_t& entry = table->entries[opcodeIndex]; in spvOpcodeTableNameLookup() local 113 if (((version >= entry.minVersion && version <= entry.lastVersion) || in spvOpcodeTableNameLookup() 114 entry.numExtensions > 0u || entry.numCapabilities > 0u) && in spvOpcodeTableNameLookup() 115 nameLength == strlen(entry.name) && in spvOpcodeTableNameLookup() 116 !strncmp(name, entry.name, nameLength)) { in spvOpcodeTableNameLookup() 118 *pEntry = &entry; in spvOpcodeTableNameLookup() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFragOpInteractionCase.cpp | 133 const glu::VertexArrayBinding& entry = data.getLayoutEntry(ndx); in getEntryWithPointer() local 134 return glu::VertexArrayBinding(entry.binding, glu::VertexArrayPointer(entry.pointer.componentType, in getEntryWithPointer() 135 entry.pointer.convert, in getEntryWithPointer() 136 entry.pointer.numComponents, in getEntryWithPointer() 137 entry.pointer.numElements, in getEntryWithPointer() 138 entry.pointer.stride, in getEntryWithPointer() 139 (const void*)((deUintptr)entry.pointer.data+(deUintptr)data.getBasePtr()))); in getEntryWithPointer()
|
/third_party/littlefs/scripts/ |
H A D | perf.py | 258 '|' 'File .*?to (?:entry )?(?P<op_file>\d+)' 329 # found a directory entry 332 # found a file entry 754 entry = [] 755 entry.append(name) 758 entry.append(getattr(r, k).table() 763 entry.append(getattr(r, k).diff_table() 768 entry.append(getattr(diff_r, k).diff_table() 772 entry.append(getattr(r, k).diff_table() 776 entry [all...] |
H A D | perfbd.py | 166 '|' 'File .*?to (?:entry )?(?P<op_file>\d+)' 237 # found a directory entry 240 # found a file entry 720 entry = [] 721 entry.append(name) 724 entry.append(getattr(r, k).table() 729 entry.append(getattr(r, k).diff_table() 734 entry.append(getattr(diff_r, k).diff_table() 738 entry.append(getattr(r, k).diff_table() 742 entry [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 312 const StructTable& entry = struct_table[i]; in CreateInitialMaps() local 314 if (!AllocatePartialMap(entry.type, entry.size).To(&map)) return false; in CreateInitialMaps() 315 roots_table()[entry.index] = map.ptr(); in CreateInitialMaps() 352 const StructTable& entry = struct_table[i]; in CreateInitialMaps() local 353 FinalizePartialMap(Map::cast(Object(roots_table()[entry.index]))); in CreateInitialMaps() 400 const StringTypeTable& entry = string_type_table[i]; in CreateInitialMaps() local 402 if (!AllocateMap(entry.type, entry.size).To(&map)) return false; in CreateInitialMaps() 406 if (StringShape(entry in CreateInitialMaps() [all...] |
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.c | 125 set_foreach(batch->resources, entry) { in panfrost_batch_cleanup() 126 struct panfrost_resource *rsrc = (void *) entry->key; in panfrost_batch_cleanup() 240 struct hash_entry *entry = _mesa_hash_table_search(ctx->writers, rsrc); in panfrost_batch_update_access() local 241 struct panfrost_batch *writer = entry ? entry->data : NULL; in panfrost_batch_update_access() 260 /* Skip the entry if this our batch. */ in panfrost_batch_update_access() 298 pan_bo_access *entry = in panfrost_batch_add_bo_old() 300 pan_bo_access old_flags = *entry; in panfrost_batch_add_bo_old() 311 *entry = flags; in panfrost_batch_add_bo_old() 883 struct hash_entry *entry in panfrost_flush_writer() local [all...] |
/third_party/curl/lib/vtls/ |
H A D | schannel_verify.c | 426 const CERT_ALT_NAME_ENTRY *entry = &alt_name_info->rgAltEntry[i]; in cert_get_name_string() local 430 if(entry->dwAltNameChoice != CERT_ALT_NAME_DNS_NAME) { in cert_get_name_string() 433 if(!entry->pwszDNSName) { in cert_get_name_string() 437 current_length = wcslen(entry->pwszDNSName) + 1; in cert_get_name_string() 447 dns_w = entry->pwszDNSName; in cert_get_name_string()
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | filtration.py | 403 for entry in json_data["resourceFilters"]: 404 if "files" in entry: 405 file_filter = Filter.create_from_json(entry["files"], io) 408 for category in entry["categories"]: 416 filter_info.add_rules(file_filter, entry["rules"])
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_ray_queries.c | 78 struct hash_entry *entry = _mesa_hash_table_search(state->queries, opaque_var); in maybe_create_brw_var() local 79 if (entry) in maybe_create_brw_var() 105 struct hash_entry *entry = _mesa_hash_table_search(state->queries, opaque_var); in get_ray_query_shadow_addr() local 106 assert(entry); in get_ray_query_shadow_addr() 108 struct brw_ray_query *rq = entry->data; in get_ray_query_shadow_addr()
|
/third_party/musl/Benchmark/musl/ |
H A D | benchmark_framework.cpp | 291 for (auto &entry : g_allBenchmarks) { in RegisterAllBenchmarks() 292 auto &funcInfo = entry.second; in RegisterAllBenchmarks() 295 RegisterSingleBenchmark(bench_opts_t(), opts, entry.first, runArgs); in RegisterAllBenchmarks() 298 for (auto &entry : g_applyBenchmarks) { in RegisterAllBenchmarks() 300 RegisterSingleBenchmark(bench_opts_t(), opts, entry.first, runArgs); in RegisterAllBenchmarks()
|
/third_party/rust/crates/clap/clap_complete/src/ |
H A D | dynamic.rs | 507 for entry in std::fs::read_dir(&root) in complete_path() 513 let raw_file_name = clap_lex::RawOsString::new(entry.file_name()); in complete_path() 518 if entry.metadata().map(|m| m.is_dir()).unwrap_or(false) { in complete_path() 519 let path = entry.path(); in complete_path() 524 let path = entry.path(); in complete_path()
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | fsutil.py | 401 entry = pwd.getpwuid(uid) 402 username = entry.pw_name 405 entry = pwd.getpwnam(username) 406 uid = entry.pw_uid 409 gid = entry.pw_gid
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
H A D | filtration.py | 403 for entry in json_data["resourceFilters"]: 404 if "files" in entry: 405 file_filter = Filter.create_from_json(entry["files"], io) 408 for category in entry["categories"]: 416 filter_info.add_rules(file_filter, entry["rules"])
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionDeclaration.cpp | 241 const Symbol* entry = symbols[name]; in find_existing_declaration() local 243 if (entry) { in find_existing_declaration() 245 switch (entry->kind()) { in find_existing_declaration() 247 functions = entry->as<UnresolvedFunction>().functions(); in find_existing_declaration() 250 functions.push_back(&entry->as<FunctionDeclaration>()); in find_existing_declaration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 42 /// This class represents an entry in the slot index list held in the 112 SlotIndex(IndexListEntry *entry, unsigned slot) in SlotIndex() argument 113 : lie(entry, slot) {} in SlotIndex() 119 "Attempt to access deleted list-entry."); in listEntry() 335 IndexListEntry *entry = in createEntry() local 339 new (entry) IndexListEntry(mi, index); in createEntry() 341 return entry; in createEntry() 560 // Insert a new list entry for MI. in insertMachineInstrInMaps()
|