Home
last modified time | relevance | path

Searched refs:entries (Results 2051 - 2075 of 2622) sorted by relevance

1...<<81828384858687888990>>...105

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Damdgpu_drm.h633 struct drm_amdgpu_info_vce_clock_table_entry entries[AMDGPU_VCE_CLOCK_TABLE_ENTRIES]; member
/third_party/ffmpeg/tests/fate/
H A Dhevc.mak229 # this sample has two stsd entries and needs to reload extradata
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java111 public Iterable<Entry<K, V>> entries() { in entries() method in XCldrStub.Multimap
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXCldrStub.java116 public Iterable<Entry<K, V>> entries() { in entries() method in XCldrStub.Multimap
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h470 struct list_head entries; member
/third_party/mesa3d/src/amd/registers/
H A Dmakeregheader.py180 for entry in enum.entries:
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_clip.c349 assert(impl->end_block->predecessors->entries == 1); in nir_lower_clip_vs()
/third_party/node/test/parallel/
H A Dtest-os.js175 const netmaskToCIDRSuffixMap = new Map(Object.entries({
H A Dtest-webcrypto-export-import-rsa.js559 for (const [name, [publicUsage, privateUsage]] of Object.entries({
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dplace-dep.js348 for (const [name, edge] of this.oldDep.edgesOut.entries()) {
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c413 if (!screen->tsc.entries[0]) in nv50_create()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h139 * True if all available entries are copied, otherwise false.
142 bool GetLineTicks(LineTick* entries, unsigned int length) const;
/third_party/node/deps/v8/include/
H A Dv8-profiler.h139 * True if all available entries are copied, otherwise false.
142 bool GetLineTicks(LineTick* entries, unsigned int length) const;
/third_party/protobuf/src/google/protobuf/
H A Dfield_mask.pb.h46 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
H A Dany.pb.h46 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
/kernel/linux/linux-5.10/virt/kvm/
H A Dkvm_main.c1022 * other entries in the array forward one spot.
3945 struct kvm_irq_routing_entry *entries = NULL; in kvm_vm_ioctl() local
3959 entries = vmemdup_user(urouting->entries, in kvm_vm_ioctl()
3960 array_size(sizeof(*entries), in kvm_vm_ioctl()
3962 if (IS_ERR(entries)) { in kvm_vm_ioctl()
3963 r = PTR_ERR(entries); in kvm_vm_ioctl()
3967 r = kvm_set_irq_routing(kvm, entries, routing.nr, in kvm_vm_ioctl()
3969 kvfree(entries); in kvm_vm_ioctl()
/kernel/linux/linux-6.6/kernel/locking/
H A Dlockdep.c534 * @hash: jhash() of @entries.
535 * @nr_entries: Number of entries in @entries.
536 * @entries: Actual stack backtrace.
542 unsigned long entries[] __aligned(sizeof(unsigned long));
555 memcmp(t1->entries, t2->entries, in traces_identical()
556 t1->nr_entries * sizeof(t1->entries[0])) == 0; in traces_identical()
582 trace->nr_entries = stack_trace_save(trace->entries, max_entries, 3); in save_trace()
584 hash = jhash(trace->entries, trac in save_trace()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1544 if (history->entries[i].backtrace == backtrace) { in __topology_ref_save()
1545 entry = &history->entries[i]; in __topology_ref_save()
1555 new = krealloc(history->entries, sizeof(*new) * new_len, in __topology_ref_save()
1562 history->entries = new; in __topology_ref_save()
1611 sort(history->entries, history->len, sizeof(*history->entries), in __dump_topology_ref_history()
1619 &history->entries[i]; in __dump_topology_ref_history()
1632 kfree(history->entries); in __dump_topology_ref_history()
/kernel/linux/linux-6.6/virt/kvm/
H A Dkvm_main.c1141 * be setup already, so we can create arch-specific debugfs entries under it.
4605 /* Should be bigger to keep the reserved entries, or a page */ in kvm_vm_ioctl_enable_dirty_log_ring()
4921 struct kvm_irq_routing_entry *entries = NULL; in kvm_vm_ioctl() local
4935 entries = vmemdup_user(urouting->entries, in kvm_vm_ioctl()
4936 array_size(sizeof(*entries), in kvm_vm_ioctl()
4938 if (IS_ERR(entries)) { in kvm_vm_ioctl()
4939 r = PTR_ERR(entries); in kvm_vm_ioctl()
4943 r = kvm_set_irq_routing(kvm, entries, routing.nr, in kvm_vm_ioctl()
4945 kvfree(entries); in kvm_vm_ioctl()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp317 // entries. in Put()
325 // Two byte entries. in Put()
334 uint32 entries = (Size () >> 1); in Put() local
336 for (uint32 j = 0; j < entries; j++) in Put()
347 // Four byte entries. in Put()
360 uint32 entries = (Size () >> 2); in Put() local
362 for (uint32 j = 0; j < entries; j++) in Put()
373 // Eight byte entries. in Put()
380 uint32 entries = (Size () >> 3); in Put() local
382 for (uint32 j = 0; j < entries; in Put()
6009 uint32 entries = rangeInfo->fLinearizationTable->LogicalSize () >> 1; WriteDNG() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1431 atomic_inc(&ntbl->entries); in ipoib_neigh_alloc()
1457 if (atomic_dec_and_test(&priv->ntbl.entries)) { in ipoib_neigh_dtor()
1531 atomic_set(&ntbl->entries, 0); in ipoib_neigh_hash_init()
1611 wait_flushed = atomic_read(&priv->ntbl.entries); in ipoib_flush_neighs()
1703 pr_warn("%s: failed to allocate TX ring (%d entries)\n", in ipoib_dev_init_default()
/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/
H A Dgemini.c551 size_t entries = 1 << port->txq_order; in gmac_setup_txqs() local
554 size_t len = n_txq * entries; in gmac_setup_txqs()
597 desc_ring += entries; in gmac_setup_txqs()
598 skb_tab += entries; in gmac_setup_txqs()
831 * each page normally needs two entries in the queue. in geth_freeq_alloc_map_page()
867 * @refill: whether to reset the queue by filling in all freeq entries or
890 /* Loop over the freeq ring buffer entries */ in geth_fill_freeq()
/kernel/linux/linux-5.10/drivers/vme/bridges/
H A Dvme_tsi148.c1748 list_add_tail(&entry->list, &list->entries); in tsi148_dma_list_add()
1761 if (entry->list.prev != &list->entries) { in tsi148_dma_list_add()
1842 entry = list_first_entry(&list->entries, struct tsi148_dma_entry, in tsi148_dma_list_exec()
1908 list_for_each_safe(pos, temp, &list->entries) { in tsi148_dma_list_empty()
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/
H A Dgemini.c550 size_t entries = 1 << port->txq_order; in gmac_setup_txqs() local
553 size_t len = n_txq * entries; in gmac_setup_txqs()
596 desc_ring += entries; in gmac_setup_txqs()
597 skb_tab += entries; in gmac_setup_txqs()
830 * each page normally needs two entries in the queue. in geth_freeq_alloc_map_page()
866 * @refill: whether to reset the queue by filling in all freeq entries or
889 /* Loop over the freeq ring buffer entries */ in geth_fill_freeq()
/kernel/linux/linux-6.6/drivers/staging/vme_user/
H A Dvme_tsi148.c1723 list_add_tail(&entry->list, &list->entries); in tsi148_dma_list_add()
1736 if (entry->list.prev != &list->entries) { in tsi148_dma_list_add()
1815 entry = list_first_entry(&list->entries, struct tsi148_dma_entry, in tsi148_dma_list_exec()
1881 list_for_each_safe(pos, temp, &list->entries) { in tsi148_dma_list_empty()

Completed in 56 milliseconds

1...<<81828384858687888990>>...105