Searched refs:uq (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | display_options.c | 139 uint64_t uq[MAX_LINE_LENGTH_BYTES/sizeof(uint64_t) + 1]; in print_buffer() member 171 x = lb.uq[i] = *(volatile uint64_t *)data; in print_buffer()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_ioc32.c | 136 struct drm_unique uq; in compat_drm_getunique() local 142 memset(&uq, 0, sizeof(uq)); in compat_drm_getunique() 144 uq = (struct drm_unique){ in compat_drm_getunique() 149 err = drm_ioctl_kernel(file, drm_getunique, &uq, 0); in compat_drm_getunique() 153 uq32.unique_len = uq.unique_len; in compat_drm_getunique()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_qm.c | 1675 struct xfs_dquot *uq = NULL; in xfs_qm_vop_dqalloc() local 1716 XFS_DQTYPE_USER, true, &uq); in xfs_qm_vop_dqalloc() 1724 xfs_dqunlock(uq); in xfs_qm_vop_dqalloc() 1733 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc() 1776 *O_udqpp = uq; in xfs_qm_vop_dqalloc() 1778 xfs_qm_dqrele(uq); in xfs_qm_vop_dqalloc() 1791 xfs_qm_dqrele(uq); in xfs_qm_vop_dqalloc()
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 485 VFP_CONV_FIX_A64(uq, d, 64, float64, 64, uint64) 491 VFP_CONV_FIX_A64(uq, s, 32, float32, 64, uint64) 497 VFP_CONV_FIX_A64(uq, h, 16, dh_ctype_f16, 64, uint64)
|
H A D | helper.h | 34 PAS_OP(uq)
|
H A D | helper.c | 12282 #define PFX uq
|
/openbmc/linux/fs/befs/ |
H A D | ChangeLog | 32 * Andrew Farnham <andrewfarnham@uq.net.au> pointed out that the module
|
/openbmc/linux/Documentation/crypto/ |
H A D | descore-readme.rst | 118 (code from eay@psych.psy.uq.oz.au via comp.sources.misc)
|