Searched refs:int_least32_t (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | MediaBuffer.h | 153 &mUseSharedMemory, (int_least32_t)1, std::memory_order_seq_cst); in useSharedMemory() 201 &mRemoteRefcount, (int_least32_t)value, std::memory_order_seq_cst); in addRemoteRefcount() 210 &mRemoteRefcount, (int_least32_t)value, std::memory_order_seq_cst); in setRemoteRefcount() 220 &mFlags, (int_least32_t)FLAG_DEAD_OBJECT, std::memory_order_seq_cst); in setDeadObject() 225 &mFlags, (int_least32_t)0, std::memory_order_seq_cst); in clear() 227 &mRemoteRefcount, (int_least32_t)0, std::memory_order_seq_cst); in clear()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | stdint_h.c | 46 TYPE(int_least32_t); in stdint_h()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/ |
H A D | stdint.h | 142 typedef int32_t int_least32_t; typedef
|
/aosp12/bionic/libc/include/ |
H A D | stdint.h | 79 typedef int32_t int_least32_t; typedef
|
/aosp12/bionic/libc/include/bits/ |
H A D | stdatomic.h | 180 typedef _Atomic(int_least32_t) atomic_int_least32_t;
|