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

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 62 typedef INT32 int_least32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 62 typedef INT32 int_least32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 62 typedef INT32 int_least32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 63 typedef INT32 int_least32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 62 typedef INT32 int_least32_t; typedef
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaBuffer.h 137 &mUseSharedMemory, (int_least32_t)1, std::memory_order_seq_cst);
185 &mRemoteRefcount, (int_least32_t)value, std::memory_order_seq_cst);
194 &mRemoteRefcount, (int_least32_t)value, std::memory_order_seq_cst);
204 &mFlags, (int_least32_t)FLAG_DEAD_OBJECT, std::memory_order_seq_cst);
209 &mFlags, (int_least32_t)0, std::memory_order_seq_cst);
211 &mRemoteRefcount, (int_least32_t)0, std::memory_order_seq_cst);
  /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...]
DebugServices.c 659 int_least32_t inErrorCode,
663 int_least32_t inLineNumber,
1140 DebugPrintAssert( 0, inAssertString, inErrorString, inFileName, (int_least32_t) inLineNumber, "" );
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 40 typedef __int_least32_t int_least32_t; typedef
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 84 test<int_least32_t>();
  /bionic/tests/headers/posix/
stdint_h.c 46 TYPE(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/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");
inttypes_h.pass.cpp 895 test<int_least32_t>();
  /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");
  /external/clang/lib/Headers/
stdatomic.h 110 typedef _Atomic(int_least32_t) atomic_int_least32_t;
stdint.h 195 typedef __int_least32_t int_least32_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 96 typedef int32_t int_least32_t; typedef
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 96 typedef int32_t int_least32_t; typedef
  /external/libusb/msvc/
stdint.h 102 typedef int int_least32_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 81 typedef int32_t int_least32_t; typedef
  /bionic/libc/include/
stdint.h 79 typedef int32_t int_least32_t; typedef
stdatomic.h 277 typedef _Atomic(int_least32_t) atomic_int_least32_t;
  /device/google/fuchsia/bioniccompat/include/
stdint.h 173 typedef __INT_LEAST32_TYPE__ int_least32_t; typedef
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 895 test<std::int_least32_t>();

Completed in 729 milliseconds

1 2