Home
last modified time | relevance | path

Searched refs:entry (Results 1651 - 1675 of 2329) sorted by relevance

1...<<61626364656667686970>>...94

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-repacker.hh418 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 Dheader.cpp253 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 DSkSLSPIRVCodeGenerator.cpp583 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 DSpirvShaderDebugger.cpp116 // 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 Ddpp_supplicant.c799 "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 Dsensor_clients_manager.cpp192 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 Df2fs.h69 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 DCollationFastLatinBuilder.java344 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 DUnicodeMapTest.java500 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 DUnicodeMapTest.java497 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 DCollationFastLatinBuilder.java345 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 Ddecode.c281 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 Dir_print_visitor.cpp124 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 Ddri_common.c456 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 Dutil.js391 const entry = uvErrmapGet(err);
392 return entry ? entry[0] : `Unknown system error ${err}`;
/third_party/node/deps/cares/src/lib/
H A Dares_getaddrinfo.c241 * 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 Dshared.c541 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 Dmaglev-code-generator.cc251 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 DJsonFormatter.cs594 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 Dgen_vk_internal_shaders.py239 # 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 DLatticeOp.cpp445 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 Ddata_synonym_and_id_equation_facts.cpp485 // 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 Ddata_synonym_and_id_equation_facts.cpp485 // 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 Ddata_synonym_and_id_equation_facts.cpp486 // 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 Dconvert_to_half_pass.cpp339 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()

Completed in 34 milliseconds

1...<<61626364656667686970>>...94