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

1 2 3 4 5 6

  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 42 typedef int int_least32_t;
  /external/mdnsresponder/mDNSShared/
DebugServices.h 620 int_least32_t localErr; \
622 localErr = (int_least32_t)( ERR ); \
655 int_least32_t localErr; \
657 localErr = (int_least32_t)( ERR ); \
686 int_least32_t localErr; \
688 localErr = (int_least32_t)( ERRNO ); \
689 localErr = ( localErr != 0 ) ? localErr : (int_least32_t)( ALTERNATE_ERROR ); \
816 int_least32_t localErr; \
818 localErr = (int_least32_t)( ERR ); \
847 int_least32_t localErr;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 84 typedef ::intleast32_t int_least32_t; typedef
118 using ::int_least32_t;
161 typedef int32_t int_least32_t;
261 typedef int int_least32_t;
268 typedef short int_least32_t;
275 typedef long int_least32_t;
283 typedef __int32 int_least32_t;
  /external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 16 // typedef atomic<int_least32_t> atomic_int_least32_t;
47 static_assert((std::is_same<std::atomic< std::int_least32_t>, std::atomic_int_least32_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 16 // typedef atomic<int_least32_t> atomic_int_least32_t;
47 static_assert((std::is_same<std::atomic< std::int_least32_t>, std::atomic_int_least32_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_base.h 226 typedef __atomic_base<int_least32_t> atomic_int_least32_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 49 typedef int int_least32_t; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 226 typedef __atomic_base<int_least32_t> atomic_int_least32_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 226 typedef __atomic_base<int_least32_t> atomic_int_least32_t;
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 74 // typedef int_least32_t
75 static_assert(sizeof(int_least32_t)*CHAR_BIT >= 32,
76 "sizeof(int_least32_t)*CHAR_BIT >= 32");
77 static_assert(std::is_signed<int_least32_t>::value,
78 "std::is_signed<int_least32_t>::value");
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 74 // typedef std::int_least32_t
75 static_assert(sizeof(std::int_least32_t)*CHAR_BIT >= 32,
76 "sizeof(std::int_least32_t)*CHAR_BIT >= 32");
77 static_assert(std::is_signed<std::int_least32_t>::value,
78 "std::is_signed<std::int_least32_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 74 // typedef int_least32_t
75 static_assert(sizeof(int_least32_t)*CHAR_BIT >= 32,
76 "sizeof(int_least32_t)*CHAR_BIT >= 32");
77 static_assert(std::is_signed<int_least32_t>::value,
78 "std::is_signed<int_least32_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 74 // typedef std::int_least32_t
75 static_assert(sizeof(std::int_least32_t)*CHAR_BIT >= 32,
76 "sizeof(std::int_least32_t)*CHAR_BIT >= 32");
77 static_assert(std::is_signed<std::int_least32_t>::value,
78 "std::is_signed<std::int_least32_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 121 typedef int32_t int_least32_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 102 typedef int int_least32_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 96 typedef int32_t int_least32_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 96 typedef int32_t int_least32_t; typedef
  /external/mesa3d/include/c99/
stdint.h 96 typedef int32_t int_least32_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 61 typedef int32_t int_least32_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdint.h 68 typedef int int_least32_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 68 typedef int int_least32_t; typedef
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 135 typedef int32_t int_least32_t; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 135 typedef int32_t int_least32_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 135 typedef int32_t int_least32_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 135 typedef int32_t int_least32_t; typedef

Completed in 859 milliseconds

1 2 3 4 5 6