HomeSort by relevance Sort by last modified time
    Searched refs:int_least8_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 74 typedef ::intleast8_t int_least8_t; typedef
104 using ::int_least8_t;
147 typedef int8_t int_least8_t;
209 typedef signed char int_least8_t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 12 // typedef atomic<int_least8_t> atomic_int_least8_t;
43 static_assert((std::is_same<std::atomic< std::int_least8_t>, std::atomic_int_least8_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 214 typedef __atomic_base<int_least8_t> atomic_int_least8_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 214 typedef __atomic_base<int_least8_t> atomic_int_least8_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 214 typedef __atomic_base<int_least8_t> atomic_int_least8_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 214 typedef __atomic_base<int_least8_t> atomic_int_least8_t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 64 // typedef int_least8_t
65 static_assert(sizeof(int_least8_t)*CHAR_BIT >= 8,
66 "sizeof(int_least8_t)*CHAR_BIT >= 8");
67 static_assert(std::is_signed<int_least8_t>::value,
68 "std::is_signed<int_least8_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 64 // typedef std::int_least8_t
65 static_assert(sizeof(std::int_least8_t)*CHAR_BIT >= 8,
66 "sizeof(std::int_least8_t)*CHAR_BIT >= 8");
67 static_assert(std::is_signed<std::int_least8_t>::value,
68 "std::is_signed<std::int_least8_t>::value");
  /bionic/libc/include/
stdint.h 55 typedef int8_t int_least8_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 55 typedef int8_t int_least8_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 98 typedef signed char int_least8_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 94 typedef int8_t int_least8_t; typedef
  /external/chromium_org/third_party/re2/mswin/
stdint.h 94 typedef int8_t int_least8_t; typedef
  /external/mesa3d/include/c99/
stdint.h 94 typedef int8_t int_least8_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 59 typedef int8_t int_least8_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 66 typedef signed char int_least8_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 66 typedef signed char int_least8_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 66 typedef signed char int_least8_t; typedef
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 68 typedef int8_t int_least8_t; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 68 typedef int8_t int_least8_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 68 typedef int8_t int_least8_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 68 typedef int8_t int_least8_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h 68 typedef int8_t int_least8_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdint.h 68 typedef int8_t int_least8_t; typedef
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdint.h 63 typedef int8_t int_least8_t; typedef

Completed in 369 milliseconds

1 2 3 4