HomeSort by relevance Sort by last modified time
    Searched refs:Adjustment (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/base/strings/
utf_offset_string_conversions_unittest.cc 116 adjustments.push_back(OffsetAdjuster::Adjustment(3, 3, 1));
130 adjustments.push_back(OffsetAdjuster::Adjustment(0, 3, 1));
131 adjustments.push_back(OffsetAdjuster::Adjustment(4, 4, 2));
132 adjustments.push_back(OffsetAdjuster::Adjustment(10, 7, 4));
133 adjustments.push_back(OffsetAdjuster::Adjustment(20, 3, 1));
150 adjustments.push_back(OffsetAdjuster::Adjustment(0, 3, 0));
151 adjustments.push_back(OffsetAdjuster::Adjustment(4, 4, 4));
152 adjustments.push_back(OffsetAdjuster::Adjustment(11, 3, 3));
153 adjustments.push_back(OffsetAdjuster::Adjustment(15, 2, 0));
174 adjustments.push_back(OffsetAdjuster::Adjustment(3, 3, 1))
    [all...]
utf_offset_string_conversions.h 23 struct BASE_EXPORT Adjustment {
24 Adjustment(size_t original_offset,
32 typedef std::vector<Adjustment> Adjustments;
utf_offset_string_conversions.cc 16 OffsetAdjuster::Adjustment::Adjustment(size_t original_offset,
40 int adjustment = 0; local
49 adjustment += static_cast<int>(i->original_length - i->output_length);
51 *offset -= adjustment;
70 int adjustment = 0; local
73 if (*offset + adjustment <= i->original_offset)
75 adjustment += static_cast<int>(i->original_length - i->output_length);
76 if ((*offset + adjustment) <
82 *offset += adjustment;
    [all...]
  /external/icu/icu4c/source/layout/
GlyphPositionAdjustments.h 26 class Adjustment : public UMemory {
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()
146 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff)
152 inline GlyphPositionAdjustments::Adjustment::~Adjustment(
    [all...]
GlyphPositionAdjustments.cpp 22 fAdjustments = (Adjustment *) new Adjustment[glyphCount];
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.h 56 const llvm::APSInt& Adjustment) = 0;
60 const llvm::APSInt& Adjustment) = 0;
64 const llvm::APSInt& Adjustment) = 0;
68 const llvm::APSInt& Adjustment) = 0;
72 const llvm::APSInt& Adjustment) = 0;
76 const llvm::APSInt& Adjustment) = 0;
SimpleConstraintManager.cpp 193 static void computeAdjustment(SymbolRef &Sym, llvm::APSInt &Adjustment) {
199 Adjustment = APSIntType(Adjustment).convert(SE->getRHS());
201 // Don't forget to negate the adjustment if it's being subtracted.
205 Adjustment = -Adjustment;
223 // The adjustment is "constant1" in the above expression. It's used to
227 // the subclasses of SimpleConstraintManager to handle the adjustment.
229 llvm::APSInt Adjustment = WraparoundType.getZeroValue();
230 computeAdjustment(Sym, Adjustment);
    [all...]
RangeConstraintManager.cpp 293 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+1, Int-Adjustment-1
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 390 /* adjustment up based on q: this factor ranges from ~1.2 to 2.2. */
393 /* frame separation adjustment ( down) */
652 int Adjustment;
653 /* Make rate adjustment to recover bits spent in key frame
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;
678 /* If appropriate make an adjustment to recover bits spent on
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 390 /* adjustment up based on q: this factor ranges from ~1.2 to 2.2. */
393 /* frame separation adjustment ( down) */
652 int Adjustment;
653 /* Make rate adjustment to recover bits spent in key frame
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;
678 /* If appropriate make an adjustment to recover bits spent on
    [all...]
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 390 /* adjustment up based on q: this factor ranges from ~1.2 to 2.2. */
393 /* frame separation adjustment ( down) */
652 int Adjustment;
653 /* Make rate adjustment to recover bits spent in key frame
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;
678 /* If appropriate make an adjustment to recover bits spent on
    [all...]
onyx_if.c     [all...]
  /external/llvm/include/llvm/Support/
ARMWinEH.h 81 /// indicate the number of words' of adjustment (1-4), minus 1
83 /// indicates if the prologue combined adjustment into push
85 /// indicates if the epilogue combined adjustment into pop
185 /// prologue has stack adjustment combined into the push
190 /// epilogue has stack adjustment combined into the pop
194 /// StackAdjustment - calculated stack adjustment in words. The stack
195 /// adjustment should be determined via this function to account for the special
198 uint16_t Adjustment = RF.StackAdjust();
199 if (Adjustment >= 0x3f4)
200 return (Adjustment & 0x3) ? ((Adjustment & 0x3) << 2) - 1 : 0
    [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 371 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) {
372 return MCCFIInstruction(OpAdjustCfaOffset, L, 0, Adjustment, "");
MCStreamer.h 695 virtual void EmitCFIAdjustCfaOffset(int64_t Adjustment);
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
VTableBuilder.cpp 288 // No adjustment needed.
311 // No adjustment needed.
830 /// (Used for computing 'this' pointer adjustment thunks.
    [all...]
  /external/chromium_org/net/base/
net_util_icu.cc 399 adjustments->push_back(base::OffsetAdjuster::Adjustment(
718 adjustments->push_back(base::OffsetAdjuster::Adjustment(
727 adjustments->push_back(base::OffsetAdjuster::Adjustment(
772 adjustments->push_back(base::OffsetAdjuster::Adjustment(
796 // adjustment to reflect the stripped prefix.
798 base::OffsetAdjuster::Adjustment(0, kHTTPSize, 0));
    [all...]
escape.cc 214 adjustments->push_back(base::OffsetAdjuster::Adjustment(i, 3, 1));
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 209 void EmitCFIAdjustCfaOffset(int64_t Adjustment) override;
    [all...]
MCStreamer.cpp 302 void MCStreamer::EmitCFIAdjustCfaOffset(int64_t Adjustment) {
305 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment);
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 431 /// \brief Shared code for virtual base adjustment. Returns the offset from
450 /// \brief Performs a full virtual base adjustment. Used to dereference
640 // Perform a base adjustment.
    [all...]
CGExpr.cpp 372 SubobjectAdjustment &Adjustment = Adjustments[I-1];
373 switch (Adjustment.Kind) {
376 GetAddressOfBaseClass(Object, Adjustment.DerivedToBase.DerivedClass,
377 Adjustment.DerivedToBase.BasePath->path_begin(),
378 Adjustment.DerivedToBase.BasePath->path_end(),
384 LV = EmitLValueForField(LV, Adjustment.Field);
392 llvm::Value *Ptr = EmitScalarExpr(Adjustment.Ptr.RHS);
394 *this, E, Object, Ptr, Adjustment.Ptr.MPT);
    [all...]

Completed in 847 milliseconds

1 2