Home
last modified time | relevance | path

Searched refs:used (Results 1126 - 1150 of 2004) sorted by relevance

1...<<41424344454647484950>>...81

/third_party/skia/src/pathops/
H A DSkPathOpsCurve.cpp38 for (int index = 0; index < i.used(); ++index) { in nearPoint()
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk9 # This file is part of the FreeType project, and may only be used, modified,
30 # the rules found in `PROJECT/builds/PROJECT.mk', used to build the
50 # The `space' variable is used to avoid trailing spaces in defining the
131 # been erroneously used.
279 # GNU `config' git repository), relative to the `tmp' directory used during
/third_party/python/PCbuild/
H A Dfind_msbuild.bat32 @rem VS 2017 and later provide vswhere.exe, which can be used
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c51 * J_KEY for kernel contexts when TID RDMA is used.
253 * Therefore, when priv->pkts_ps is used to calculate req->cur_seg in tid_rdma_conn_reply()
311 * qp_to_rcd - determine the receive context used by a qp
466 * is no longer being used.
1207 "unexpected odd allocation cnt %u map 0x%x used %u", in kern_add_tid_node()
1208 cnt, grp->map, grp->used); in kern_add_tid_node()
1214 grp->base, grp->map, grp->used, cnt); in kern_add_tid_node()
1224 * these groups will move from group->full without affecting used
1225 * 2. If more TID's are needed allocate from used (will move from used
1235 struct tid_group *group = NULL, *used; kern_alloc_tids() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c51 * J_KEY for kernel contexts when TID RDMA is used.
253 * Therefore, when priv->pkts_ps is used to calculate req->cur_seg in tid_rdma_conn_reply()
311 * qp_to_rcd - determine the receive context used by a qp
467 * is no longer being used.
1214 "unexpected odd allocation cnt %u map 0x%x used %u", in kern_add_tid_node()
1215 cnt, grp->map, grp->used); in kern_add_tid_node()
1221 grp->base, grp->map, grp->used, cnt); in kern_add_tid_node()
1231 * these groups will move from group->full without affecting used
1232 * 2. If more TID's are needed allocate from used (will move from used
1242 struct tid_group *group = NULL, *used; kern_alloc_tids() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c1920 int used; in hostapd_ctrl_iface_eapol_rx() local
1926 used = hwaddr_aton2(pos, src); in hostapd_ctrl_iface_eapol_rx()
1927 if (used < 0) in hostapd_ctrl_iface_eapol_rx()
1929 pos += used; in hostapd_ctrl_iface_eapol_rx()
1958 int used, ret; in hostapd_ctrl_iface_eapol_tx() local
1966 used = hwaddr_aton2(pos, dst); in hostapd_ctrl_iface_eapol_tx()
1967 if (used < 0) in hostapd_ctrl_iface_eapol_tx()
1969 pos += used; in hostapd_ctrl_iface_eapol_tx()
2108 int used; in hostapd_ctrl_iface_data_test_tx() local
2124 used in hostapd_ctrl_iface_data_test_tx()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c35 * contributors may be used to endorse or promote products derived
108 * of the TFD are used, and only one chunk of 64 bytes should in iwl_pcie_gen2_update_byte_tbl()
754 unsigned int used; in iwl_txq_space() local
771 used = (q->write_ptr - q->read_ptr) & in iwl_txq_space()
774 if (WARN_ON(used > max)) in iwl_txq_space()
777 return max - used; in iwl_txq_space()
1235 WARN_ONCE(1, "queue %d already used", qid); in iwl_txq_alloc_response()
1309 "queue %d not used", queue); in iwl_txq_dyn_free()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dqdio_main.c1182 /* qdr is used in ccw1.cda which is u32 */ in qdio_allocate()
1444 int used, rc = 0; in handle_outbound() local
1449 used = atomic_add_return(count, &q->nr_buf_used); in handle_outbound()
1451 if (used == QDIO_MAX_BUFFERS_PER_Q) in handle_outbound()
1483 if (used >= scan_threshold || rc) in handle_outbound()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c615 int used; /* data bytes used */ in xfs_dir2_sf_addname_pick() local
635 * Calculate data bytes used excluding the new entry, if this in xfs_dir2_sf_addname_pick()
638 used = offset + in xfs_dir2_sf_addname_pick()
646 if (used + (holefit ? 0 : size) > args->geo->blksize) in xfs_dir2_sf_addname_pick()
656 if (used + size > args->geo->blksize) in xfs_dir2_sf_addname_pick()
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_fdb.c430 /* Interface used by ATM LANE hook to test
515 fdb->updated = fdb->used = jiffies; in fdb_create()
681 ci.ndm_used = jiffies_to_clock_t(now - fdb->used); in fdb_fill_info()
941 fdb->used = jiffies; in fdb_add_entry()
1243 fdb->used = jiffies; in br_fdb_external_learn_add()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-dev.c126 /* Mark device node number vdev->num as used */
502 static DECLARE_BITMAP(used, VIDEO_NUM_DEVICES); in get_index()
505 bitmap_zero(used, VIDEO_NUM_DEVICES); in get_index()
510 set_bit(video_devices[i]->index, used); in get_index()
514 return find_first_zero_bit(used, VIDEO_NUM_DEVICES); in get_index()
1052 /* Part 6: Activate this minor. The char device can now be used. */ in __video_register_device()
/kernel/linux/linux-5.10/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c123 * @tx_buf: tx buffer used to buffer data before writing into the FIFO
329 vr_idx = virtio16_to_cpu(vdev, vr->used->idx); in mlxbf_tmfifo_release_desc()
331 vr->used->ring[idx].id = cpu_to_virtio32(vdev, desc - vr->desc); in mlxbf_tmfifo_release_desc()
332 vr->used->ring[idx].len = cpu_to_virtio32(vdev, len); in mlxbf_tmfifo_release_desc()
340 vr->used->idx = cpu_to_virtio16(vdev, vr_idx + 1); in mlxbf_tmfifo_release_desc()
1196 /* Set TmFifo thresolds which is used to trigger interrupts. */
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c609 if (priv->cls_rules[i].used) in enetc_get_rxnfc()
622 /* array of indexes of used entries */ in enetc_get_rxnfc()
625 if (!priv->cls_rules[i].used) in enetc_get_rxnfc()
659 priv->cls_rules[rxnfc->fs.location].used = 1; in enetc_set_rxnfc()
668 priv->cls_rules[rxnfc->fs.location].used = 0; in enetc_set_rxnfc()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-dev.c127 /* Mark device node number vdev->num as used */
506 static DECLARE_BITMAP(used, VIDEO_NUM_DEVICES); in get_index()
509 bitmap_zero(used, VIDEO_NUM_DEVICES); in get_index()
514 __set_bit(video_devices[i]->index, used); in get_index()
518 return find_first_zero_bit(used, VIDEO_NUM_DEVICES); in get_index()
1056 /* Part 6: Activate this minor. The char device can now be used. */ in __video_register_device()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c615 int used; /* data bytes used */ in xfs_dir2_sf_addname_pick() local
635 * Calculate data bytes used excluding the new entry, if this in xfs_dir2_sf_addname_pick()
638 used = offset + in xfs_dir2_sf_addname_pick()
646 if (used + (holefit ? 0 : size) > args->geo->blksize) in xfs_dir2_sf_addname_pick()
656 if (used + size > args->geo->blksize) in xfs_dir2_sf_addname_pick()
/kernel/linux/linux-6.6/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c134 * @tx_buf: tx buffer used to buffer data before writing into the FIFO
357 vr_idx = virtio16_to_cpu(vdev, vr->used->idx); in mlxbf_tmfifo_release_desc()
359 vr->used->ring[idx].id = cpu_to_virtio32(vdev, desc - vr->desc); in mlxbf_tmfifo_release_desc()
360 vr->used->ring[idx].len = cpu_to_virtio32(vdev, len); in mlxbf_tmfifo_release_desc()
368 vr->used->idx = cpu_to_virtio16(vdev, vr_idx + 1); in mlxbf_tmfifo_release_desc()
1290 /* Set TmFifo thresolds which is used to trigger interrupts. */
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.c119 * Flags are used to indicate the state and progression of a packet. Some flags
131 * to be executed. This flag is used to ensure that the packet completion
623 * @flags: Flags used for allocation.
629 * separately. Intended to be used with %ssh_ptl_ctrl_packet_ops as packet
1305 * function should not be used for re-submission.
1609 * packets in unsequenced communication, they have only ever been used in ssh_ptl_rx_retransmit_check()
1892 int used; in ssh_ptl_rx_rcvbuf() local
1897 used = kfifo_in(&ptl->rx.fifo, buf, n); in ssh_ptl_rx_rcvbuf()
1898 if (used) in ssh_ptl_rx_rcvbuf()
1901 return used; in ssh_ptl_rx_rcvbuf()
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-rcar-host.c36 DECLARE_BITMAP(used, INT_PCI_MSI_NR);
454 * they aren't used, to avoid bridge being detected as broken. in rcar_pcie_hw_init()
689 hwirq = bitmap_find_free_region(msi->used, INT_PCI_MSI_NR, order_base_2(nr_irqs)); in rcar_msi_domain_alloc()
712 bitmap_release_region(msi->used, d->hwirq, order_base_2(nr_irqs)); in rcar_msi_domain_free()
779 /* Two irqs are for MSI, but they are also used for non-MSI irqs */ in rcar_pcie_enable_msi()
1084 bitmap_to_arr32(&val, host->msi.used, INT_PCI_MSI_NR); in rcar_pcie_resume()
/third_party/ffmpeg/libavcodec/
H A Dqsvdec.c69 // the session used for decoding
80 * a linked list of frames currently being used by QSV
467 frame->used = 1; in alloc_frame()
476 if (cur->used && !cur->surface.Data.Locked && !cur->queued) { in qsv_clear_unused_frames()
477 cur->used = 0; in qsv_clear_unused_frames()
494 if (!frame->used) { in get_surface()
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex83 variable used to return the desired information. The type of this
120 to a variable of type \Type{unw\_word\_t} which is used to return the
218 pointer to a character-buffer used to return the procedure name. The
224 returned. Argument \Var{offp} is a pointer to a word which is used to
H A Dlibunwind.tex90 would be used as the current cursor and \Var{prev} would be maintained
171 \Prog{Libunwind} can also be used to unwind a stack in a ``remote''
175 used by debuggers and instruction-set simulators, for example.
193 the accessor (callback) routines. Typically, this pointer is used to
/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp523 /* p7zip and 7-Zip before v23 used virtual destructor in IUnknown, in IsSupportedDll()
597 bool used = false; in LoadDll() local
667 used = true; in LoadDll()
673 used = true; in LoadDll()
684 if (!used) in LoadDll()
698 if (!used) in LoadDll()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm198 If there are more arguments, they are used as I<%options> with the
218 If there are more arguments, they are used as I<%options> with the
1045 NOTE that this returns a "magic" value that can not be used as a function.
1065 NOTE that this returns a "magic" value that can not be used as a function.
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm198 If there are more arguments, they are used as I<%options> with the
218 If there are more arguments, they are used as I<%options> with the
1045 NOTE that this returns a "magic" value that can not be used as a function.
1065 NOTE that this returns a "magic" value that can not be used as a function.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveInterval.cpp84 /// @p Def, the value @p ForVNI will be used instead of allocating a new
154 /// This method is used when we want to extend the segment specified
183 /// This method is used when we want to extend the segment specified
352 // Unfortunately, std::upper_bound cannot be used with mixed types until we in find()
538 assert(!VNI->isUnused() && "Unused valno used by live segment");
808 "segment set can be used only initially before switching to the array");
1323 const VNInfo *used = nullptr, *unused = nullptr;
1334 used = VNI;
1353 // Lump all the unused values in with the last used value.
1354 if (used
[all...]

Completed in 40 milliseconds

1...<<41424344454647484950>>...81