Home
last modified time | relevance | path

Searched defs:UInt128 (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/
H A Duint128.h16 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 Dfixed-dtoa.cc37 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 Dfixed-dtoa.cc37 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 Duint128.h24 using UInt128 = std::array<uint8_t, kUInt128Size>; variable
/aosp_15_r20/external/pigweed/third_party/boringssl/
H A Dbuild_test.cc38 using UInt128 = std::array<uint8_t, kUInt128Size>; typedef
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h50 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h56 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DTypeIndex.h57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DTypeIndex.h57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DTypeIndex.h57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DTypeIndex.h57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/
Dbit_util.h751 using UInt128 = Wrapping<unsigned __int128>; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dfake_adapter.h145 void set_irk(const std::optional<UInt128>&) override {} in set_irk()
/aosp_15_r20/external/clang/lib/Sema/
H A DSema.cpp166 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); in Initialize() local