Home
last modified time | relevance | path

Searched refs:int_least32_t (Results 1 – 25 of 58) sorted by relevance

123

/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 …]
/external/llvm-project/libcxx/include/
Dcstdint116 int_least32_t
164 using::int_least32_t;
/external/libcxx/include/
Dcstdint117 int_least32_t
165 using::int_least32_t;
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/
Dstdint.h3 typedef int int_least32_t; typedef
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp76 static_assert(sizeof(int_least32_t)*CHAR_BIT >= 32, in main()
78 static_assert(std::is_signed<int_least32_t>::value, in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp77 static_assert(sizeof(int_least32_t)*CHAR_BIT >= 32, in main()
79 static_assert(std::is_signed<int_least32_t>::value, in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp77 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/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp78 static_assert(sizeof(std::int_least32_t)*CHAR_BIT >= 32, in main()
80 static_assert(std::is_signed<std::int_least32_t>::value, in main()
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp84 test<int_least32_t>(); in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp83 test<int_least32_t>(); in main()
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc64 const std::int_least32_t kDaysPerYear[2] = {365, 366};
74 const std::int_least32_t kSecsPerDay = 24 * 60 * 60;
80 const std::int_least32_t kSecsPerYear[2] = {
207 tt.utc_offset = static_cast<std::int_least32_t>(offset.count()); in ResetToBuiltinUTC()
315 tt.utc_offset = static_cast<std::int_least32_t>(utc_offset); in GetTransitionType()
451 static_cast<std::int_least32_t>(Decode32(bp)); in Load()
Dtime_zone_info.h57 std::int_least32_t utc_offset; // the new prevailing UTC offset
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc64 const std::int_least32_t kDaysPerYear[2] = {365, 366};
74 const std::int_least32_t kSecsPerDay = 24 * 60 * 60;
80 const std::int_least32_t kSecsPerYear[2] = {
207 tt.utc_offset = static_cast<std::int_least32_t>(offset.count()); in ResetToBuiltinUTC()
315 tt.utc_offset = static_cast<std::int_least32_t>(utc_offset); in GetTransitionType()
451 static_cast<std::int_least32_t>(Decode32(bp)); in Load()
Dtime_zone_info.h57 std::int_least32_t utc_offset; // the new prevailing UTC offset
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_info.cc64 const std::int_least32_t kDaysPerYear[2] = {365, 366};
74 const std::int_least32_t kSecsPerDay = 24 * 60 * 60;
80 const std::int_least32_t kSecsPerYear[2] = {
207 tt.utc_offset = static_cast<std::int_least32_t>(offset.count()); in ResetToBuiltinUTC()
315 tt.utc_offset = static_cast<std::int_least32_t>(utc_offset); in GetTransitionType()
451 static_cast<std::int_least32_t>(Decode32(bp)); in Load()
Dtime_zone_info.h57 std::int_least32_t utc_offset; // the new prevailing UTC offset
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc64 const std::int_least32_t kDaysPerYear[2] = {365, 366};
74 const std::int_least32_t kSecsPerDay = 24 * 60 * 60;
80 const std::int_least32_t kSecsPerYear[2] = {
207 tt.utc_offset = static_cast<std::int_least32_t>(offset.count()); in ResetToBuiltinUTC()
315 tt.utc_offset = static_cast<std::int_least32_t>(utc_offset); in GetTransitionType()
451 static_cast<std::int_least32_t>(Decode32(bp)); in Load()
Dtime_zone_info.h57 std::int_least32_t utc_offset; // the new prevailing UTC offset
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h128 typedef int int_least32_t; typedef
/external/capstone/include/windowsce/
Dstdint.h15 int_least32_t, typedef
/external/llvm-project/libcxx/test/std/atomics/
Dtypes.pass.cpp126 test<int_least32_t> (); in main()
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h57 std::int_least32_t utc_offset; // the new prevailing UTC offset
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h57 std::int_least32_t utc_offset; // the new prevailing UTC offset
/external/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp49 …static_assert((std::is_same<std::atomic< std::int_least32_t>, std::atomic_int_least32_t>::value),… in main()
/external/llvm-project/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp50 …static_assert((std::is_same<std::atomic< std::int_least32_t>, std::atomic_int_least32_t>::value),… in main()

123