/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ARMWinEH.h | 197 uint16_t Adjustment = RF.StackAdjust(); in StackAdjustment() local 198 if (Adjustment >= 0x3f4) in StackAdjustment() 199 return (Adjustment & 0x3) ? ((Adjustment & 0x3) << 2) - 1 : 0; in StackAdjustment() 200 return Adjustment; in StackAdjustment()
|
D | Allocator.h | 219 size_t Adjustment = offsetToAlignedAddr(CurPtr, Alignment); in Allocate() local 220 assert(Adjustment + Size >= Size && "Adjustment + Size must not overflow"); in Allocate() 229 if (Adjustment + SizeToAllocate <= size_t(End - CurPtr)) { in Allocate() 230 char *AlignedPtr = CurPtr + Adjustment; in Allocate()
|
/third_party/gn/src/base/strings/ |
D | utf_offset_string_conversions.h | 22 struct Adjustment { struct 23 Adjustment(size_t original_offset, 31 typedef std::vector<Adjustment> Adjustments; argument
|
D | utf_offset_string_conversions.cc | 18 OffsetAdjuster::Adjustment::Adjustment(size_t original_offset, in Adjustment() function in base::OffsetAdjuster::Adjustment 214 adjustments->push_back(OffsetAdjuster::Adjustment( in ConvertUnicode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangle.h | 80 size_t Adjustment = AlignedP - P; in allocArray() local 82 Head->Used += Size + Adjustment; in allocArray() 99 size_t Adjustment = AlignedP - P; in alloc() local 101 Head->Used += Size + Adjustment; in alloc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 218 size_t Adjustment = alignmentAdjustment(CurPtr, Alignment); in Allocate() local 219 assert(Adjustment + Size >= Size && "Adjustment + Size must not overflow"); in Allocate() 222 if (Adjustment + Size <= size_t(End - CurPtr)) { in Allocate() 223 char *AlignedPtr = CurPtr + Adjustment; in Allocate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_sync_atomic_main.cpp | 189 Type Adjustment; member 204 (void)TData->FuncPtr(TData->Fetch, TData->Ptr, TData->Adjustment); in threadWrapper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCDwarf.h | 501 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { in createAdjustCfaOffset() argument 502 return MCCFIInstruction(OpAdjustCfaOffset, L, 0, Adjustment, ""); in createAdjustCfaOffset()
|
D | MCStreamer.h | 947 virtual void EmitCFIAdjustCfaOffset(int64_t Adjustment);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 105 int FI, unsigned &SPReg, int Adjustment) const;
|
D | X86FrameLowering.cpp | 1868 int Adjustment) const { in getFrameIndexReferenceSP() 1871 return MFI.getObjectOffset(FI) - getOffsetOfLocalArea() + Adjustment; in getFrameIndexReferenceSP()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | wizard.txt | 15 Quantization Table Adjustment 90 Sampling Factor Adjustment
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 303 void EmitCFIAdjustCfaOffset(int64_t Adjustment) override; 1655 void MCAsmStreamer::EmitCFIAdjustCfaOffset(int64_t Adjustment) { in EmitCFIAdjustCfaOffset() argument 1656 MCStreamer::EmitCFIAdjustCfaOffset(Adjustment); in EmitCFIAdjustCfaOffset() 1657 OS << "\t.cfi_adjust_cfa_offset " << Adjustment; in EmitCFIAdjustCfaOffset()
|
D | MCStreamer.cpp | 487 void MCStreamer::EmitCFIAdjustCfaOffset(int64_t Adjustment) { in EmitCFIAdjustCfaOffset() argument 490 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment); in EmitCFIAdjustCfaOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8632.h | 462 void _add_sp(Operand *Adjustment); 781 void _sub_sp(Operand *Adjustment);
|
D | IceTargetLoweringX8664.h | 458 void _add_sp(Operand *Adjustment); 775 void _sub_sp(Operand *Adjustment);
|
D | IceTargetLoweringX8664.cpp | 7054 void TargetX8664::_add_sp(Operand *Adjustment) { in _add_sp() argument 7056 _add(rsp, Adjustment); in _add_sp() 7114 void TargetX8664::_sub_sp(Operand *Adjustment) { in _sub_sp() argument 7117 _sub(rsp, Adjustment); in _sub_sp()
|
D | IceTargetLoweringX8632.cpp | 7788 void TargetX8632::_add_sp(Operand *Adjustment) { in _add_sp() argument 7790 _add(esp, Adjustment); in _add_sp() 7798 void TargetX8632::_sub_sp(Operand *Adjustment) { in _sub_sp() argument 7800 _sub(esp, Adjustment); in _sub_sp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 4146 int64_t Adjustment = 0; in parseDirectiveCFIAdjustCfaOffset() local 4147 if (parseAbsoluteExpression(Adjustment)) in parseDirectiveCFIAdjustCfaOffset() 4150 getStreamer().EmitCFIAdjustCfaOffset(Adjustment); in parseDirectiveCFIAdjustCfaOffset()
|
/third_party/libexif/po/ |
D | en_AU.po | 4995 msgid "White Balance Fine Adjustment" 4996 msgstr "White Balance Fine Adjustment" 5032 msgid "Image Adjustment" 5033 msgstr "Image Adjustment" 5083 msgid "Hue Adjustment" 5084 msgstr "Hue Adjustment" 5347 msgid "Color Adjustment Mode" 5348 msgstr "Colour Adjustment Mode"
|
D | en_GB.po | 4995 msgid "White Balance Fine Adjustment" 4996 msgstr "White Balance Fine Adjustment" 5032 msgid "Image Adjustment" 5033 msgstr "Image Adjustment" 5083 msgid "Hue Adjustment" 5084 msgstr "Hue Adjustment" 5347 msgid "Color Adjustment Mode" 5348 msgstr "Colour Adjustment Mode"
|
D | en_CA.po | 4660 msgid "White Balance Fine Adjustment" 4697 msgid "Image Adjustment" 4748 msgid "Hue Adjustment" 5012 msgid "Color Adjustment Mode" 5013 msgstr "Colour Adjustment Mode"
|
D | ru.po | 4827 msgid "White Balance Fine Adjustment" 4864 msgid "Image Adjustment" 4915 msgid "Hue Adjustment" 5179 msgid "Color Adjustment Mode"
|
D | zh_CN.po | 4607 msgid "White Balance Fine Adjustment" 4644 msgid "Image Adjustment" 4695 msgid "Hue Adjustment" 4959 msgid "Color Adjustment Mode"
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 103 Adjustment
|