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

1 2 3 4 5 6 7 8 91011>>

  /external/pcre/dist/
pcre_refcount.c 65 adjust value to add to the count
73 pcre_refcount(pcre *argument_re, int adjust)
76 pcre16_refcount(pcre16 *argument_re, int adjust)
79 pcre32_refcount(pcre32 *argument_re, int adjust)
86 re->ref_count = (-adjust > re->ref_count)? 0 :
87 (adjust + re->ref_count > 65535)? 65535 :
88 re->ref_count + adjust;
  /external/skia/src/core/
SkAutoKern.h 19 * the adjust() method returns a SkFixed corresponding
27 SkFixed adjust(const SkGlyph& glyph) function in class:SkAutoKern
44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta); local
46 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)
RSAKeySieve.c 467 UINT32 adjust; local
481 adjust = BN_mod_word(bnN,105);
482 if(adjust & 1)
483 adjust += 105;
486 p1 = &seedValues[adjust/16];
488 j = sizeof(seedValues) - adjust/16;
489 adjust = adjust % 16;
490 BN_sub_word(bnN, adjust);
491 adjust >>= 1
    [all...]
Time.c 145 TPM_CLOCK_ADJUST adjust // IN: adjust constant
148 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
  /external/skia/include/views/animated/
SkScrollBarView.h 40 void adjust();
  /external/skia/src/views/animated/
SkScrollBarView.cpp 26 this->adjust();
37 this->adjust();
49 this->adjust();
61 this->adjust();
120 void SkScrollBarView::adjust() function in class:SkScrollBarView
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
main.cpp 106 int adjust = (int)(((float)30 / 100.0f) * 255.0); local
109 ar[i++] = adjust; // R
111 ar[i++] = 255 - adjust; // B
  /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.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
jal-mask-11.d 1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
jal-mask-12.d 1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0xaaaaaaa0
micromips@jal-mask-11.d 1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 114 char *block_buf, int adjust,
137 header->h_refcount += adjust;
152 char *block_buf, int adjust,
155 return ext2fs_adjust_ea_refcount(fs, blk, block_buf, adjust, newcount);
  /external/llvm/lib/ProfileData/
CoverageMappingWriter.cpp 69 /// \brief Adjust the given counter to correctly transition from the old
71 Counter adjust(Counter C) const { function in class:__anon18073::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 144 size_t adjust; local
164 adjust = peek - s;
165 if (adjust > *len) {
166 adjust = *len;
168 *sublen += adjust;
169 *len -= adjust;
172 adjust = peek - s;
173 if (adjust > *len) {
174 adjust = *len;
176 *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
  /external/valgrind/VEX/priv/
host_generic_maddf.c 140 int adjust = 0;
180 it doesn't matter if we don't adjust it. */
183 adjust = 1;
187 very small, it doesn't matter if we don't adjust it. */
194 adjust = 1;
218 adjust = -1;
253 if (UNLIKELY (adjust < 0)) {
264 if (LIKELY (adjust == 0)) {
269 } else if (LIKELY (adjust > 0)) {
299 to adjust), 101 rounds down like 10 and 111 rounds u
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hdtoa.c 73 int adjust = 0; /* do we need to adjust the exponent? */ local
82 adjust = roundup(s0, ndigits);
86 adjust = roundup(s0, ndigits);
90 adjust = roundup(s0, ndigits);
94 if (adjust)
  /dalvik/libdex/
SysUtil.cpp 199 int adjust; local
204 /* adjust to be page-aligned */
205 adjust = start % SYSTEM_PAGE_SIZE;
206 actualStart = start - adjust;
207 actualLength = length + adjust;
219 pMap->addr = (char*)memPtr + adjust;
255 * Align "addr" to a page boundary and adjust "length" appropriately.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 73 typename _Alloc::group_adjustor adjust(m_size);
135 typename _Alloc::group_adjustor adjust(m_size);

Completed in 3986 milliseconds

1 2 3 4 5 6 7 8 91011>>