Symbol: UL
common/lib/libc/misc/ubsan.c
1618
ulongest UL = 0;
common/lib/libc/misc/ubsan.c
1630
memcpy(&UL, REINTERPRET_CAST(ulongest *, ulNumber), sizeof(ulongest));
common/lib/libc/misc/ubsan.c
1639
UL = *REINTERPRET_CAST(uint64_t *, ulNumber);
common/lib/libc/misc/ubsan.c
1648
UL = ulNumber;
common/lib/libc/misc/ubsan.c
1652
return UL;
common/lib/libc/misc/ubsan.c
1712
ulongest UL = llluGetNumber(szLocation, pType, ulNumber);
common/lib/libc/misc/ubsan.c
1713
DeserializeNumberUnsigned(pBuffer, zBUfferLength, pType, UL);
lib/libc/gdtoa/qnan.c
106
printf("#define ld_QNAN%d 0x%lx\n", i, UL a.L[i]);
lib/libc/gdtoa/qnan.c
88
printf("#define f_QNAN 0x%lx\n", UL c.L[0]);
lib/libc/gdtoa/qnan.c
92
printf("#define d_QNAN0 0x%lx\n", UL c.L[0]);
lib/libc/gdtoa/qnan.c
93
printf("#define d_QNAN1 0x%lx\n", UL c.L[1]);
lib/libc/gdtoa/test/dt.c
180
dval(d), UL word0(d), UL word1(d), buf);
lib/libc/gdtoa/test/dt.c
182
dval(&d1), UL word0(&d1), UL word1(&d1));
lib/libc/gdtoa/test/dt.c
223
printf("STRTOD_DIGLIM = %lu\n", UL x);
lib/libc/gdtoa/test/dt.c
236
printf(fmt, dval(&d), UL word0(&d), UL word1(&d), se);
lib/libc/gdtoa/test/dt.c
242
d = %.17g = 0x%lx %lx\n", dval(&d1), UL word0(&d1), UL word1(&d1),
lib/libc/gdtoa/test/dt.c
243
dval(&d), UL word0(&d), UL word1(&d));
lib/libc/gdtoa/test/dt.c
261
dval(&d), UL word0(&d), UL word1(&d));
lib/libc/gdtoa/test/dt.c
280
dval(&d), UL word0(&d), UL word1(&d));
lib/libc/gdtoa/test/strtodt.c
86
line, fname, UL b.L[W0], UL b.L[W1], UL a.L[0], UL a.L[1]);
sys/arch/alpha/include/int_const.h
52
#define UINT64_C(c) c ## UL
sys/arch/alpha/include/int_const.h
57
#define UINTMAX_C(c) c ## UL
sys/arch/amd64/include/int_const.h
55
#define UINT64_C(c) c ## UL
sys/arch/amd64/include/int_const.h
60
#define UINTMAX_C(c) c ## UL
sys/arch/arm/include/int_const.h
57
#define UINT64_C(c) c ## UL
sys/arch/arm/include/int_const.h
66
#define UINTMAX_C(c) c ## UL
sys/arch/ia64/include/int_const.h
53
#define UINT64_C(c) c ## UL
sys/arch/ia64/include/int_const.h
58
#define UINTMAX_C(c) c ## UL
sys/arch/mips/include/int_const.h
57
#define UINT64_C(c) c ## UL
sys/arch/mips/include/int_const.h
66
#define UINTMAX_C(c) c ## UL
sys/arch/powerpc/include/int_const.h
57
#define UINT64_C(c) c ## UL
sys/arch/powerpc/include/int_const.h
66
#define UINTMAX_C(c) c ## UL
sys/arch/riscv/include/int_const.h
18
#define __UINT64_C_SUFFIX__ UL
sys/arch/riscv/include/int_const.h
25
#define __UINTMAX_C_SUFFIX__ UL
sys/arch/sparc/include/int_const.h
57
#define UINT64_C(c) c ## UL
sys/arch/sparc/include/int_const.h
66
#define UINTMAX_C(c) c ## UL
usr.bin/rpcinfo/rpcinfo.c
344
clnt = clnttcp_create(addr, UL(prog), UL(vers), fdp, 0, 0);
usr.bin/rpcinfo/rpcinfo.c
350
clnt = clntudp_create(addr, UL(prog), UL(vers), to, fdp);