Searched refs:int_least32_t (Results 1 - 19 of 19) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DDebugServices.h620 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 localEr
[all...]
H A DDebugServices.c659 int_least32_t inErrorCode,
663 int_least32_t inLineNumber,
1140 DebugPrintAssert( 0, inAssertString, inErrorString, inFileName, (int_least32_t) inLineNumber, "" );
1614 DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t inBufferSize )
H A DCommonServices.h770 typedef int32_t int_least32_t; typedef
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp84 test<int_least32_t>();
/external/syslinux/dos/
H A Dstdint.h24 typedef signed int int_least32_t; typedef
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp18 // 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/syslinux/com32/include/
H A Dstdint.h12 typedef int32_t int_least32_t; typedef
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp75 // 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");
H A Dinttypes_h.pass.cpp895 test<int_least32_t>();
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp76 // 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/
H A Dstdatomic.h110 typedef _Atomic(int_least32_t) atomic_int_least32_t;
H A Dstdint.h195 typedef __int_least32_t int_least32_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h96 typedef int32_t int_least32_t; typedef
/external/libusb/msvc/
H A Dstdint.h102 typedef int int_least32_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h96 typedef int32_t int_least32_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h81 typedef int32_t int_least32_t; typedef
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp895 test<std::int_least32_t>();
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2487 int_least32_t = int32_t variable
2667 'ssl_crock_st', 'int_least32_t', '__sigaction_u', 'dh_st',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2487 int_least32_t = int32_t variable
2667 'ssl_crock_st', 'int_least32_t', '__sigaction_u', 'dh_st',

Completed in 7367 milliseconds