Searched refs:qh (Results 1 - 8 of 8) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | ehci.c | 711 ehci_dump_sqh(ehci_softc_t *sc, ehci_qh_t *qh) in ehci_dump_sqh() argument 716 usb_pc_cpu_invalidate(qh->page_cache); in ehci_dump_sqh() 717 PRINTK("QH(%p) at 0x%08x:\n", qh, hc32toh(sc, qh->qh_self) & ~0x1F); in ehci_dump_sqh() 719 ehci_dump_link(sc, qh->qh_link, 1); in ehci_dump_sqh() 721 endp = hc32toh(sc, qh->qh_endp); in ehci_dump_sqh() 730 endphub = hc32toh(sc, qh->qh_endphub); in ehci_dump_sqh() 737 ehci_dump_link(sc, qh->qh_curqtd, 0); in ehci_dump_sqh() 740 ehci_dump_qtd(sc, (void *)&qh->qh_qtd); in ehci_dump_sqh() 1138 ehci_qh_t *qh; in ehci_non_isoc_done() local 1256 ehci_qh_t *qh; ehci_check_transfer() local 1690 ehci_qh_t *qh; ehci_setup_standard_chain() local 3659 ehci_qh_t *qh; global() local [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | mkquota.c | 45 static int write_dquots(dict_t *dict, struct quota_handle *qh) in write_dquots() argument 55 dq->dq_h = qh; in write_dquots() 57 if (qh->qh_ops->commit_dquot(dq)) { in write_dquots() 368 struct quota_handle qh; in quota_compare_and_update() local 378 err = quota_file_open(sbi, &qh, qtype, 0); in quota_compare_and_update() 389 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data); in quota_compare_and_update()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | cache.c | 481 struct HASH_ENTRY *qh; in ntfs_create_cache() local 529 qh = &ph[1]; in ntfs_create_cache() 530 ph->next = qh; in ntfs_create_cache() 531 ph = qh; in ntfs_create_cache()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_div.c | 398 BN_ULONG ql, qh; in bn_div_fixed_top() local 402 qh = HBITS(q); in bn_div_fixed_top() 403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 398 BN_ULONG ql, qh; in bn_div_fixed_top() local 402 qh = HBITS(q); in bn_div_fixed_top() 403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
|
/third_party/mksh/ |
H A D | var.c | 1796 uint32_t qh; in rndset() member 1816 z.qh = (t & 0xFFFF8000) | rndget(); in rndset() 1835 z.qh = qh_state; in rndset()
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1504 V(qb, 4) V(qh, 4) V(qw, 4) V(qd, 4) V(ob, 5) V(oh, 5) V(ow, 5) V(od, 5)
|
H A D | assembler-sve-aarch64.cc | 4806 V(qh, 1, H, LD1RQH_z_p_br_contiguous, LD1RQH_z_p_bi_u16, 16) \
|
Completed in 27 milliseconds