/external/llvm-libc/src/__support/ |
D | uint128.h | 16 using UInt128 = __uint128_t; variable 19 using UInt128 = LIBC_NAMESPACE::UInt<128>; variable
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/ |
D | uint128.h | 16 using UInt128 = __uint128_t; variable 19 using UInt128 = LIBC_NAMESPACE::UInt<128>; variable
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/ |
D | uint128.h | 16 using UInt128 = __uint128_t; variable 19 using UInt128 = LIBC_NAMESPACE::UInt<128>; variable
|
/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/ |
D | uint128.h | 24 using UInt128 = std::array<uint8_t, kUInt128Size>; variable
|
/external/cronet/stable/base/third_party/double_conversion/double-conversion/ |
D | fixed-dtoa.cc | 37 class UInt128 { class 39 UInt128() : high_bits_(0), low_bits_(0) { } in UInt128() function in double_conversion::UInt128 40 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128() function in double_conversion::UInt128
|
/external/double-conversion/double-conversion/ |
D | fixed-dtoa.cc | 37 class UInt128 { class 39 UInt128() : high_bits_(0), low_bits_(0) { } in UInt128() function in double_conversion::UInt128 40 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128() function in double_conversion::UInt128
|
/external/cronet/tot/base/third_party/double_conversion/double-conversion/ |
D | fixed-dtoa.cc | 37 class UInt128 { class 39 UInt128() : high_bits_(0), low_bits_(0) { } in UInt128() function in double_conversion::UInt128 40 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128() function in double_conversion::UInt128
|
/external/pigweed/third_party/boringssl/ |
D | build_test.cc | 38 using UInt128 = std::array<uint8_t, kUInt128Size>; typedef
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 50 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 56 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/ |
D | fake_adapter.h | 163 void set_irk(const std::optional<UInt128>&) override {} in set_irk()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 166 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); in Initialize() local
|