Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
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 localErr; \
[all …]
DDebugServices.c659 int_least32_t inErrorCode, in DebugPrintAssert()
663 int_least32_t inLineNumber, in DebugPrintAssert()
1140 DebugPrintAssert( 0, inAssertString, inErrorString, inFileName, (int_least32_t) inLineNumber, "" ); in DebugAssertOutputHandler()
1614 DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t in… in DebugGetErrorString()
DCommonServices.h770 typedef int32_t int_least32_t; typedef
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Dstdint.pxd20 ctypedef signed int int_least32_t
59 int_least32_t INT_LEAST32_MIN
63 int_least32_t INT_LEAST32_MAX
/external/libcxx/include/
Dcstdint117 int_least32_t
165 using::int_least32_t;
Datomic497 typedef atomic<int_least32_t> atomic_int_least32_t;
1741 typedef atomic<int_least32_t> atomic_int_least32_t;
/external/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp75 static_assert(sizeof(int_least32_t)*CHAR_BIT >= 32, in main()
77 static_assert(std::is_signed<int_least32_t>::value, in main()
/external/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp75 static_assert(sizeof(std::int_least32_t)*CHAR_BIT >= 32, in main()
77 static_assert(std::is_signed<std::int_least32_t>::value, in main()
/external/bison/darwin-lib/
Dstdint.h227 #undef int_least32_t
235 #define int_least32_t int32_t macro
/external/bison/lib/
Dstdint.in.h226 #undef int_least32_t
234 #define int_least32_t int32_t
/external/libcxx/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp47 …static_assert((std::is_same<std::atomic< std::int_least32_t>, std::atomic_int_least32_t>::value),… in main()
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h96 typedef int32_t int_least32_t; typedef
/external/chromium_org/third_party/libusb/src/msvc/
Dstdint.h102 typedef int int_least32_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
Dstdint.h96 typedef int32_t int_least32_t; typedef
/external/mesa3d/include/c99/
Dstdint.h96 typedef int32_t int_least32_t; typedef
/external/chromium_org/third_party/smhasher/src/
Dpstdint.h588 typedef int32_t int_least32_t; typedef
627 typedef int_least32_t int_fast32_t;
/external/bison/m4/
Dstdint.m4117 int_least32_t c3 = INT32_C (0x7fffffff);
118 int_least32_t c3max = INT_LEAST32_MAX;
119 int_least32_t c3min = INT_LEAST32_MIN;
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dax_create_stdint_h.m416 dnl int_least32_t.. int_fast32_t.. intmax_t
129 AC_TRY_COMPILE([#include <stdint.h>],[int_least32_t v = 0;],
198 AC_CHECK_TYPE(int_least32_t,,,[#include <$ac_cv_header_stdint>])
507 typedef int32_t int_least32_t;
/external/libexif/m4m/
Dstdint.m4188 AC_TRY_COMPILE([#include <stdint.h>],[int_least32_t v = 0;],
257 AC_CHECK_TYPE(int_least32_t,,,[#include <$ac_cv_header_stdint>])
566 typedef int32_t int_least32_t;
/external/libmtp/m4/
Dstdint.m4186 AC_TRY_COMPILE([#include <stdint.h>],[int_least32_t v = 0;],
255 AC_CHECK_TYPE(int_least32_t,,,[#include <$ac_cv_header_stdint>])
564 typedef int32_t int_least32_t;
/external/clang/lib/Headers/
Dstdint.h195 typedef __int_least32_t int_least32_t; typedef
/external/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp892 std::int_least32_t i3 = 0; in main()
/external/chromium_org/third_party/yasm/source/patched-yasm/
Dconfigure5218 int_least32_t v = 0;
9919 typedef int32_t int_least32_t;
/external/bison/
Dconfigure14242 int_least32_t c3 = INT32_C (0x7fffffff);
14243 int_least32_t c3max = INT_LEAST32_MAX;
14244 int_least32_t c3min = INT_LEAST32_MIN;