/third_party/skia/src/pathops/ |
H A D | SkIntersections.h | 215 int used() const { in used() function in SkIntersections 313 void computePoints(const SkDLine& line, int used); 316 SkDPoint fPt2[2]; // used by nearly same to store alternate intersection point
|
/third_party/skia/tests/ |
H A D | PathOpsConicIntersectionTest.cpp | 314 REPORTER_ASSERT(reporter, !coin || intersections.used() == 2); in oneOff() 317 for (int pt3 = 0; pt3 < intersections.used(); ++pt3) { in oneOff()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/ |
H A D | et131x.c | 35 * may be used to endorse or promote products derived from this software 148 /* Some offsets in PCI config space that are actually used. */ 363 /* List of TCBs that are ready to be used */ 370 int used; member 383 /* Packets since the last IRQ: used for interrupt coalescing */ 839 * station address is used for generating and checking pause control in et1310_config_mac_regs1() 2199 * interrupt. It contains the next to be used entry in the Packet in nic_rx_pkts() 2222 /* Indicate that we have used this PSR entry. */ in nic_rx_pkts() 2234 /* Illegal buffer or ring index cannot be used by S/W*/ in nic_rx_pkts() 2567 tx_ring->used in nic_send_packet() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/ |
H A D | et131x.c | 35 * may be used to endorse or promote products derived from this software 148 /* Some offsets in PCI config space that are actually used. */ 363 /* List of TCBs that are ready to be used */ 370 int used; member 383 /* Packets since the last IRQ: used for interrupt coalescing */ 839 * station address is used for generating and checking pause control in et1310_config_mac_regs1() 2199 * interrupt. It contains the next to be used entry in the Packet in nic_rx_pkts() 2222 /* Indicate that we have used this PSR entry. */ in nic_rx_pkts() 2234 /* Illegal buffer or ring index cannot be used by S/W*/ in nic_rx_pkts() 2566 tx_ring->used in nic_send_packet() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 1772 int used; in hostapd_ctrl_iface_eapol_rx() local 1778 used = hwaddr_aton2(pos, src); in hostapd_ctrl_iface_eapol_rx() 1779 if (used < 0) in hostapd_ctrl_iface_eapol_rx() 1781 pos += used; in hostapd_ctrl_iface_eapol_rx() 1912 int used; in hostapd_ctrl_iface_data_test_tx() local 1928 used = hwaddr_aton2(pos, dst); in hostapd_ctrl_iface_data_test_tx() 1929 if (used < 0) in hostapd_ctrl_iface_data_test_tx() 1931 pos += used; in hostapd_ctrl_iface_data_test_tx() 1934 used = hwaddr_aton2(pos, src); in hostapd_ctrl_iface_data_test_tx() 1935 if (used < in hostapd_ctrl_iface_data_test_tx() [all...] |
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | gamecon.c | 78 int used; member 777 if (!gc->used++) { in gc_open() 792 if (!--gc->used) { in gc_close()
|
H A D | db9.c | 92 int used; member 517 if (!db9->used++) { in db9_open() 537 if (!--db9->used) { in db9_close()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | internal.h | 62 * Value used if the user did not specify a port value. 674 * Calculate the number of 512byte blocks used. 678 blkcnt_t used = (tsize + 511) >> 9; in nfs_calc_block_size() local 679 return (used > ULONG_MAX) ? ULONG_MAX : used; in nfs_calc_block_size() 841 * If a zero value is set, then autobind will be used.
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | move_extents.c | 528 int i, used, last_free_bits = 0, base_bit = *goal_bit; in ocfs2_probe_alloc_group() local 535 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap); in ocfs2_probe_alloc_group() 536 if (used) { in ocfs2_probe_alloc_group()
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | clip.c | 83 entry->neigh->used = jiffies; in link_vcc() 96 entry->neigh->used = jiffies; in unlink_clip_vcc() 315 * don't increment the usage count. This is used to create entries in 503 /* length. tx_queue_len is only used for the default case, */ in clip_setup() 750 exp = entry->neigh->used; in atmarp_info()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | internal.h | 62 * Value used if the user did not specify a port value. 726 * Calculate the number of 512byte blocks used. 730 blkcnt_t used = (tsize + 511) >> 9; in nfs_calc_block_size() local 731 return (used > ULONG_MAX) ? ULONG_MAX : used; in nfs_calc_block_size() 912 * If a zero value is set, then autobind will be used.
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | move_extents.c | 526 int i, used, last_free_bits = 0, base_bit = *goal_bit; in ocfs2_probe_alloc_group() local 533 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap); in ocfs2_probe_alloc_group() 534 if (used) { in ocfs2_probe_alloc_group()
|
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | 101 struct vring_used *used = (struct vring_used *) in vdpasim_queue_ready() local 106 true, desc, avail, used); in vdpasim_queue_ready() 109 true, desc, avail, used); in vdpasim_queue_ready()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | gamecon.c | 75 int used; member 774 if (!gc->used++) { in gc_open() 789 if (!--gc->used) { in gc_close()
|
H A D | db9.c | 89 int used; member 514 if (!db9->used++) { in db9_open() 534 if (!--db9->used) { in db9_close()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | clip.c | 83 entry->neigh->used = jiffies; in link_vcc() 96 entry->neigh->used = jiffies; in unlink_clip_vcc() 315 * don't increment the usage count. This is used to create entries in 503 /* length. tx_queue_len is only used for the default case, */ in clip_setup() 750 exp = entry->neigh->used; in atmarp_info()
|
/third_party/gn/src/gn/ |
H A D | command_gen.cc | 79 // A map type used to implement --ide=ninja_outputs 439 // really important that ninja executable used for tools matches the in RunNinjaPostProcessTools() 440 // executable that is used for builds. in RunNinjaPostProcessTools() 515 Can be used to specify the ninja executable to use. This executable will 516 be used as an IDE option to indicate which ninja to use for building. This 517 executable will also be used as part of the gen process for triggering a 547 Semicolon-separated list of label patterns used to limit the set of 549 and their dependencies will be included in the solution. Only used for 568 Can be used to specify the ninja executable to use when building. 572 command-line. Can be used t [all...] |
/third_party/lwip/test/unit/api/ |
H A D | test_sockets.c | 17 int used = 0; in test_sockets_get_used_count() local 24 used++; in test_sockets_get_used_count() 28 return used; in test_sockets_get_used_count() 89 /* all sockets used, now it should fail */ in START_TEST()
|
/third_party/node/deps/v8/src/objects/ |
H A D | ordered-hash-table.h | 25 // and OrderedHashTable, below). It is meant to be used by JSMap/JSSet. 27 // Only Object keys are supported, with Object::SameValueZero() used as the 65 // [kPrefixSize + 3 + NumberOfDeletedElements()..length]: Not used 360 // of 255 is used to denote an unknown entry. 487 // values, which means that this value can't be used a valid 492 // The load factor is used to derive the number of buckets from 611 // This is used for accessing the non |DataTable| part of the 633 int used = NumberOfElements() + NumberOfDeletedElements(); 634 DCHECK_LE(used, Capacity()); 636 return used; [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 50 ! not cause illegal_instruction trap. It therefore can be used 59 ! we wipe it as memcpy might have used it... 170 add %o0,1,%i0 ! used for debugging
|
/third_party/skia/src/core/ |
H A D | SkStream.cpp | 879 ptrdiff_t used = fTail->fCurr - (char*)fTail; in detachAsStream() local 880 fHead = fTail = (SkDynamicMemoryWStream::Block*)sk_realloc_throw(fTail, SkToSizeT(used)); in detachAsStream() 881 fTail->fStop = fTail->fCurr = (char*)fTail + used; // Update pointers. in detachAsStream()
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 50 ! not cause illegal_instruction trap. It therefore can be used 59 ! we wipe it as memcpy might have used it... 170 add %o0,1,%i0 ! used for debugging
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu981_hw_av1_dec.c | 123 if (!av1_dec->frame_refs[i].used) in rockchip_vpu981_get_frame_index() 154 if (av1_dec->frame_refs[i].used) in rockchip_vpu981_av1_dec_frame_ref() 169 av1_dec->frame_refs[i].used = true; in rockchip_vpu981_av1_dec_frame_ref() 183 av1_dec->frame_refs[idx].used = false; in rockchip_vpu981_av1_dec_frame_unref() 195 bool used = false; in rockchip_vpu981_av1_dec_clean_refs() local 197 if (!av1_dec->frame_refs[idx].used) in rockchip_vpu981_av1_dec_clean_refs() 202 used = true; in rockchip_vpu981_av1_dec_clean_refs() 205 if (!used) in rockchip_vpu981_av1_dec_clean_refs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 268 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data) 506 // Not used on Sienna_Cichlid but keep layout same for debugger. 529 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save... 608 s_cbranch_scc0 L_SAVE_LDS_DONE //no lds used? jump to L_SAVE_DONE 610 s_barrier //LDS is used? wait for other waves in the same TG 755 s_cbranch_scc0 L_SAVE_VGPR_END //no shared_vgpr used? jump to L_SAVE_LDS 801 s_cbranch_scc0 L_RESTORE_VGPR //no lds used? jump to L_RESTORE_VGPR 934 s_cbranch_scc0 L_RESTORE_V0 //no shared_vgpr used?
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.c | 827 new->used = vma->used; in nvkm_vma_tail() 1007 vma->used ? '-' : 'F', in nvkm_vma_dump() 1076 vma->used = true; in nvkm_vmm_ctor_managed() 1589 if ((prev = node(vma, prev)) && !prev->used) { in nvkm_vmm_put_region() 1595 if ((next = node(vma, next)) && !next->used) { in nvkm_vmm_put_region() 1681 vma->used = false; in nvkm_vmm_put_locked() 1829 vma->used = true; in nvkm_vmm_get_locked()
|