Searched defs:int64_t (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/i386/gen/
H A D_divdi3.s50 int64_t label
51 __divdi3(int64_t a, int64_t b)
55 int64_t label
56 __moddi3(int64_t a, int64_t b)
104 / int64_t
105 / __divdi3(int64_t x, int64_t y)
124 / return (negative ? (int64_t)
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dstdint.h16 typedef signed long long int64_t; typedef
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/sys/
H A Dtypes.h39 typedef grub_int64_t int64_t; typedef
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdint.in.h136 /* Do not undefine int64_t if gnulib is not being used with 64-bit
139 # undef int64_t macro
141 # define int64_t gl_int64_t macro
144 # undef int64_t macro
146 # define int64_t gl_int64_t macro
149 # undef int64_t macro
151 # define int64_t gl_int64_t macro
199 # define int_least64_t int64_t
236 # define int_fast64_t int64_t
261 # define intmax_t int64_t
[all...]

Completed in 44 milliseconds