Searched refs:int_least32_t (Results 1 - 17 of 17) 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/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp16 // 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), "");
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp74 // 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");
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp74 // 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");
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h102 typedef int int_least32_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h96 typedef int32_t int_least32_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h96 typedef int32_t int_least32_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h96 typedef int32_t int_least32_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h227 #undef int_least32_t macro
235 #define int_least32_t int32_t macro
/external/bison/lib/
H A Dstdint.in.h226 #undef int_least32_t
234 #define int_least32_t int32_t
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h588 typedef int32_t int_least32_t; typedef
627 typedef int_least32_t int_fast32_t;
/external/clang/lib/Headers/
H A Dstdint.h195 typedef __int_least32_t int_least32_t; typedef
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp892 std::int_least32_t i3 = 0;
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure5218 int_least32_t v = 0;
5601 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <$ac_cv_header_stdint>
9919 typedef int32_t int_least32_t;
/external/bison/
H A Dconfigure14242 int_least32_t c3 = INT32_C (0x7fffffff);
14243 int_least32_t c3max = INT_LEAST32_MAX;
14244 int_least32_t c3min = INT_LEAST32_MIN;

Completed in 4828 milliseconds