Home
last modified time | relevance | path

Searched refs:entry (Results 5376 - 5400 of 7703) sorted by relevance

1...<<211212213214215216217218219220>>...309

/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H A Dhists.c382 fmt->entry(fmt, &hpp, h); in perf_gtk__show_hists()
444 fmt->entry(fmt, hpp, he); in perf_gtk__add_hierarchy_entries()
457 ret = fmt->entry(fmt, hpp, he); in perf_gtk__add_hierarchy_entries()
477 snprintf(buf, sizeof(buf), "no entry >= %.2f%%", in perf_gtk__add_hierarchy_entries()
/kernel/linux/linux-6.6/net/sched/
H A Dact_csum.c686 struct flow_action_entry *entry = entry_data; in tcf_csum_offload_act_setup() local
688 entry->id = FLOW_ACTION_CSUM; in tcf_csum_offload_act_setup()
689 entry->csum_flags = tcf_csum_update_flags(act); in tcf_csum_offload_act_setup()
/kernel/linux/linux-6.6/net/ipv4/
H A Dproc.c422 if (snmp4_tcp_list[i].entry == TCP_MIB_MAXCONN) in snmp_seq_show_tcp_udp()
494 snmp4_net_list[i].entry)); in netstat_seq_show()
514 snmp4_ipextstats_list[i].entry, in netstat_seq_show()
/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()
H A Dinst_debug_printf_pass.cpp260 // Add the new buffer to all entry points. in GetOutputBufferId()
261 for (auto& entry : get_module()->entry_points()) { in GetOutputBufferId()
262 entry.AddOperand({SPV_OPERAND_TYPE_ID, {output_buffer_id_}}); in GetOutputBufferId()
263 context()->AnalyzeUses(&entry); in GetOutputBufferId()
444 // Perform printf instrumentation on each entry point function in module in ProcessImpl()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_ctrl.c269 struct dirent entry; in wpa_ctrl_cleanup() local
287 while (readdir_r(dir, &entry, &result) == 0 && result != NULL) { in wpa_ctrl_cleanup()
288 if (os_strlcpy(namep, entry.d_name, maxcopy) < maxcopy) in wpa_ctrl_cleanup()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H A Dibmvfc.c208 * ibmvfc_trc_start - Log a start trace entry
218 struct ibmvfc_trace_entry *entry; in ibmvfc_trc_start() local
221 entry = &vhost->trace[index]; in ibmvfc_trc_start()
222 entry->evt = evt; in ibmvfc_trc_start()
223 entry->time = jiffies; in ibmvfc_trc_start()
224 entry->fmt = evt->crq.format; in ibmvfc_trc_start()
225 entry->type = IBMVFC_TRC_START; in ibmvfc_trc_start()
227 switch (entry->fmt) { in ibmvfc_trc_start()
229 entry->op_code = iu->cdb[0]; in ibmvfc_trc_start()
230 entry in ibmvfc_trc_start()
255 struct ibmvfc_trace_entry *entry; ibmvfc_trc_end() local
[all...]

Completed in 30 milliseconds

1...<<211212213214215216217218219220>>...309