Searched refs:int_least32_t (Results 1 – 11 of 11) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 620 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 …]
|
D | DebugServices.c | 659 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()
|
D | CommonServices.h | 770 typedef int32_t int_least32_t; typedef
|
/external/bison/darwin-lib/ |
D | stdint.h | 227 #undef int_least32_t 235 #define int_least32_t int32_t macro
|
/external/bison/lib/ |
D | stdint.in.h | 226 #undef int_least32_t 234 #define int_least32_t int32_t
|
/external/libusb_aah/msvc/ |
D | stdint.h | 102 typedef int int_least32_t; typedef
|
/external/libvpx/libvpx/nestegg/m4/ |
D | ax_create_stdint_h.m4 | 17 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/ |
D | stdint.m4 | 117 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/ |
D | stdint.m4 | 186 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/ |
D | stdint.h | 155 typedef __int_least32_t int_least32_t; typedef
|
/external/bison/ |
D | configure | 14242 int_least32_t c3 = INT32_C (0x7fffffff); 14243 int_least32_t c3max = INT_LEAST32_MAX; 14244 int_least32_t c3min = INT_LEAST32_MIN;
|