| /external/llvm/lib/CodeGen/AsmPrinter/ |
| 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()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| 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()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
| 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()
|
| /external/abseil-cpp/absl/synchronization/internal/ |
| D | kernel_timeout.h | 112 typedef unsigned long DWord; // NOLINT typedef
|
| /external/cronet/third_party/abseil-cpp/absl/synchronization/internal/ |
| D | kernel_timeout.h | 112 typedef unsigned long DWord; // NOLINT typedef
|
| /external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
| D | kernel_timeout.h | 112 typedef unsigned long DWord; // NOLINT typedef
|
| /external/libtextclassifier/abseil-cpp/absl/synchronization/internal/ |
| D | kernel_timeout.h | 112 typedef unsigned long DWord; // NOLINT typedef
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/ |
| D | kernel_timeout.h | 102 typedef unsigned long DWord; // NOLINT typedef
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
| D | kernel_timeout.h | 102 typedef unsigned long DWord; // NOLINT typedef
|
| /external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
| D | kernel_timeout.h | 99 typedef unsigned long DWord; // NOLINT typedef
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/internal/ |
| D | kernel_timeout.h | 99 typedef unsigned long DWord; // NOLINT typedef
|
| /external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
| D | kernel_timeout.h | 99 typedef unsigned long DWord; // NOLINT typedef
|
| /external/mesa3d/src/imagination/csbgen/ |
| 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…
|
| /external/mesa3d/src/intel/genxml/ |
| D | gen_pack_header.py | 175 class DWord: class in Group
|
| /external/pdfium/third_party/lcms/src/ |
| D | cmsplugin.c | 58 cmsUInt32Number CMSEXPORT _cmsAdjustEndianess32(cmsUInt32Number DWord) in _cmsAdjustEndianess32()
|
| D | cmsio0.c | 739 cmsUInt32Number _validatedVersion(cmsUInt32Number DWord) in _validatedVersion()
|
| /external/crosvm/acpi_tables/src/ |
| D | aml.rs | 202 pub type DWord = u32; typedef 204 impl Aml for DWord { implementation 841 DWord, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 10386 int DWord = Idx >> 1; in LowerFP_EXTEND() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 11251 int DWord = Idx >> 1; in LowerFP_EXTEND() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 13666 for (int DWord = 0; DWord != 4; ++DWord) { in lowerV8I16GeneralSingleInputShuffle() local 13789 ArrayRef<int> Inputs) { in lowerV8I16GeneralSingleInputShuffle()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 15644 for (int DWord = 0; DWord != 4; ++DWord) { in lowerV8I16GeneralSingleInputShuffle() local 15765 ArrayRef<int> Inputs) { in lowerV8I16GeneralSingleInputShuffle()
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 9534 ArrayRef<int> Inputs) { in lowerV8I16GeneralSingleInputVectorShuffle()
|