HomeSort by relevance Sort by last modified time
    Searched refs:int_least64_t (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 44 typedef long int int_least64_t;
46 typedef long long int int_least64_t;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 91 typedef ::intleast64_t int_least64_t; typedef
127 using ::int_least64_t;
170 typedef int64_t int_least64_t;
309 typedef ::boost::long_long_type int_least64_t;
321 typedef long int_least64_t;
333 __extension__ typedef long long int_least64_t;
345 typedef __int64 int_least64_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 70 typedef long int int_least64_t; typedef
73 typedef long long int int_least64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 70 typedef long int int_least64_t; typedef
73 typedef long long int int_least64_t; typedef
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 20 // typedef atomic<int_least64_t> atomic_int_least64_t;
51 static_assert((std::is_same<std::atomic< std::int_least64_t>, std::atomic_int_least64_t>::value), "");
  /external/opencv3/3rdparty/include/
msc_stdint.h 68 typedef int64_t int_least64_t; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 18 // typedef atomic<int_least64_t> atomic_int_least64_t;
49 static_assert((std::is_same<std::atomic< std::int_least64_t>, std::atomic_int_least64_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 51 __MINGW_EXTENSION typedef long long int_least64_t; typedef
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 80 // typedef int_least64_t
81 static_assert(sizeof(int_least64_t)*CHAR_BIT >= 64,
82 "sizeof(int_least64_t)*CHAR_BIT >= 64");
83 static_assert(std::is_signed<int_least64_t>::value,
84 "std::is_signed<int_least64_t>::value");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 81 // typedef std::int_least64_t
82 static_assert(sizeof(std::int_least64_t)*CHAR_BIT >= 64,
83 "sizeof(std::int_least64_t)*CHAR_BIT >= 64");
84 static_assert(std::is_signed<std::int_least64_t>::value,
85 "std::is_signed<std::int_least64_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 79 // typedef int_least64_t
80 static_assert(sizeof(int_least64_t)*CHAR_BIT >= 64,
81 "sizeof(int_least64_t)*CHAR_BIT >= 64");
82 static_assert(std::is_signed<int_least64_t>::value,
83 "std::is_signed<int_least64_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 79 // typedef std::int_least64_t
80 static_assert(sizeof(std::int_least64_t)*CHAR_BIT >= 64,
81 "sizeof(std::int_least64_t)*CHAR_BIT >= 64");
82 static_assert(std::is_signed<std::int_least64_t>::value,
83 "std::is_signed<std::int_least64_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 154 typedef int64_t int_least64_t; typedef
  /external/clang/lib/Headers/
stdatomic.h 112 typedef _Atomic(int_least64_t) atomic_int_least64_t;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 97 typedef int64_t int_least64_t; typedef
  /external/libvncserver/compat/msvc/
stdint.h 97 typedef int64_t int_least64_t; typedef
  /external/mesa3d/include/c99/
stdint.h 97 typedef int64_t int_least64_t; typedef
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
stdatomic.h 112 typedef _Atomic(int_least64_t) atomic_int_least64_t;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 143 typedef int64_t int_least64_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 62 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdint.h 154 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdint.h 154 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdint.h 154 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdint.h 154 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdint.h 154 typedef int64_t int_least64_t; typedef

Completed in 1031 milliseconds

1 2 3 4 5 6