/kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
H A D | hists.c | 382 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 D | act_csum.c | 686 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 D | proc.c | 422 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 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()
|
H A D | inst_debug_printf_pass.cpp | 260 // 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 D | wpa_ctrl.c | 269 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 D | ibmvfc.c | 208 * 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...] |