Home
last modified time | relevance | path

Searched refs:int_least32_t (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaBuffer.h153 &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 Dstdint_h.c46 TYPE(int_least32_t); in stdint_h()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
H A Dstdint.h142 typedef int32_t int_least32_t; typedef
/aosp12/bionic/libc/include/
H A Dstdint.h79 typedef int32_t int_least32_t; typedef
/aosp12/bionic/libc/include/bits/
H A Dstdatomic.h180 typedef _Atomic(int_least32_t) atomic_int_least32_t;