/frameworks/av/include/media/stagefright/ |
MediaBuffer.h | 116 &mUseSharedMemory, (int_least32_t)1, std::memory_order_seq_cst); 186 &mPendingRelease, (int_least32_t)value, std::memory_order_seq_cst); 195 &mPendingRelease, (int_least32_t)value, std::memory_order_seq_cst); 205 &mFlags, (int_least32_t)FLAG_DEAD_OBJECT, std::memory_order_seq_cst); 210 &mFlags, (int_least32_t)0, std::memory_order_seq_cst); 212 &mPendingRelease, (int_least32_t)0, std::memory_order_seq_cst);
|
/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/std/atomics/atomics.types.generic/ |
cstdint_typedefs.pass.cpp | 18 // typedef atomic<int_least32_t> atomic_int_least32_t; 49 static_assert((std::is_same<std::atomic< std::int_least32_t>, std::atomic_int_least32_t>::value), "");
|
/external/opencv3/3rdparty/include/ |
msc_stdint.h | 67 typedef int32_t int_least32_t; typedef
|
/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
stdint.h | 49 typedef int int_least32_t; typedef
|
/external/libcxx/test/std/depr/depr.c.headers/ |
stdint_h.pass.cpp | 75 // typedef int_least32_t 76 static_assert(sizeof(int_least32_t)*CHAR_BIT >= 32, 77 "sizeof(int_least32_t)*CHAR_BIT >= 32"); 78 static_assert(std::is_signed<int_least32_t>::value, 79 "std::is_signed<int_least32_t>::value");
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
cstdint.pass.cpp | 76 // typedef std::int_least32_t 77 static_assert(sizeof(std::int_least32_t)*CHAR_BIT >= 32, 78 "sizeof(std::int_least32_t)*CHAR_BIT >= 32"); 79 static_assert(std::is_signed<std::int_least32_t>::value, 80 "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/clang/lib/Headers/ |
stdatomic.h | 110 typedef _Atomic(int_least32_t) atomic_int_least32_t;
|
/external/jemalloc/include/msvc_compat/C99/ |
stdint.h | 96 typedef int32_t int_least32_t; typedef
|
/external/libvncserver/compat/msvc/ |
stdint.h | 96 typedef int32_t int_least32_t; typedef
|
/external/mesa3d/include/c99/ |
stdint.h | 96 typedef int32_t int_least32_t; typedef
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/ |
stdint.h | 142 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.8/sysroot/usr/include/ |
stdint.h | 68 typedef int int_least32_t; typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
stdint.h | 68 typedef int int_least32_t; typedef
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
stdint.h | 121 typedef int32_t int_least32_t; typedef
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
stdint.h | 121 typedef int32_t int_least32_t; typedef
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
stdint.h | 121 typedef int32_t int_least32_t; typedef
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
stdint.h | 121 typedef int32_t int_least32_t; typedef
|