/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 …]
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 116 int_least32_t 164 using::int_least32_t;
|
/external/libcxx/include/ |
D | cstdint | 117 int_least32_t 165 using::int_least32_t;
|
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/ |
D | stdint.h | 3 typedef int int_least32_t; typedef
|
/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()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 77 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/ |
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/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 78 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/ |
D | integral.pass.cpp | 84 test<int_least32_t>(); in main()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | integral.pass.cpp | 83 test<int_least32_t>(); in main()
|
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_info.cc | 64 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()
|
D | time_zone_info.h | 57 std::int_least32_t utc_offset; // the new prevailing UTC offset
|
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_info.cc | 64 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()
|
D | time_zone_info.h | 57 std::int_least32_t utc_offset; // the new prevailing UTC offset
|
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ |
D | time_zone_info.cc | 64 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()
|
D | time_zone_info.h | 57 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/ |
D | time_zone_info.cc | 64 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()
|
D | time_zone_info.h | 57 std::int_least32_t utc_offset; // the new prevailing UTC offset
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 128 typedef int int_least32_t; typedef
|
/external/capstone/include/windowsce/ |
D | stdint.h | 15 int_least32_t, typedef
|
/external/llvm-project/libcxx/test/std/atomics/ |
D | types.pass.cpp | 126 test<int_least32_t> (); in main()
|
/external/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_info.h | 57 std::int_least32_t utc_offset; // the new prevailing UTC offset
|
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_info.h | 57 std::int_least32_t utc_offset; // the new prevailing UTC offset
|
/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/llvm-project/libcxx/test/std/atomics/atomics.types.generic/ |
D | cstdint_typedefs.pass.cpp | 50 …static_assert((std::is_same<std::atomic< std::int_least32_t>, std::atomic_int_least32_t>::value),… in main()
|