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

1 2 3 4

  /src/external/bsd/libbind/dist/port/darwin/include/sys/
bitypes.h 35 typedef long long int64_t; typedef
  /src/external/bsd/libbind/dist/port/rhapsody/include/sys/
bitypes.h 35 typedef long long int64_t; typedef
  /src/external/bsd/libpcap/dist/pcap/
pcap-inttypes.h 68 typedef _int64 int64_t; typedef
71 typedef long long int64_t; typedef
  /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/external/bsd/elftosb/dist/common/
stdafx.h 69 typedef long long int64_t; typedef
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
find.c 33 #undef int64_t macro
41 static int64_t int64_search_buf[100];
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
find.c 33 #undef int64_t macro
41 static int64_t int64_search_buf[100];
  /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
  /src/external/bsd/libbind/dist/port/decunix/include/sys/
bitypes.h 47 typedef signed long int64_t; typedef
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
e_os2.h 238 typedef INT64 int64_t; typedef
255 typedef __int64 int64_t; typedef
  /src/external/gpl3/gcc.old/dist/gcc/d/
longdouble.h 44 void set (int64_t d);
51 int64_t to_int () const;
57 operator int64_t (void)
  /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
softdivide.c 26 typedef long long int64_t; typedef
271 __udivdi3_inline (ABS ((int64_t) dividend), ABS ((int64_t) divisor));
290 int64_t __divdi3 (int64_t dividend, int64_t divisor);
292 int64_t
293 __divdi3 (int64_t dividend, int64_t divisor)
298 return (int64_t) n
    [all...]
  /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/crypto/external/apache2/openssl/dist/include/openssl/
e_os2.h 230 typedef INT64 int64_t; typedef
249 typedef __int64 int64_t; typedef
263 typedef int64_t ossl_intmax_t;
  /src/crypto/external/bsd/openssl/dist/include/openssl/
e_os2.h 229 typedef INT64 int64_t; typedef
249 typedef __int64 int64_t; typedef
261 typedef int64_t ossl_intmax_t;
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Boolean.h 50 explicit operator int64_t() const { return V; }
110 static bool inRange(int64_t Value, unsigned NumBits) {
Integral.h 49 template <> struct Repr<64, true> { using Type = int64_t; };
103 explicit operator int64_t() const { return V; }
182 static bool inRange(int64_t Value, unsigned NumBits) {
248 CheckRange(int64_t V) {
254 CheckRange(int64_t V) {
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
windows-config.h 138 typedef __int64 int64_t; typedef
  /src/external/lgpl3/mpfr/dist/src/
add1sp1_extracted.c 27 #define int64_t long macro
33 int64_t sh;
34 int64_t bx;
41 MPFR_Add1sp1_mk_state(int64_t sh, int64_t bx, uint64_t rb, uint64_t sb)
49 int64_t snd;
57 int64_t thd;
82 int64_t bx = b0.mpfr_exp;
83 int64_t cx = c0.mpfr_exp;
84 int64_t sh = MPFR_Lib_gmp_NUMB_BITS - p
    [all...]

Completed in 23 milliseconds

1 2 3 4