HomeSort by: relevance | last modified time | path
    Searched defs:int64_t (Results 1 - 13 of 13) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
expr_fold_strict_bool.c 13 typedef long long int64_t; typedef
22 _Bool lt_signed_big_ok: (int64_t)(1ULL << 63) < 1LL ? 1 : -1;
24 _Bool lt_signed_big_bad: 1LL < (int64_t)(1ULL << 63) ? 1 : -1;
  /src/sys/arch/hpc/stand/include/machine/
types.h 21 typedef signed __int64 int64_t; typedef
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_ring_buffer_test.cc 19 int64_t v;
20 int64_t extra[3];
22 explicit LargeStruct(int64_t v) : v(v) {}
23 operator int64_t() { return v; }
31 RingBuffer<int64_t> *RBlong = RingBuffer<int64_t>::New(20);
48 EXPECT_EQ((int64_t)(*RB)[0], (int64_t)a0); \
49 EXPECT_EQ((int64_t)(*RB)[1], (int64_t)a1);
    [all...]
  /src/sys/sys/
stdint.h 69 typedef __int64_t int64_t; typedef
types.h 84 typedef __int64_t int64_t; typedef
113 typedef int64_t quad_t;
123 * the C99 types int64_t and uint64_t instead.
126 typedef int64_t longlong_t; /* for XDR */
129 typedef int64_t blkcnt_t; /* fs block count */
154 typedef int64_t daddr_t; /* disk address */
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 25 typedef long int64_t; typedef
33 typedef int64_t intptr_t;
50 typedef int64_t INT64;
64 typedef int64_t INTN;
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 25 typedef long long int64_t; typedef
58 typedef int64_t INT64;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 39 typedef __int64 int64_t; typedef
47 typedef int __attribute__((__mode__(__DI__))) int64_t; typedef
60 typedef long int64_t; typedef
72 typedef long long int64_t __attribute__((aligned (8))); typedef
98 typedef int64_t INT64;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 37 typedef __int64 int64_t; typedef
48 typedef long int64_t; typedef
59 typedef long long int64_t; typedef
68 typedef int64_t intptr_t;
84 typedef int64_t INT64;
98 typedef int64_t INTN;
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 27 typedef long int64_t; typedef
35 typedef int64_t intptr_t;
50 typedef int64_t INT64;
64 typedef int64_t INTN;
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_lib.h 35 # define int64_t long long macro
64 typedef int64_t srep_t;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 50 typedef __int64 int64_t; typedef
58 typedef int __attribute__((__mode__(__DI__))) int64_t; typedef
71 typedef long int64_t; typedef
83 typedef long long int64_t __attribute__((aligned (8))); typedef
92 typedef int64_t intptr_t;
109 typedef int64_t INT64;
127 typedef int64_t INTN;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 56 typedef COMPILER_DEPENDENT_INT64 int64_t; typedef

Completed in 1395 milliseconds