Home
last modified time | relevance | path

Searched defs:int64 (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_ring_buffer_test.cc70 TEST(RingBuffer, int64) { in TEST() argument
86 TEST(CompactRingBuffer, int64) { in TEST() argument
/netbsd-src/sys/lib/libkern/
H A Dmilieu.h101 typedef int64_t int64; typedef
/netbsd-src/lib/libc/arch/m68k/softfloat/
H A Dm68k-gcc.h43 typedef signed long long int int64; typedef
/netbsd-src/lib/libc/arch/sh3/softfloat/
H A Dsh3-gcc.h43 typedef signed long long int int64; typedef
/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dmips-gcc.h41 typedef signed long long int int64; typedef
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsparc64-gcc.h43 typedef signed long long int int64; typedef
/netbsd-src/lib/libc/arch/or1k/softfloat/
H A Dor1k-gcc.h43 typedef signed long long int int64; typedef
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A Dmilieu.h103 typedef int64_t int64; typedef
/netbsd-src/lib/libc/arch/aarch64/softfloat/
H A Daarch64-gcc.h43 typedef signed long long int int64; typedef
/netbsd-src/lib/libc/arch/powerpc/softfloat/
H A Dpowerpc-gcc.h43 typedef signed long long int int64; typedef
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c716 test_a_int64_z_float32( in test_a_int64_z_float32()
767 test_a_int64_z_float64( in test_a_int64_z_float64()
820 test_a_int64_z_floatx80( in test_a_int64_z_floatx80()
875 test_a_int64_z_float128( in test_a_int64_z_float128()
/netbsd-src/lib/libc/arch/arm/softfloat/
H A Darm-gcc.h41 typedef signed long long int int64; typedef
/netbsd-src/external/mit/libcbor/dist/test/
H A Dstream_expectations.h58 uint64_t int64; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwtypes.d108 LONGLONG int64; member
/netbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c261 static void time_a_int64_z_float32( float32 function( int64 ) ) in time_a_int64_z_float32()
288 static void time_a_int64_z_float64( float64 function( int64 ) ) in time_a_int64_z_float64()
317 static void time_a_int64_z_floatx80( floatx80 function( int64 ) ) in time_a_int64_z_floatx80()
348 static void time_a_int64_z_float128( float128 function( int64 ) ) in time_a_int64_z_float128()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h148 int64, enumerator
401 int64, enumerator
H A Dtokens.d139 int64, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1824 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte() local
1831 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Ded25519.c24 #define int64 crypto_int64 macro