Searched refs:ul (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/quad/
H A Dnotdi2.c48 aa.ul[0] = ~aa.ul[0];
49 aa.ul[1] = ~aa.ul[1];
H A Ducmpdi2.c49 return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 :
50 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1);
H A Dnegdi2.c47 res.ul[L] = -aa.ul[L];
48 res.ul[H] = -aa.ul[H] - (res.ul[L] > 0);
H A Dadddi3.c50 sum.ul[L] = aa.ul[L] + bb.ul[L];
51 sum.ul[H] = aa.ul[H] + bb.ul[H] + (sum.ul[L] < bb.ul[L]);
H A Dsubdi3.c49 diff.ul[L] = aa.ul[L] - bb.ul[L];
50 diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]);
H A Danddi3.c48 aa.ul[0] &= bb.ul[0];
49 aa.ul[1] &= bb.ul[1];
H A Diordi3.c48 aa.ul[0] |= bb.ul[0];
49 aa.ul[1] |= bb.ul[1];
H A Dxordi3.c48 aa.ul[0] ^= bb.ul[0];
49 aa.ul[1] ^= bb.ul[1];
H A Dashldi3.c49 aa.ul[H] = shift >= QUAD_BITS ? 0 :
50 aa.ul[L] << (shift - LONG_BITS);
51 aa.ul[L] = 0;
53 aa.ul[H] = (aa.ul[H] << shift) |
54 (aa.ul[L] >> (LONG_BITS - shift));
55 aa.ul[L] <<= shift;
H A Dlshldi3.c49 aa.ul[H] = shift >= QUAD_BITS ? 0 :
50 aa.ul[L] << (shift - LONG_BITS);
51 aa.ul[L] = 0;
53 aa.ul[H] = (aa.ul[H] << shift) |
54 (aa.ul[L] >> (LONG_BITS - shift));
55 aa.ul[L] <<= shift;
H A Dlshrdi3.c48 aa.ul[L] = shift >= QUAD_BITS ? 0 :
49 aa.ul[H] >> (shift - LONG_BITS);
50 aa.ul[H] = 0;
52 aa.ul[L] = (aa.ul[L] >> shift) |
53 (aa.ul[H] << (LONG_BITS - shift));
54 aa.ul[H] >>= shift;
H A Dfloatunsdidf.c49 d = (double)u.ul[H] * ((1L << (LONG_BITS - 2)) * 4.0);
50 d += u.ul[L];
H A Dcmpdi2.c51 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1);
H A Dashrdi3.c58 aa.ul[L] = shift >= QUAD_BITS ? s :
60 aa.ul[H] = s;
62 aa.ul[L] = (aa.ul[L] >> shift) |
63 (aa.ul[H] << (LONG_BITS - shift));
H A Dfixunsdfdi.c76 t.ul[H] = (unsigned long)toppart;
77 t.ul[L] = 0;
80 t.ul[H]--;
84 t.ul[H]++;
87 t.ul[L] = (u_long)x;
H A Dfloatdisf.c57 * Now u.ul[H] has the factor of 2^32 (or whatever) and u.ul[L]
65 f = (double)u.ul[H] * ((1L << (LONG_BITS - 2)) * 4.0);
66 f += u.ul[L];
H A Dfloatdidf.c57 * Now u.ul[H] has the factor of 2^32 (or whatever) and u.ul[L]
63 d = (double)u.ul[H] * ((1L << (LONG_BITS - 2)) * 4.0);
64 d += u.ul[L];
/freebsd-current/sys/libkern/
H A Ducmpdi2.c50 return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 :
51 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1);
H A Dlshrdi3.c49 aa.ul[L] = shift >= QUAD_BITS ? 0 :
50 aa.ul[H] >> (shift - LONG_BITS);
51 aa.ul[H] = 0;
53 aa.ul[L] = (aa.ul[L] >> shift) |
54 (aa.ul[H] << (LONG_BITS - shift));
55 aa.ul[H] >>= shift;
H A Dashldi3.c50 aa.ul[H] = shift >= QUAD_BITS ? 0 :
51 aa.ul[L] << (shift - LONG_BITS);
52 aa.ul[L] = 0;
54 aa.ul[H] = (aa.ul[H] << shift) |
55 (aa.ul[L] >> (LONG_BITS - shift));
56 aa.ul[L] <<= shift;
H A Dcmpdi2.c52 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1);
H A Dashrdi3.c59 aa.ul[L] = shift >= QUAD_BITS ? s :
61 aa.ul[H] = s;
63 aa.ul[L] = (aa.ul[L] >> shift) |
64 (aa.ul[H] << (LONG_BITS - shift));
/freebsd-current/usr.bin/ul/
H A DMakefile2 PROG= ul
/freebsd-current/contrib/sendmail/src/
H A Dstatusd_shm.h30 unsigned long ul[STATUSD_LONGS]; member in struct:__anon6021
34 ** Offsets into ul[]. The appropriate program
/freebsd-current/tools/test/stress2/misc/
H A Dsyzkaller22.sh50 syscall(SYS_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x1012ul, -1, 0ul);
53 syscall(SYS_open, 0x20000000ul, 0x200645ul, 0ul);
55 res = syscall(SYS_open, 0x20000000ul, 0ul, 0ul);
59 syscall(SYS___realpathat, r[0], 0x20000240ul, 0x20000280ul, 8ul, 0ul);

Completed in 197 milliseconds

1234567891011>>