Home
last modified time | relevance | path

Searched refs:int_least32_t (Results 1 – 7 of 7) 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/mesa3d/include/c99/
Dstdint.h96 typedef int32_t int_least32_t; typedef
/external/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/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