HomeSort by relevance Sort by last modified time
    Searched refs:int_least32_t (Results 1 - 22 of 22) sorted by null

  /external/mdnsresponder/mDNSShared/
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...]
DebugServices.c 659 int_least32_t inErrorCode,
663 int_least32_t inLineNumber,
1140 DebugPrintAssert( 0, inAssertString, inErrorString, inFileName, (int_least32_t) inLineNumber, "" );
    [all...]
CommonServices.h 770 typedef int32_t int_least32_t; typedef
    [all...]
  /external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 16 // typedef atomic<int_least32_t> atomic_int_least32_t;
47 static_assert((std::is_same<std::atomic< std::int_least32_t>, std::atomic_int_least32_t>::value), "");
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 74 // typedef int_least32_t
75 static_assert(sizeof(int_least32_t)*CHAR_BIT >= 32,
76 "sizeof(int_least32_t)*CHAR_BIT >= 32");
77 static_assert(std::is_signed<int_least32_t>::value,
78 "std::is_signed<int_least32_t>::value");
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 74 // typedef std::int_least32_t
75 static_assert(sizeof(std::int_least32_t)*CHAR_BIT >= 32,
76 "sizeof(std::int_least32_t)*CHAR_BIT >= 32");
77 static_assert(std::is_signed<std::int_least32_t>::value,
78 "std::is_signed<std::int_least32_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 121 typedef int32_t int_least32_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 102 typedef int int_least32_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 96 typedef int32_t int_least32_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 96 typedef int32_t int_least32_t; typedef
  /external/mesa3d/include/c99/
stdint.h 96 typedef int32_t int_least32_t; typedef
  /external/bison/darwin-lib/
stdint.h 227 #undef int_least32_t macro
235 #define int_least32_t int32_t macro
  /external/bison/lib/
stdint.in.h 226 #undef int_least32_t
234 #define int_least32_t int32_t
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 588 typedef int32_t int_least32_t; typedef
627 typedef int_least32_t int_fast32_t;
  /bionic/libc/include/
stdint.h 78 typedef int32_t int_least32_t; typedef
stdatomic.h 369 typedef _Atomic(int_least32_t) atomic_int_least32_t;
  /development/ndk/platforms/android-L/include/
stdint.h 78 typedef int32_t int_least32_t; typedef
stdatomic.h 215 typedef _Atomic(int_least32_t) atomic_int_least32_t;
  /external/clang/lib/Headers/
stdint.h 195 typedef __int_least32_t int_least32_t; typedef
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 892 std::int_least32_t i3 = 0;
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 976 milliseconds