Home
last modified time | relevance | path

Searched refs:int_least32_t (Results 1 – 11 of 11) 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/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/libusb_aah/msvc/
Dstdint.h102 typedef int int_least32_t; typedef
/external/libvpx/libvpx/nestegg/m4/
Dax_create_stdint_h.m417 dnl int_least32_t.. int_fast32_t.. intmax_t
144 AC_TRY_COMPILE([#include <stdint.h>],[int_least32_t v = 0;],
150 AC_TRY_COMPILE([#include <stdint.h>],[int_least32_t v = 0;],
218 AC_CHECK_TYPE(int_least32_t,,,[#include <$ac_cv_header_stdint>])
527 typedef int32_t int_least32_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/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.h155 typedef __int_least32_t int_least32_t; typedef
/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;