/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | uint128.h | 16 using UInt128 = __uint128_t; variable 19 using UInt128 = LIBC_NAMESPACE::UInt<128>; variable
|
/aosp_15_r20/external/cronet/base/third_party/double_conversion/double-conversion/ |
H A 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
|
/aosp_15_r20/external/double-conversion/double-conversion/ |
H A 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
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/ |
H A D | uint128.h | 24 using UInt128 = std::array<uint8_t, kUInt128Size>; variable
|
/aosp_15_r20/external/pigweed/third_party/boringssl/ |
H A D | build_test.cc | 38 using UInt128 = std::array<uint8_t, kUInt128Size>; typedef
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 50 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 56 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | bit_util.h | 751 using UInt128 = Wrapping<unsigned __int128>; variable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/ |
H A D | fake_adapter.h | 145 void set_irk(const std::optional<UInt128>&) override {} in set_irk()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | Sema.cpp | 166 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); in Initialize() local
|