/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 52 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128() 66 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 69 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128() 94 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 100 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 47 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 51 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128() 65 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 68 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128() 93 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 105 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() 53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() 77 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() 80 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() 110 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() 122 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
|
/aosp_15_r20/external/mesa3d/src/imagination/csbgen/ |
H A D | gen_pack_header.py | 781 class DWord: class in Group 793 def collect_dwords(self, dwords: t.Dict[int, Group.DWord], start: int) -> None: 837 … def emit_pack_function(self, root: Csbgen, dwords: t.Dict[int, Group.DWord], length: int) -> None: 956 …def emit_unpack_function(self, root: Csbgen, dwords: t.Dict[int, Group.DWord], length: int) -> Non…
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/ |
D | RelocationFactory.h | 30 typedef Relocation::DWord DWord; typedef
|
D | Relocator.h | 28 typedef Relocation::DWord DWord; typedef
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 112 typedef unsigned long DWord; // NOLINT typedef
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 112 typedef unsigned long DWord; // NOLINT typedef
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 112 typedef unsigned long DWord; // NOLINT typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | kernel_timeout.h | 102 typedef unsigned long DWord; // NOLINT typedef
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 102 typedef unsigned long DWord; // NOLINT typedef
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Relocation.h | 32 typedef uint64_t DWord; // FIXME: use SizeTrait<T>::Word instead typedef
|
D | Stub.h | 30 typedef Relocation::DWord DWord; typedef
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 99 typedef unsigned long DWord; // NOLINT typedef
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 99 typedef unsigned long DWord; // NOLINT typedef
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/features/ |
H A D | encode_aqm_feature.h | 116 uint32_t DWord[47]; member
|
/aosp_15_r20/external/mesa3d/src/intel/genxml/ |
H A D | gen_pack_header.py | 175 class DWord: class in Group
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ndattrib.h | 129 DWORD DWord; member
|
/aosp_15_r20/external/crosvm/acpi_tables/src/ |
H A D | aml.rs | 202 pub type DWord = u32; typedef 204 impl Aml for DWord { implementation 831 DWord, enumerator
|
/aosp_15_r20/external/pdfium/third_party/lcms/src/ |
H A D | cmsplugin.c | 58 cmsUInt32Number CMSEXPORT _cmsAdjustEndianess32(cmsUInt32Number DWord) in _cmsAdjustEndianess32()
|
H A D | cmsio0.c | 739 cmsUInt32Number _validatedVersion(cmsUInt32Number DWord) in _validatedVersion()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 10386 int DWord = Idx >> 1; in LowerFP_EXTEND() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11251 int DWord = Idx >> 1; in LowerFP_EXTEND() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 13666 for (int DWord = 0; DWord != 4; ++DWord) { in lowerV8I16GeneralSingleInputShuffle() local 13789 ArrayRef<int> Inputs) { in lowerV8I16GeneralSingleInputShuffle()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 15644 for (int DWord = 0; DWord != 4; ++DWord) { in lowerV8I16GeneralSingleInputShuffle() local 15765 ArrayRef<int> Inputs) { in lowerV8I16GeneralSingleInputShuffle()
|