HomeSort by relevance Sort by last modified time
    Searched refs:int_least8_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 40 typedef signed char int_least8_t;
  /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;
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 14 // typedef atomic<int_least8_t> atomic_int_least8_t;
45 static_assert((std::is_same<std::atomic< std::int_least8_t>, std::atomic_int_least8_t>::value), "");
  /external/opencv3/3rdparty/include/
msc_stdint.h 65 typedef int8_t int_least8_t; typedef
  /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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 45 typedef signed char int_least8_t; typedef
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 65 // typedef int_least8_t
66 static_assert(sizeof(int_least8_t)*CHAR_BIT >= 8,
67 "sizeof(int_least8_t)*CHAR_BIT >= 8");
68 static_assert(std::is_signed<int_least8_t>::value,
69 "std::is_signed<int_least8_t>::value");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 66 // typedef std::int_least8_t
67 static_assert(sizeof(std::int_least8_t)*CHAR_BIT >= 8,
68 "sizeof(std::int_least8_t)*CHAR_BIT >= 8");
69 static_assert(std::is_signed<std::int_least8_t>::value,
70 "std::is_signed<std::int_least8_t>::value");
  /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");
  /development/ndk/platforms/android-3/include/
stdint.h 55 typedef int8_t int_least8_t; typedef
  /external/clang/lib/Headers/
stdatomic.h 106 typedef _Atomic(int_least8_t) atomic_int_least8_t;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 94 typedef int8_t int_least8_t; typedef
  /external/libvncserver/compat/msvc/
stdint.h 94 typedef int8_t int_least8_t; typedef
  /external/mesa3d/include/c99/
stdint.h 94 typedef int8_t int_least8_t; typedef
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
stdatomic.h 106 typedef _Atomic(int_least8_t) atomic_int_least8_t;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 140 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/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 66 typedef signed char int_least8_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 66 typedef signed char int_least8_t; typedef
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdint.h 55 typedef int8_t int_least8_t; typedef
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdint.h 55 typedef int8_t int_least8_t; typedef
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdint.h 55 typedef int8_t int_least8_t; typedef
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdint.h 55 typedef int8_t int_least8_t; typedef
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdint.h 55 typedef int8_t int_least8_t; typedef

Completed in 1617 milliseconds

1 2 3 4 5 6