/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-repacker.hh | 418 for (auto entry : subgraph.iter ()) in isolate_subgraph() 420 const auto& node = vertices_[entry.first]; in isolate_subgraph() 421 unsigned subgraph_incoming_edges = entry.second; in isolate_subgraph() 427 duplicate_subgraph (entry.first, index_map); in isolate_subgraph()
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 253 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter() local 256 entry["Values"][name] = enumRow.value; in TPrinter() 258 entry["Type"] = "Value"; in TPrinter() 259 entry["Name"] = "Op"; in TPrinter()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 583 auto entry = fTypeMap.find(key); in getType() local 584 if (entry == fTypeMap.end()) { in getType() 681 return entry->second; in getType() 702 auto entry = fTypeMap.find(key); in getFunctionType() local 703 if (entry == fTypeMap.end()) { in getFunctionType() 743 return entry->second; in getFunctionType() 754 auto entry = fTypeMap.find(key); in getPointerType() local 755 if (entry == fTypeMap.end()) { in getPointerType() 762 return entry->second; in getPointerType() 1253 const auto& entry in writeFunctionCall() local 1581 addColumnEntry(const Type& columnType, std::vector<SpvId>* currentColumn, std::vector<SpvId>* columnIds, int rows, SpvId entry, OutputStream& out) addColumnEntry() argument 2034 auto entry = fVariableMap.find(&var); getLValue() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 116 // special entry breakpoint name for the given shader type. 118 // entry. 215 // getOrCreate() searchs the map for the given key. If the map contains an entry 1027 // Function name -> entry trap index 1067 // Memory holds a pointer (addr) to the entry in the shadow memory, and 1077 // create() adds a new entry for the object with the given id. 1440 // break on function entry. 1493 // Notify the debugger if the function-entry breakpoint is handled. 1947 Entry entry{}; 1948 entry [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | dpp_supplicant.c | 799 "DPP: Could not find bootstrapping info for the identified local entry"); in wpas_dpp_auth_init() 2369 struct rsn_pmksa_cache_entry *entry; in wpas_dpp_rx_peer_disc_resp() local 2460 entry = os_zalloc(sizeof(*entry)); in wpas_dpp_rx_peer_disc_resp() 2461 if (!entry) in wpas_dpp_rx_peer_disc_resp() 2463 os_memcpy(entry->aa, src, ETH_ALEN); in wpas_dpp_rx_peer_disc_resp() 2464 os_memcpy(entry->pmkid, intro.pmkid, PMKID_LEN); in wpas_dpp_rx_peer_disc_resp() 2465 os_memcpy(entry->pmk, intro.pmk, intro.pmk_len); in wpas_dpp_rx_peer_disc_resp() 2466 entry->pmk_len = intro.pmk_len; in wpas_dpp_rx_peer_disc_resp() 2467 entry in wpas_dpp_rx_peer_disc_resp() [all...] |
/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_clients_manager.cpp | 192 for (auto &entry : clients_[groupId]) {
in UpdateClientPeriodCount() 193 auto &client = entry.second;
in UpdateClientPeriodCount() 199 result += " serviceId=" + std::to_string(entry.first) + ", sensorId=" + std::to_string(sensorId) +
in UpdateClientPeriodCount()
|
/third_party/f2fs-tools/fsck/ |
H A D | f2fs.h | 69 static inline void list_del(struct list_head *entry) in list_del() argument 71 __list_del(entry->prev, entry->next); in list_del()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 344 CharsTrie.Entry entry = suffixes.next(); in getCEsFromContractionCE32() 345 CharSequence suffix = entry.chars; in getCEsFromContractionCE32() 359 ce32 = entry.value; in getCEsFromContractionCE32() 424 // Set the group's header entry to the in encodeUniqueCEs()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 500 for (Entry<Integer, String> entry : m1_m2) { in getEntries() 502 buffer.append(entry.getKey()).append(" => ") in getEntries() 503 .append(entry.getValue()).append("\r\n"); in getEntries()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 497 for (Entry<Integer, String> entry : m1_m2) { in getEntries() 499 buffer.append(entry.getKey()).append(" => ") in getEntries() 500 .append(entry.getValue()).append("\r\n"); in getEntries()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 345 CharsTrie.Entry entry = suffixes.next(); in getCEsFromContractionCE32() 346 CharSequence suffix = entry.chars; in getCEsFromContractionCE32() 360 ce32 = entry.value; in getCEsFromContractionCE32() 425 // Set the group's header entry to the in encodeUniqueCEs()
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.c | 281 struct hash_entry *entry = _mesa_hash_table_search(scope->cache, expr); in evaluate_expr() local 282 if (entry) { in evaluate_expr() 283 return *(uint64_t *)entry->data; in evaluate_expr()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_print_visitor.cpp | 124 struct hash_entry * entry = in unique_name() local 127 if (entry != NULL) { in unique_name() 128 return (const char *) entry->data; in unique_name()
|
/third_party/mesa3d/src/glx/ |
H A D | dri_common.c | 456 set_foreach(priv->zombieGLXDrawable, entry) { in checkServerGLXDrawableAlive() 457 __GLXDRIdrawable *pdraw = (__GLXDRIdrawable *)entry->key; in checkServerGLXDrawableAlive() 465 _mesa_set_remove(priv->zombieGLXDrawable, entry); in checkServerGLXDrawableAlive()
|
/third_party/node/lib/internal/ |
H A D | util.js | 391 const entry = uvErrmapGet(err); 392 return entry ? entry[0] : `Unknown system error ${err}`;
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_getaddrinfo.c | 241 * fake up a host entry, end the query immediately, and return true. 386 const ares_hosts_entry_t *entry; in file_lookup() local 397 hquery->name, &entry); in file_lookup() 404 entry, hquery->name, hquery->hints.ai_family, hquery->port, in file_lookup()
|
/third_party/libinput/tools/ |
H A D | shared.c | 541 struct udev_list_entry *entry = NULL; in find_device() local 554 udev_list_entry_foreach(entry, udev_enumerate_get_list_entry(e)) { in find_device() 555 path = udev_list_entry_get_name(entry); in find_device()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-code-generator.cc | 251 for (auto entry : target->state()->register_state()) { in EmitBlockEndGapMoves() 253 if (LoadMergeState(entry.state, &merge)) { in EmitBlockEndGapMoves() 255 Register target_reg = entry.reg; in EmitBlockEndGapMoves()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonFormatter.cs | 594 foreach (DictionaryEntry entry in fields) in WriteStruct() 596 string key = (string) entry.Key; in WriteStruct() 597 IMessage value = (IMessage) entry.Value; in WriteStruct() 690 throw new ArgumentException("Dictionary has entry with null key"); in WriteDictionary()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_internal_shaders.py | 239 # Generates the code for a shader blob array entry. 631 # if any variation is invalid, output an empty entry 635 entry = '%s_%08X' % (var_name, variation) 636 table += '{%s, sizeof(%s)},\n' % (entry, entry)
|
/third_party/skia/src/gpu/ops/ |
H A D | LatticeOp.cpp | 445 int entry = random->nextULessThan(count + 1); 446 // We don't have an entry to to store the count after the last div 447 if (entry < count) { 448 divs[entry]++;
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
H A D | data_synonym_and_id_equation_facts.cpp | 485 // add an entry: in ComputeClosureOfFacts() 488 // m[2, 0] == v[0] holds, we would update this entry to: in ComputeClosureOfFacts() 490 // If we then find that m[2, 3] == v[3] holds, we would update this entry to: in ComputeClosureOfFacts() 666 std::vector<bool> entry; in ComputeClosureOfFacts() local 668 entry.push_back(i == common_final_index); in ComputeClosureOfFacts() 670 candidate_composite_synonyms[candidate_composite_synonym] = entry; in ComputeClosureOfFacts() 676 // update the entry to record that. in ComputeClosureOfFacts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
H A D | data_synonym_and_id_equation_facts.cpp | 485 // add an entry: in ComputeClosureOfFacts() 488 // m[2, 0] == v[0] holds, we would update this entry to: in ComputeClosureOfFacts() 490 // If we then find that m[2, 3] == v[3] holds, we would update this entry to: in ComputeClosureOfFacts() 666 std::vector<bool> entry; in ComputeClosureOfFacts() local 668 entry.push_back(i == common_final_index); in ComputeClosureOfFacts() 670 candidate_composite_synonyms[candidate_composite_synonym] = entry; in ComputeClosureOfFacts() 676 // update the entry to record that. in ComputeClosureOfFacts()
|
/third_party/spirv-tools/source/fuzz/fact_manager/ |
H A D | data_synonym_and_id_equation_facts.cpp | 486 // add an entry: in ComputeClosureOfFacts() 489 // m[2, 0] == v[0] holds, we would update this entry to: in ComputeClosureOfFacts() 491 // If we then find that m[2, 3] == v[3] holds, we would update this entry to: in ComputeClosureOfFacts() 667 std::vector<bool> entry; in ComputeClosureOfFacts() local 669 entry.push_back(i == common_final_index); in ComputeClosureOfFacts() 671 candidate_composite_synonyms[candidate_composite_synonym] = entry; in ComputeClosureOfFacts() 677 // update the entry to record that. in ComputeClosureOfFacts()
|
/third_party/spirv-tools/source/opt/ |
H A D | convert_to_half_pass.cpp | 339 func->entry().get(), [&changed, this](BasicBlock* bb) { in ProcessFunction() 347 func->entry().get(), [&modified, this](BasicBlock* bb) { in ProcessFunction() 354 func->entry().get(), [&modified, this](BasicBlock* bb) { in ProcessFunction()
|