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

  /src/tests/usr.bin/xlint/lint1/
expr_fold_strict_bool.c 13 typedef long long int64_t; typedef in typeref:typename:long long
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 in typeref:typename:signed __int64
  /src/sys/sys/
stdint.h 69 typedef __int64_t int64_t; typedef in typeref:typename:__int64_t
types.h 84 typedef __int64_t int64_t; typedef in typeref:typename:__int64_t
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 in typeref:typename:long
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 in typeref:typename:long long
58 typedef int64_t INT64;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 39 typedef __int64 int64_t; typedef in typeref:typename:__int64
47 typedef int __attribute__((__mode__(__DI__))) int64_t; typedef in typeref:typename:int
60 typedef long int64_t; typedef in typeref:typename:long
72 typedef long long int64_t __attribute__((aligned (8))); typedef in typeref:typename:long long
98 typedef int64_t INT64;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 37 typedef __int64 int64_t; typedef in typeref:typename:__int64
48 typedef long int64_t; typedef in typeref:typename:long
59 typedef long long int64_t; typedef in typeref:typename:long long
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 in typeref:typename:long
35 typedef int64_t intptr_t;
50 typedef int64_t INT64;
64 typedef int64_t INTN;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 50 typedef __int64 int64_t; typedef in typeref:typename:__int64
58 typedef int __attribute__((__mode__(__DI__))) int64_t; typedef in typeref:typename:int
71 typedef long int64_t; typedef in typeref:typename:long
83 typedef long long int64_t __attribute__((aligned (8))); typedef in typeref:typename:long long
92 typedef int64_t intptr_t;
109 typedef int64_t INT64;
127 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/acpica/dist/include/platform/
acefiex.h 164 typedef COMPILER_DEPENDENT_INT64 int64_t; typedef in typeref:typename:COMPILER_DEPENDENT_INT64

Completed in 19 milliseconds