/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/libcxx/include/ |
D | cstdint | 117 int_least32_t 165 using::int_least32_t;
|
D | atomic | 504 typedef atomic<int_least32_t> atomic_int_least32_t; 1840 typedef atomic<int_least32_t> atomic_int_least32_t;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 76 static_assert(sizeof(int_least32_t)*CHAR_BIT >= 32, in main() 78 static_assert(std::is_signed<int_least32_t>::value, in main()
|
D | inttypes_h.pass.cpp | 895 test<int_least32_t>(); in main()
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 77 static_assert(sizeof(std::int_least32_t)*CHAR_BIT >= 32, in main() 79 static_assert(std::is_signed<std::int_least32_t>::value, in main()
|
/external/syslinux/dos/ |
D | stdint.h | 24 typedef signed int int_least32_t; typedef
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | integral.pass.cpp | 83 test<int_least32_t>(); in main()
|
/external/bison/darwin-lib/ |
D | stdint.h | 227 #undef int_least32_t 235 #define int_least32_t int32_t macro
|
/external/syslinux/com32/include/ |
D | stdint.h | 12 typedef int32_t int_least32_t; typedef
|
/external/bison/lib/ |
D | stdint.in.h | 226 #undef int_least32_t 234 #define int_least32_t int32_t
|
/external/libcxx/test/std/atomics/atomics.types.generic/ |
D | cstdint_typedefs.pass.cpp | 49 …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/ |
D | stdint.h | 96 typedef int32_t int_least32_t; typedef
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 96 typedef int32_t int_least32_t; typedef
|
/external/libusb/msvc/ |
D | stdint.h | 102 typedef int int_least32_t; typedef
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 110 typedef _Atomic(int_least32_t) atomic_int_least32_t;
|
D | stdint.h | 195 typedef __int_least32_t int_least32_t; typedef
|
/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/libexif/m4m/ |
D | stdint.m4 | 188 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/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 895 test<std::int_least32_t>(); in main()
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2487 int_least32_t = int32_t variable
|
/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;
|