HomeSort by: relevance | last modified time | path
    Searched refs:uq (Results 1 - 19 of 19) sorted by relevancy

  /src/common/lib/libc/quad/
divdi3.c 54 u_quad_t ua, ub, uq; local in function:__divdi3
65 uq = __qdivrem(ua, ub, (u_quad_t *)0);
67 uq = - uq;
68 return uq;
ucmpdi2.c 56 aa.uq = a;
57 bb.uq = b;
qdivrem.c 75 __qdivrem(u_quad_t uq, u_quad_t vq, u_quad_t *arq)
93 *arq = uq;
96 if (uq < vq) {
98 *arq = uq;
118 tmp.uq = uq;
124 tmp.uq = vq;
quad.h 73 u_quad_t uq; /* as an unsigned quad */ member in union:uu
  /src/common/lib/libc/arch/arm/quad/
__aeabi_ulcmp.c 42 const union uu aa = { .uq = a }, bb = { .uq = b };
  /src/lib/libc/quad/
floatundidf.c 61 u.uq = x;
fixunssfdi.c 96 x -= (double)t.uq;
106 return (t.uq);
fixunsdfdi.c 85 return (t.uq);
floatundidf_ieee754.c 59 union uu u = { .uq = x };
floatdidf_ieee754.c 69 union uu u = { .uq = x };
floatundisf_ieee754.c 65 union uu u = { .uq = x };
floatdisf_ieee754.c 72 union uu u = { .uq = x };
floatunditf_ieee754.c 66 u.uq = x;
  /src/sbin/fsck_ffs/
quota2.c 430 struct uquot *uq; local in function:quota2_list_qcheck
435 uq = find_uquot(a->uquot_hash, uid, 0);
437 if (uq == NULL)
438 uq = &uq_null;
440 remove_uquot(a->uquot_hash, uq);
442 if (iswap64(q2e->q2e_val[QL_BLOCK].q2v_cur) == uq->uq_b &&
443 iswap64(q2e->q2e_val[QL_FILE].q2v_cur) == uq->uq_i)
448 iswap64(q2e->q2e_val[QL_FILE].q2v_cur), uq->uq_b, uq->uq_i);
455 q2e->q2e_val[QL_BLOCK].q2v_cur = iswap64(uq->uq_b)
494 struct uquot *uq; local in function:quota2_check_usage
    [all...]
utilities.c 718 struct uquot *uq; local in function:find_uquot
719 SLIST_FOREACH(uq, &uq_hash[uid & q2h_hash_mask], uq_entries) {
720 if (uq->uq_uid == uid)
721 return uq;
725 uq = malloc(sizeof(struct uquot));
726 if (uq == NULL)
728 memset(uq, 0, sizeof(struct uquot));
729 uq->uq_uid = uid;
730 SLIST_INSERT_HEAD(&uq_hash[uid & q2h_hash_mask], uq, uq_entries);
731 return uq;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioc32.c 140 struct drm_unique uq; local in function:compat_drm_getunique
145 uq = (struct drm_unique){
150 err = drm_ioctl_kernel(file, drm_getunique, &uq, 0);
154 uq32.unique_len = uq.unique_len;
  /src/sys/kern/
init_sysctl.c 1441 u_quad_t uq; local in function:sysctl_hw_usermem
1454 uq = (u_quad_t)(physmem - uvmexp.wired) * PAGE_SIZE;
1455 node.sysctl_data = &uq;
  /src/sbin/sysctl/
sysctl.c 990 u_quad_t uq; local in function:parse_create
1019 uq = 0;
1295 uq = strtouq(data, &t, 0);
1304 node.sysctl_qdata = uq;
1307 node.sysctl_data = &uq;
  /src/tests/usr.bin/netpgpverify/
t_netpgpverify.sh 5735 hch0RC31QF7AAnPsGg/C/Wtl8g8e/ztq5Z+8le8K5h88++uq+Y8f+ov6/p8+/Hds

Completed in 31 milliseconds