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

1 2 3 4

  /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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/
stdint.h 70 typedef long int int_least64_t; typedef
73 typedef long long int 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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 232 typedef __atomic_base<int_least64_t> atomic_int_least64_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_base.h 232 typedef __atomic_base<int_least64_t> atomic_int_least64_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 232 typedef __atomic_base<int_least64_t> atomic_int_least64_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 232 typedef __atomic_base<int_least64_t> atomic_int_least64_t;
  /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");
  /bionic/libc/include/
stdint.h 154 typedef int64_t int_least64_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 154 typedef int64_t int_least64_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 104 typedef __int64 int_least64_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 97 typedef int64_t int_least64_t; typedef
  /external/chromium_org/third_party/re2/mswin/
stdint.h 97 typedef int64_t int_least64_t; typedef
  /external/mesa3d/include/c99/
stdint.h 97 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/4/platforms/android-3/arch-arm/usr/include/
stdint.h 168 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 168 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 168 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 168 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h 168 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdint.h 168 typedef int64_t int_least64_t; typedef
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdint.h 163 typedef int64_t int_least64_t; typedef

Completed in 216 milliseconds

1 2 3 4