Searched defs:uint64_t (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | _divdi3.s | 40 uint64_t label 41 __udivdi3(uint64_t a, uint64_t b) 45 uint64_t label 46 __umoddi3(uint64_t a, uint64_t b) 108 / uint64_t xt, yt, r; 111 / xt = -(uint64_t) x; 118 / yt = -(uint64_t) y; 193 / uint64_t x [all...] |
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | stdint.h | 11 typedef unsigned long long uint64_t; typedef
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/sys/ |
H A D | types.h | 34 typedef grub_uint64_t uint64_t; typedef
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.h | 29 typedef unsigned long long uint64_t; typedef 197 extern void fletcher_2_native(const void *, uint64_t, zio_cksum_t *); 198 extern void fletcher_2_byteswap(const void *, uint64_t, zio_cksum_t *); 199 extern void fletcher_4_native(const void *, uint64_t, zio_cksum_t *); 200 extern void fletcher_4_byteswap(const void *, uint64_t, zio_cksum_t *); 201 extern void zio_checksum_SHA256(const void *, uint64_t, zio_cksum_t *);
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | stdint.in.h | 156 # undef uint64_t macro 158 # define uint64_t gl_uint64_t macro 161 # undef uint64_t macro 163 # define uint64_t gl_uint64_t macro 166 # undef uint64_t macro 168 # define uint64_t gl_uint64_t macro 202 # define uint_least64_t uint64_t 239 # define uint_fast64_t uint64_t 272 # define uintmax_t uint64_t
|
Completed in 25 milliseconds