Searched defs:Adjustment (Results 1 - 16 of 16) sorted by relevance

/external/icu/icu4c/source/layout/
H A DGlyphPositionAdjustments.h26 class Adjustment : public UMemory { class in class:GlyphPositionAdjustments
29 inline Adjustment();
30 inline Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff = -1);
31 inline ~Adjustment();
97 Adjustment *fAdjustments;
140 inline GlyphPositionAdjustments::Adjustment::Adjustment() function in class:GlyphPositionAdjustments::Adjustment
146 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff) function in class:GlyphPositionAdjustments::Adjustment
152 inline GlyphPositionAdjustments::Adjustment
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp193 static void computeAdjustment(SymbolRef &Sym, llvm::APSInt &Adjustment) { argument
199 Adjustment = APSIntType(Adjustment).convert(SE->getRHS());
205 Adjustment = -Adjustment;
229 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); local
230 computeAdjustment(Sym, Adjustment);
239 Adjustment.setIsSigned(false);
246 return assumeSymEQ(state, Sym, ConvertedInt, Adjustment);
249 return assumeSymNE(state, Sym, ConvertedInt, Adjustment);
[all...]
H A DRangeConstraintManager.cpp293 const llvm::APSInt& Adjustment) override;
297 const llvm::APSInt& Adjustment) override;
301 const llvm::APSInt& Adjustment) override;
305 const llvm::APSInt& Adjustment) override;
309 const llvm::APSInt& Adjustment) override;
313 const llvm::APSInt& Adjustment) override;
421 const llvm::APSInt &Adjustment) {
423 APSIntType AdjustmentType(Adjustment);
427 llvm::APSInt Lower = AdjustmentType.convert(Int) - Adjustment;
432 // [Int-Adjustment
419 assumeSymNE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
439 assumeSymEQ(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
454 assumeSymLT(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
483 assumeSymGT(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
512 assumeSymGE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
541 assumeSymLE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
[all...]
/external/llvm/include/llvm/Support/
H A DARMWinEH.h198 uint16_t Adjustment = RF.StackAdjust(); local
199 if (Adjustment >= 0x3f4)
200 return (Adjustment & 0x3) ? ((Adjustment & 0x3) << 2) - 1 : 0;
201 return Adjustment;
H A DAllocator.h213 size_t Adjustment = alignmentAdjustment(CurPtr, Alignment); local
214 assert(Adjustment + Size >= Size && "Adjustment + Size must not overflow");
217 if (Adjustment + Size <= size_t(End - CurPtr)) {
218 char *AlignedPtr = CurPtr + Adjustment;
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c652 int Adjustment; local
659 Adjustment = (cpi->kf_bitrate_adjustment <= cpi->kf_overspend_bits) ? cpi->kf_bitrate_adjustment : cpi->kf_overspend_bits;
661 if (Adjustment > (cpi->per_frame_bandwidth - min_frame_target))
662 Adjustment = (cpi->per_frame_bandwidth - min_frame_target);
664 cpi->kf_overspend_bits -= Adjustment;
670 cpi->this_frame_target = cpi->per_frame_bandwidth - Adjustment;
683 Adjustment = (cpi->non_gf_bitrate_adjustment <= cpi->gf_overspend_bits) ? cpi->non_gf_bitrate_adjustment : cpi->gf_overspend_bits;
685 if (Adjustment > (cpi->this_frame_target - min_frame_target))
686 Adjustment = (cpi->this_frame_target - min_frame_target);
688 cpi->gf_overspend_bits -= Adjustment;
[all...]
H A Donyx_if.c3669 int Adjustment = cpi->active_worst_quality / 4; local
3671 if (Adjustment)
3680 Adjustment);
3683 Adjustment = (int)
3688 Adjustment = 0;
3691 cpi->active_worst_quality -= Adjustment;
/external/llvm/include/llvm/MC/
H A DMCDwarf.h371 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { argument
372 return MCCFIInstruction(OpAdjustCfaOffset, L, 0, Adjustment, "");
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp2199 const ThisAdjustment &Adjustment,
2202 if (!Adjustment.Virtual.isEmpty()) {
2217 if (Adjustment.Virtual.Microsoft.VBPtrOffset) {
2220 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBPtrOffset));
2222 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBOffsetOffset));
2224 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VtordispOffset));
2225 Mangler.mangleNumber(static_cast<uint32_t>(Adjustment.NonVirtual));
2229 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VtordispOffset));
2230 Mangler.mangleNumber(-static_cast<uint32_t>(Adjustment.NonVirtual));
2232 } else if (Adjustment
2198 mangleThunkThisAdjustment(const CXXMethodDecl *MD, const ThisAdjustment &Adjustment, MicrosoftCXXNameMangler &Mangler, raw_ostream &Out) argument
2291 mangleCXXDtorThunk( const CXXDestructorDecl *DD, CXXDtorType Type, const ThisAdjustment &Adjustment, raw_ostream &Out) argument
[all...]
H A DVTableBuilder.cpp1203 ReturnAdjustment Adjustment; local
1210 Adjustment.Virtual.Itanium.VBaseOffsetOffset =
1213 Adjustment.Virtual.Itanium.VBaseOffsetOffset =
1219 Adjustment.NonVirtual = Offset.NonVirtualOffset.getQuantity();
1222 return Adjustment;
1291 ThisAdjustment Adjustment;
1311 Adjustment.Virtual.Itanium.VCallOffsetOffset =
1316 Adjustment.NonVirtual = Offset.NonVirtualOffset.getQuantity();
1318 return Adjustment;
H A DExprConstant.cpp1903 /// \param Adjustment - The adjustment, in objects of type EltTy, to add.
1906 int64_t Adjustment) {
1912 LVal.Offset += Adjustment * SizeOfPointee;
1913 LVal.adjustIndex(Info, E, Adjustment);
1904 HandleLValueArrayAdjustment(EvalInfo &Info, const Expr *E, LValue &LVal, QualType EltTy, int64_t Adjustment) argument
/external/llvm/lib/MC/
H A DMCStreamer.cpp276 void MCStreamer::EmitCFIAdjustCfaOffset(int64_t Adjustment) { argument
279 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1863 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; local
1865 DAG.getIntPtrConstant(Adjustment));
/external/clang/lib/CodeGen/
H A DCGExpr.cpp409 SubobjectAdjustment &Adjustment = Adjustments[I-1]; local
410 switch (Adjustment.Kind) {
413 GetAddressOfBaseClass(Object, Adjustment.DerivedToBase.DerivedClass,
414 Adjustment.DerivedToBase.BasePath->path_begin(),
415 Adjustment.DerivedToBase.BasePath->path_end(),
421 LV = EmitLValueForField(LV, Adjustment.Field);
429 llvm::Value *Ptr = EmitScalarExpr(Adjustment.Ptr.RHS);
431 *this, E, Object, Ptr, Adjustment.Ptr.MPT);
H A DMicrosoftCXXABI.cpp1184 CharUnits Adjustment = ML.VFPtrOffset; local
1191 Adjustment = CharUnits::Zero();
1196 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase);
1199 return Adjustment;
1207 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(GD); local
1208 if (Adjustment.isZero())
1214 assert(Adjustment.isPositive());
1215 return CGF.Builder.CreateConstGEP1_32(This, Adjustment.getQuantity());
1306 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(GD); local
1307 if (Adjustment
[all...]
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3060 int64_t Adjustment = 0; local
3061 if (parseAbsoluteExpression(Adjustment))
3064 getStreamer().EmitCFIAdjustCfaOffset(Adjustment);

Completed in 959 milliseconds