HomeSort by relevance Sort by last modified time
    Searched defs:int64_t (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
_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) - r : r)
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
stdint.h 16 typedef signed long long int64_t; typedef
  /onnv/onnv-gate/usr/src/common/util/i386/
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 a, int64_t b
889 int64_t __divrem64(int64_t a, int64_t b) label
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
int_types.h 85 typedef long int64_t; typedef
89 typedef long long int64_t; typedef
109 typedef int64_t intmax_t;
  /onnv/onnv-gate/usr/src/uts/sun4u/cpu/
common_asm.s 848 int64_t timedelta; label
851 int64_t hrestime_adj; label
875 .word 0, 0 /* int64_t */
881 .word 0, 0 /* int64_t */
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/cpu/
common_asm.s 674 int64_t timedelta; label
677 int64_t hrestime_adj; label
701 .word 0, 0 /* int64_t */
707 .word 0, 0 /* int64_t */
  /onnv/onnv-gate/usr/src/uts/sun4v/ml/
hcall.s 63 int64_t label
68 int64_t label
333 int64_t label
338 int64_t label
339 hv_cnread(uint64_t buf_ra, uint64_t count, int64_t *retcount)
409 * int64_t hv_cnputchar(uint8_t ch)
419 * int64_t hv_cngetchar(uint8_t *ch)
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
i86_subr.s 3513 int64_t timedelta; label
3516 int64_t hrestime_adj; label
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
defines.h 227 typedef long int int64_t; typedef
231 typedef long long int int64_t; typedef
  /onnv/onnv-gate/usr/src/uts/common/io/myri10ge/firmware/
myri10ge_mcp.h 38 typedef signed long long int64_t; typedef

Completed in 740 milliseconds