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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkAutoKern.h 17 * the adjust() method returns a SkScalar corresponding
25 SkScalar adjust(const SkGlyph& glyph) function in class:SkAutoKern
42 SkScalar adjust = SkAutoKern_Adjust(fPrevRsbDelta, glyph.fLsbDelta); local
44 return adjust;
  /external/libpng/contrib/tools/
makesRGB.c 82 double adjust; local
104 adjust = adjust_lo;
107 adjust = adjust_hi;
110 adjust = adjust_mid;
113 adjust = (adjust_mid + adjust_hi)/2;
116 adjust = (adjust_mid + adjust_lo)/2;
124 /* Calculate the table using the current 'adjust' */
131 calc = nearbyint((lo+adjust) * 256);
178 printf("/* adjust (mid ): %f: %u -> %u */\n", adjust, ec_mid
    [all...]
  /external/tpm2/
Time_fp.h 16 void TimeSetAdjustRate(TPM_CLOCK_ADJUST adjust // IN: adjust constant
Clock.c 92 // Adjust the clock rate
96 int adjust // IN: the adjust number. It could be positive
101 // adjust the rate
102 switch(adjust)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-jump.s 17 beq L1 ; Backward branch, adjust -1
19 jbne L1 ; Backward branch, adjust -2
20 bgt L1 ; All possible backward branchs, adjust -2
57 bne L2 ; Backward branch, adjust -1
58 beq L3 ; Forward branch, adjust -2
60 beq L3 ; Forward branch, adjust -1
  /external/javassist/sample/duplicate/
Ball.java 22 // Adjust the position so that the backup object is visible.
23 private void adjust() { method in class:Ball
38 adjust(); method
  /system/core/libutils/
FileMap.cpp 125 int adjust; local
146 adjust = offset % mPageSize;
147 adjOffset = offset - adjust;
148 adjLength = length + adjust;
163 int prot, flags, adjust;
182 adjust = offset % mPageSize;
183 adjOffset = offset - adjust;
184 adjLength = length + adjust;
203 mDataPtr = (char*) mBasePtr + adjust;
  /external/valgrind/memcheck/tests/
vcpu_fbench.stdout.exp 7 adjust iteration count so the benchmark runs about five minutes.
  /prebuilts/go/darwin-x86/src/math/big/
arith_ppc64le.s 30 BLT adjust
34 adjust: label
  /prebuilts/go/linux-x86/src/math/big/
arith_ppc64le.s 30 BLT adjust
34 adjust: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
jal-mask-11.d 1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
  /frameworks/base/core/java/com/android/internal/view/
InputMethodClient.java 112 final int adjust = softInputMode & LayoutParams.SOFT_INPUT_MASK_ADJUST; local
142 switch (adjust) {
157 sb.append(adjust);
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingWriter.cpp 69 /// \brief Adjust the given counter to correctly transition from the old
71 Counter adjust(Counter C) const { function in class:__anon25387::CounterExpressionsMinimizer
124 writeCounter(MinExpressions, Minimizer.adjust(E.LHS), OS);
125 writeCounter(MinExpressions, Minimizer.adjust(E.RHS), OS);
147 Counter Count = Minimizer.adjust(I->Count);
  /system/core/logd/
LogKlog.cpp 136 ssize_t adjust; local
154 adjust = peek - s;
155 if (adjust > len) {
156 adjust = len;
158 sublen += adjust;
159 len -= adjust;
162 adjust = peek - s;
163 if (adjust > len) {
164 adjust = len;
166 sublen += adjust;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
subfigure.m 5 % Create a new figure window and adjust position and size such that it will
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetreemap.go 19 // (performed with stm.Find(stm, B, adjust, helper))
27 // The adjust parameter allows positioning of the insertion
94 adjust int32 // at what adjustment was this node entered into the sparse tree? The same block may be entered more than once, but at different adjustments.
98 // adjust indicates where in the block should be inserted:
102 func (m *SparseTreeMap) Insert(b *Block, adjust int32, x interface{}, helper *SparseTreeHelper) {
110 sp := m.findEntry(b, adjust, helper)
111 entry := &sparseTreeMapEntry{index: blockIndex, block: b, data: x, sparseParent: sp, adjust: adjust}
113 right := blockIndex.exit - adjust
116 left := blockIndex.entry + adjust
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sys_arm.go 9 // adjust Gobuf as if it executed a call to fn with context ctxt
sys_arm64.go 9 // adjust Gobuf as if it executed a call to fn with context ctxt
sys_mips64x.go 11 // adjust Gobuf as if it executed a call to fn with context ctxt
sys_mipsx.go 11 // adjust Gobuf as if it executed a call to fn with context ctxt
sys_ppc64x.go 11 // adjust Gobuf as if it executed a call to fn with context ctxt
sys_s390x.go 9 // adjust Gobuf as if it executed a call to fn with context ctxt
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetreemap.go 19 // (performed with stm.Find(stm, B, adjust, helper))
27 // The adjust parameter allows positioning of the insertion
94 adjust int32 // at what adjustment was this node entered into the sparse tree? The same block may be entered more than once, but at different adjustments.
98 // adjust indicates where in the block should be inserted:
102 func (m *SparseTreeMap) Insert(b *Block, adjust int32, x interface{}, helper *SparseTreeHelper) {
110 sp := m.findEntry(b, adjust, helper)
111 entry := &sparseTreeMapEntry{index: blockIndex, block: b, data: x, sparseParent: sp, adjust: adjust}
113 right := blockIndex.exit - adjust
116 left := blockIndex.entry + adjust
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
sys_arm.go 9 // adjust Gobuf as if it executed a call to fn with context ctxt
sys_arm64.go 9 // adjust Gobuf as if it executed a call to fn with context ctxt

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>