| /external/libvpx/libvpx/vp8/common/ |
| D | quant_common.c | 37 int vp8_dc_quant(int QIndex, int Delta) { in vp8_dc_quant() 52 int vp8_dc2quant(int QIndex, int Delta) { in vp8_dc2quant() 66 int vp8_dc_uv_quant(int QIndex, int Delta) { in vp8_dc_uv_quant() 97 int vp8_ac2quant(int QIndex, int Delta) { in vp8_ac2quant() 117 int vp8_ac_uv_quant(int QIndex, int Delta) { in vp8_ac_uv_quant()
|
| /external/llvm-project/compiler-rt/lib/xray/ |
| D | xray_fdr_controller.h | 261 auto Delta = TSC - LatestTSC; in functionEnter() local 287 auto Delta = TSC - LatestTSC; in functionTailExit() local 300 auto Delta = TSC - LatestTSC; in functionEnterArg() local 325 auto Delta = TSC - LatestTSC; in functionExit() local 340 auto Delta = TSC - LatestTSC; in customEvent() local 354 auto Delta = TSC - LatestTSC; in typedEvent() local
|
| /external/clang/lib/Rewrite/ |
| D | DeltaTree.cpp | 41 int Delta; member 44 SourceDelta Delta; in get() local 179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() 451 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
|
| /external/llvm-project/clang/lib/Rewrite/ |
| D | DeltaTree.cpp | 43 int Delta; member 46 SourceDelta Delta; in get() local 184 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() 455 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
|
| /external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| D | JITLinkGeneric.h | 85 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock() local 92 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); in alignToBlock() local
|
| D | MachO_x86_64.cpp | 315 JITTargetAddress Delta = in addRelocations() local 606 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1)); in applyFixup() local 618 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1Anon)); in applyFixup() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
| D | JITLinkGeneric.h | 85 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock() local 92 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); in alignToBlock() local
|
| D | MachO_x86_64.cpp | 303 JITTargetAddress Delta = in addRelocations() local 495 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1)); in applyFixup() local 507 int Delta = 4 + (1 << (E.getKind() - PCRel32Minus1Anon)); in applyFixup() local
|
| /external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
| D | AllocationStats.java | 178 static final class Delta { class in AllocationStats 185 Delta( in Delta() method in AllocationStats.Delta
|
| /external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
| D | combined_test.cpp | 104 for (scudo::sptr Delta = -32; Delta <= 32; Delta++) { in testAllocator() local 123 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in testAllocator() local 138 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in testAllocator() local 155 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in testAllocator() local 212 for (scudo::sptr Delta = -32; Delta < 32; Delta += 8) { in testAllocator() local
|
| /external/llvm-project/clang-tools-extra/clangd/index/dex/ |
| D | PostingList.cpp | 132 bool encodeVByte(DocID Delta, llvm::MutableArrayRef<uint8_t> &Payload) { in encodeVByte() 208 DocID Delta; in decompress() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineFunctionPass.cpp | 82 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | MachineFunctionPass.cpp | 81 int64_t Delta = static_cast<int64_t>(CountAfter) - in runOnFunction() local
|
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86InsertPrefetch.cpp | 48 int64_t Delta; member 211 int64_t Delta = PrefInfo.Delta; in runOnMachineFunction() local
|
| /external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldCOFFX86_64.h | 50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset() 102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86InsertPrefetch.cpp | 48 int64_t Delta; member 211 int64_t Delta = PrefInfo.Delta; in runOnMachineFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldCOFFX86_64.h | 50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset() 101 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
|
| /external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 786 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 791 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 796 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 823 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 842 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 849 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 855 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 861 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 867 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 779 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 784 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 789 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 816 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 835 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 842 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 848 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 854 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 860 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 993 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 998 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1003 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1029 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local 1048 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 1055 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 1061 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local 1070 int64_t Delta = (Value + Addend) - Section.getLoadAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
| D | LineTable.cpp | 25 int64_t Delta; member 30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <()
|
| /external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| D | LineTable.cpp | 25 int64_t Delta; member 30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) { in operator <()
|
| /external/scudo/standalone/tests/ |
| D | combined_test.cpp | 154 for (scudo::sptr Delta = -32; Delta <= 32; Delta++) { in BasicTest() local 181 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local 199 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local 219 for (scudo::uptr Delta = 0U; Delta <= 4U; Delta++) { in SCUDO_TYPED_TEST() local 289 for (scudo::sptr Delta = -32; Delta < 32; Delta += 8) { in SCUDO_TYPED_TEST() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | DeltaAlgorithm.cpp | 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
|
| /external/llvm-project/llvm/lib/Support/ |
| D | DeltaAlgorithm.cpp | 44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
|