/third_party/node/deps/openssl/openssl/ms/ |
H A D | uplink-ia64.pl | 53 OPENSSL_UplinkTable: data8 $N // amount of following entries
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | set.rs | 134 formatter.debug_set().entries(self).finish() in fmt()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | set.rs | 134 formatter.debug_set().entries(self).finish() in fmt()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | set.rs | 134 formatter.debug_set().entries(self).finish() in fmt()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramDataManager.cpp | 55 descriptor.entries = bindings.data(); in uploadUniformBuffers()
|
/third_party/openssl/ms/ |
H A D | uplink-ia64.pl | 53 OPENSSL_UplinkTable: data8 $N // amount of following entries
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | set.rs | 134 formatter.debug_set().entries(self).finish() in fmt()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | set.rs | 134 formatter.debug_set().entries(self).finish() in fmt()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace.c | 65 * entries inserted during the selftest although some concurrent 3724 unsigned long entries = 0; in tracing_iter_reset() local 3743 entries++; in tracing_iter_reset() 3747 per_cpu_ptr(iter->array_buffer->data, cpu)->skipped_entries = entries; in tracing_iter_reset() 3834 unsigned long *entries, int cpu) in get_total_entries_cpu() 3840 * If this buffer has skipped entries, then we hold all in get_total_entries_cpu() 3841 * entries for the trace and we need to ignore the in get_total_entries_cpu() 3846 /* total is the same as the entries */ in get_total_entries_cpu() 3851 *entries = count; in get_total_entries_cpu() 3856 unsigned long *total, unsigned long *entries) in get_total_entries() 3833 get_total_entries_cpu(struct array_buffer *buf, unsigned long *total, unsigned long *entries, int cpu) get_total_entries_cpu() argument 3855 get_total_entries(struct array_buffer *buf, unsigned long *total, unsigned long *entries) get_total_entries() argument 3873 unsigned long total, entries; trace_total_entries_cpu() local 3885 unsigned long total, entries; trace_total_entries() local 3910 unsigned long entries; print_event_info() local 3954 unsigned long entries; print_trace_header() local 7898 int entries, i; tracing_buffers_splice_read() local [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.c | 68 * entries inserted during the selftest although some concurrent 4138 unsigned long entries = 0; in tracing_iter_reset() local 4157 entries++; in tracing_iter_reset() 4161 per_cpu_ptr(iter->array_buffer->data, cpu)->skipped_entries = entries; in tracing_iter_reset() 4242 unsigned long *entries, int cpu) in get_total_entries_cpu() 4248 * If this buffer has skipped entries, then we hold all in get_total_entries_cpu() 4249 * entries for the trace and we need to ignore the in get_total_entries_cpu() 4254 /* total is the same as the entries */ in get_total_entries_cpu() 4259 *entries = count; in get_total_entries_cpu() 4264 unsigned long *total, unsigned long *entries) in get_total_entries() 4241 get_total_entries_cpu(struct array_buffer *buf, unsigned long *total, unsigned long *entries, int cpu) get_total_entries_cpu() argument 4263 get_total_entries(struct array_buffer *buf, unsigned long *total, unsigned long *entries) get_total_entries() argument 4281 unsigned long total, entries; trace_total_entries_cpu() local 4293 unsigned long total, entries; trace_total_entries() local 4319 unsigned long entries; print_event_info() local 4364 unsigned long entries; print_trace_header() local 8461 int entries, i; tracing_buffers_splice_read() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_ddi.c | 138 trans->entries[i].hsw.trans1 | iboost_bit); in hsw_prepare_dp_ddi_buffers() 140 trans->entries[i].hsw.trans2); in hsw_prepare_dp_ddi_buffers() 170 trans->entries[level].hsw.trans1 | iboost_bit); in hsw_prepare_hdmi_ddi_buffers() 172 trans->entries[level].hsw.trans2); in hsw_prepare_hdmi_ddi_buffers() 1051 iboost = trans->entries[level].hsw.i_boost; in skl_ddi_set_iboost() 1144 SWING_SEL_UPPER(trans->entries[level].icl.dw2_swing_sel) | in icl_ddi_combo_vswing_program() 1145 SWING_SEL_LOWER(trans->entries[level].icl.dw2_swing_sel) | in icl_ddi_combo_vswing_program() 1156 POST_CURSOR_1(trans->entries[level].icl.dw4_post_cursor_1) | in icl_ddi_combo_vswing_program() 1157 POST_CURSOR_2(trans->entries[level].icl.dw4_post_cursor_2) | in icl_ddi_combo_vswing_program() 1158 CURSOR_COEFF(trans->entries[leve in icl_ddi_combo_vswing_program() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 112 * list entries are 64-bit PCI DMA addresses. And since the state of 114 * always have at least one Egress Unit's worth of Free List entries 269 * Addresses are programmed to hash region, if tcam runs out of entries. 280 /* We ran out of TCAM entries. try programming hash region. */ in cxgb4vf_change_mac() 697 * mapping table has plenty of entries. 1953 * see partially corrupted log entries. But i9t's probably Good Enough(tm). 1979 /* skip over unused entries */ in mboxlog_show() 2123 * Return the number of "entries" in our "file". We group the multi-Queue 2138 int entries = sge_queue_entries(seq->private); in sge_queue_start() local 2140 return *pos < entries in sge_queue_start() 2149 int entries = sge_queue_entries(seq->private); sge_queue_next() local 2267 int entries = sge_qstats_entries(seq->private); sge_qstats_start() local 2278 int entries = sge_qstats_entries(seq->private); sge_qstats_next() local 2798 struct msix_entry entries[MSIX_ENTRIES]; enable_msix() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 112 * list entries are 64-bit PCI DMA addresses. And since the state of 114 * always have at least one Egress Unit's worth of Free List entries 269 * Addresses are programmed to hash region, if tcam runs out of entries. 280 /* We ran out of TCAM entries. try programming hash region. */ in cxgb4vf_change_mac() 697 * mapping table has plenty of entries. 1961 * see partially corrupted log entries. But i9t's probably Good Enough(tm). 1987 /* skip over unused entries */ in mboxlog_show() 2131 * Return the number of "entries" in our "file". We group the multi-Queue 2146 int entries = sge_queue_entries(seq->private); in sge_queue_start() local 2148 return *pos < entries in sge_queue_start() 2157 int entries = sge_queue_entries(seq->private); sge_queue_next() local 2275 int entries = sge_qstats_entries(seq->private); sge_qstats_start() local 2286 int entries = sge_qstats_entries(seq->private); sge_qstats_next() local 2806 struct msix_entry entries[MSIX_ENTRIES]; enable_msix() local [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 112 uint32_t next_index; /* For generating object paths for entries. */ 523 const char **entries; in get_entries() local 536 entries = pa_xnew(const char *, *n); in get_entries() 539 entries[i++] = de->object_path; in get_entries() 541 return entries; in get_entries() 546 const char **entries; in handle_get_entries() local 553 entries = get_entries(u, &n); in handle_get_entries() 555 pa_dbus_send_basic_array_variant_reply(conn, msg, DBUS_TYPE_OBJECT_PATH, entries, n); in handle_get_entries() 557 pa_xfree(entries); in handle_get_entries() 566 const char **entries; in handle_get_all() local [all...] |
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | esrt.c | 5 * This module exports EFI System Resource Table (ESRT) entries into userspace 45 * The maximum number of resource array entries that can be within the 54 u8 entries[]; member 342 struct efi_system_resource_entry_v1 *v1_entries = (void *)esrt->entries; in register_entries() 406 esrt_kset = kset_create_and_add("entries", NULL, esrt_kobj); in esrt_sysfs_init()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | arcregs.h | 291 unsigned int pad:16, entries:8, ver:8; member 293 unsigned int ver:8, entries:8, pad:16;
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | head.S | 128 sll $r0, $r6, $r0 ! entries = k-way * n-set 129 mul $r6, $r0, $r5 ! max size = entries * page size
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_extlog.c | 42 u32 entries; /* Valid L1 Directory entries per logical processor */ member 256 l1_percpu_entry = l1_head->entries; in extlog_init()
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | arcregs.h | 344 unsigned int pad:16, entries:8, ver:8; member 346 unsigned int ver:8, entries:8, pad:16;
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
H A D | mt7601u.h | 77 unsigned int entries; member 93 unsigned int entries; member
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_early_core.c | 329 if (!sccb->entries[sn]) in sclp_early_read_storage_info() 331 rn = sccb->entries[sn] >> 16; in sclp_early_read_storage_info()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rio.h | 361 * @dma_max_sge: number of SG list entries that can be handled by DMA channel(s) 411 int mbox, int entries); 414 int mbox, int entries);
|
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident_memory.c | 23 do { (trident)->tlb.entries[page] = cpu_to_le32((addr) & ~(SNDRV_TRIDENT_PAGE_SIZE-1)); \ 28 (dma_addr_t)le32_to_cpu((trident->tlb.entries[page]) & ~(SNDRV_TRIDENT_PAGE_SIZE - 1)) 56 /* fill TLB entries -- we need to fill two entries */ 86 /* fill TLB entries -- UNIT_PAGES entries must be filled */ 199 /* set TLB entries */ in snd_trident_alloc_sg_pages() 246 /* set TLB entries */ in snd_trident_alloc_cont_pages() 292 /* reset TLB entries */ in snd_trident_free_pages()
|
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
H A D | event.h | 233 struct id_index_entry entries[0]; member 290 struct perf_record_thread_map_entry entries[]; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | gv100.c | 53 if (++get == buffer->entries) in gv100_fault_buffer_process() 112 buffer->entries = nvkm_rd32(device, 0x100e34 + foff) & 0x000fffff; in gv100_fault_buffer_info()
|