Symbol: __int64_t
include/stdint.h
35
typedef __int64_t int64_t;
include/stdlib.h
326
__int64_t
include/timeconv.h
54
__int64_t _time_to_time64(time_t);
include/timeconv.h
56
time_t _time64_to_time(__int64_t);
lib/libc/stdtime/time32.c
46
_time64_to_time(__int64_t t64)
lib/libc/stdtime/time32.c
55
__int64_t
lib/libc/stdtime/time32.c
58
return((__int64_t)t);
lib/libc/stdtime/time32.c
68
if (sizeof(long) == sizeof(__int64_t))
lib/libc/stdtime/time32.c
88
if (sizeof(int) == sizeof(__int64_t))
sys/cpu/x86_64/include/stdint.h
117
typedef __int64_t __off_t; /* file offset or size */
sys/cpu/x86_64/include/stdint.h
135
typedef __int64_t __rlim_t;
sys/cpu/x86_64/include/stdint.h
83
typedef __int64_t __intmax_t;
sys/cpu/x86_64/include/stdint.h
93
typedef __int64_t __int_fast64_t;
sys/cpu/x86_64/include/stdint.h
97
typedef __int64_t __int_least64_t;
sys/cpu/x86_64/include/types.h
44
typedef __int64_t vm_ooffset_t; /* VM object bounded offset */
sys/cpu/x86_64/include/wchar.h
76
__int64_t __mbstateL; /* for alignment */
sys/dev/virtual/amazon/ena/ena.h
59
#define SBT_1S ((__int64_t)1 << 32) /* XXX this should not be needed */
sys/sys/_malloc.h
142
__int64_t calls; /* allocations counter (total) */
sys/sys/msgport.h
53
__int64_t ms_result64; /* 64 bit result */
sys/sys/resource.h
43
typedef __int64_t id_t; /* general id, can hold gid/pid/uid_t */
sys/sys/socket.h
266
#define _SS_ALIGNSIZE (sizeof(__int64_t))
sys/sys/socket.h
275
__int64_t __ss_align; /* force desired structure storage alignment */
sys/sys/stat.h
119
__int64_t st_qspare2;
sys/sys/stat.h
51
typedef __int64_t blkcnt_t; /* file block count */
sys/sys/stat.h
56
typedef __int64_t blksize_t; /* block size */
sys/sys/stdint.h
71
typedef __int64_t int64_t;
sys/sys/sysmsg.h
66
__int64_t result64; /* 64 bit result */
sys/sys/types.h
100
typedef __int64_t id_t; /* general id, can hold gid/pid/uid_t */
sys/sys/types.h
64
typedef __int64_t quad_t;
sys/sys/types.h
67
typedef __int64_t sbintime_t; /* 64-bit global ticks since boot */
sys/sys/types.h
70
typedef __int64_t blkcnt_t; /* file block count */
sys/sys/types.h
74
typedef __int64_t blksize_t; /* block size */
sys/sys/wait.h
98
typedef __int64_t id_t; /* general id, can hold gid/pid/uid_t */
test/stress/fsstress/fsstress.c
1373
__int64_t lr;
test/stress/fsstress/fsstress.c
1403
lr = ((__int64_t)random() << 32) + random();
test/stress/fsstress/fsstress.c
1528
__int64_t total;
test/stress/fsstress/fsstress.c
1724
__int64_t align;
test/stress/fsstress/fsstress.c
1731
__int64_t lr;
test/stress/fsstress/fsstress.c
1791
align = (__int64_t)diob.d_miniosz;
test/stress/fsstress/fsstress.c
1792
lr = ((__int64_t)random() << 32) + random();
test/stress/fsstress/fsstress.c
1815
__int64_t align;
test/stress/fsstress/fsstress.c
1822
__int64_t lr;
test/stress/fsstress/fsstress.c
1871
align = (__int64_t)diob.d_miniosz;
test/stress/fsstress/fsstress.c
1872
lr = ((__int64_t)random() << 32) + random();
test/stress/fsstress/fsstress.c
1936
__int64_t lr;
test/stress/fsstress/fsstress.c
1966
lr = ((__int64_t)random() << 32) + random();
test/stress/fsstress/fsstress.c
2170
__int64_t lr;
test/stress/fsstress/fsstress.c
2208
lr = ((__int64_t)random() << 32) + random();
test/stress/fsstress/fsstress.c
2309
__int64_t lr;
test/stress/fsstress/fsstress.c
2339
lr = ((__int64_t)random() << 32) + random();
test/stress/fsstress/fsstress.c
2462
__int64_t lr;
test/stress/fsstress/fsstress.c
2483
lr = ((__int64_t)random() << 32) + random();
test/stress/fsstress/fsstress.c
2527
__int64_t lr;
test/stress/fsstress/fsstress.c
2557
lr = ((__int64_t)random() << 32) + random();
test/stress/fsstress/fsstress.c
2581
__int64_t lr;
test/stress/fsstress/fsstress.c
2611
lr = ((__int64_t)random() << 32) + random();
usr.sbin/makefs/ffs.h
111
typedef __int64_t makefs_daddr_t; /* XXX swildner: ours is 32 bits?! */