Searched defs:int64_t (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | _divdi3.s | 50 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...] |
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | stdint.h | 16 typedef signed long long int64_t; typedef
|
/illumos-gate/usr/src/common/util/i386/ |
H A D | muldiv.s | 48 int64_t label 49 __mul64(int64_t a, int64_t b) 108 __urem64(int64_t a, int64_t b) 112 int64_t label 113 __div64(int64_t a, int64_t b) 117 int64_t label 118 __rem64(int64_t 889 int64_t __divrem64(int64_t a, int64_t b) label [all...] |
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | _stdint.h | 49 typedef __int64_t int64_t; typedef
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | int_types.h | 83 typedef long int64_t; typedef 87 typedef long long int64_t; typedef 107 typedef int64_t intmax_t;
|
/illumos-gate/usr/src/boot/sys/boot/efi/include/arm/ |
H A D | efibind.h | 52 typedef long long int64_t; typedef 62 typedef int64_t INT64;
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 892 int64_t timedelta; label 895 int64_t hrestime_adj; label 919 .word 0, 0 /* int64_t */ 925 .word 0, 0 /* int64_t */
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 738 int64_t timedelta; label 741 int64_t hrestime_adj; label 765 .word 0, 0 /* int64_t */ 771 .word 0, 0 /* int64_t */
|
/illumos-gate/usr/src/boot/sys/boot/efi/include/arm64/ |
H A D | efibind.h | 47 typedef __int64 int64_t; typedef 60 typedef long int64_t; typedef 72 typedef long long int64_t; typedef 90 typedef int64_t INT64; 103 typedef int64_t INTN;
|
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/ |
H A D | efibind.h | 47 typedef __int64 int64_t; typedef 60 typedef long int64_t; typedef 72 typedef long long int64_t; typedef 92 typedef int64_t INT64;
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | hcall.s | 62 int64_t label 67 int64_t label 332 int64_t label 337 int64_t label 338 hv_cnread(uint64_t buf_ra, uint64_t count, int64_t *retcount) 425 * int64_t hv_cnputchar(uint8_t ch) 435 * int64_t hv_cngetchar(uint8_t *ch)
|
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | i86_subr.s | 3592 int64_t timedelta; label 3595 int64_t hrestime_adj; label
|
/illumos-gate/usr/src/uts/common/io/myri10ge/firmware/ |
H A D | myri10ge_mcp.h | 38 typedef signed long long int64_t; typedef
|
Completed in 3135 milliseconds