Searched refs:adjust (Results 1 - 25 of 84) sorted by relevance

1234

/external/pcre/dist/
H A Dpcre_refcount.c65 adjust value to add to the count
73 pcre_refcount(pcre *argument_re, int adjust) argument
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/
H A DSkAutoKern.h19 * 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/
H A DmakesRGB.c82 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_mi
[all...]
/external/javassist/sample/duplicate/
H A DBall.java23 private void adjust() { method in class:Ball
38 adjust();
/external/skia/src/views/animated/
H A DSkScrollBarView.cpp26 this->adjust();
37 this->adjust();
49 this->adjust();
61 this->adjust();
120 void SkScrollBarView::adjust() function in class:SkScrollBarView
/external/skia/include/views/animated/
H A DSkScrollBarView.h40 void adjust();
/external/valgrind/memcheck/tests/
H A Dvcpu_fbench.stdout.exp7 adjust iteration count so the benchmark runs about five minutes.
/external/e2fsprogs/lib/ext2fs/
H A Dext_attr.c114 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);
113 ext2fs_adjust_ea_refcount2(ext2_filsys fs, blk64_t blk, char *block_buf, int adjust, __u32 *newcount) argument
151 ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk, char *block_buf, int adjust, __u32 *newcount) argument
/external/llvm/lib/ProfileData/
H A DCoverageMappingWriter.cpp71 Counter adjust(Counter C) const { function in class:__anon10585::CounterExpressionsMinimizer
124 writeCounter(MinExpressions, Minimizer.adjust(E.LHS), OS);
125 writeCounter(MinExpressions, Minimizer.adjust(E.RHS), OS);
147 Counter Count = Minimizer.adjust(I->Count);
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_send.py474 def common_emit_one_arg(self, p, pc, adjust, extra_offset):
482 % (pc, p.offset + adjust, p.size_string() )
485 % (pc, p.offset + adjust, src_ptr, p.size_string() )
488 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() )
490 def common_emit_args(self, f, pc, adjust, skip_vla):
495 self.common_emit_one_arg(p, pc, adjust, extra_offset)
515 adjust = 8
517 adjust = 4
521 self.common_emit_one_arg(param, pc, adjust, None)
524 print '(void) memcpy((void *)(%s + %u), zero, 4);' % (pc, (param.offset + param.size()) + adjust)
[all...]
/external/valgrind/VEX/priv/
H A Dhost_generic_maddf.c140 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), 10
[all...]
/external/e2fsprogs/lib/quota/
H A Dmkquota.h48 int adjust);
H A Dmkquota.c343 ext2_ino_t ino, int adjust)
352 log_debug("ADJ_INODE: Inode: %u, UID/GID: %u/%u, adjust: %d", ino,
354 inode_gid(*inode), adjust);
359 dq->dq_dqb.dqb_curinodes += adjust;
342 quota_data_inodes(quota_ctx_t qctx, struct ext2_inode *inode, ext2_ino_t ino, int adjust) argument
/external/icu/icu4c/source/layout/
H A DKernTable.cpp198 float adjust = 0;
241 adjust += fTable.getFont()->xUnitsToPoints(value);
249 storage.adjustPosition(i, adjust, 0, success);
252 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
/external/mesa3d/docs/
H A DMESA_resize_buffers.spec42 when a window size changes but would still like Mesa to adjust to
59 and adjust its internal data structures. This may include
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DPKCS12ParametersGenerator.java56 private void adjust( method in class:PKCS12ParametersGenerator
148 adjust(I, j * v, B);
/external/freetype/src/base/
H A Dftgloadr.c141 /* re-adjust the `current' outline fields */
184 /* re-adjust the `current' subglyphs field */
209 FT_Bool adjust = 0; local
243 adjust = 1;
261 adjust = 1;
265 if ( adjust )
354 /* adjust contours count in newest outline */
/external/pdfium/third_party/freetype/src/base/
H A Dftgloadr.c141 /* re-adjust the `current' outline fields */
184 /* re-adjust the `current' subglyphs field */
209 FT_Bool adjust = 0; local
242 adjust = 1;
260 adjust = 1;
264 if ( adjust )
353 /* adjust contours count in newest outline */
/external/libunwind/src/arm/
H A DGstep.c78 int adjust = 4; local
82 * 2 or 4 bytes, so adjust appropriately.
94 adjust = 2;
96 c->dwarf.ip -= adjust;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonErrorNode.as22 // in follow set. So, stop will be 1 to left to start. adjust.
/external/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc65 // Normalize any denormals, and adjust the exponent accordingly.
98 // and adjust the exponent:
109 // adjust the exponent:
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java265 // If one ancestor chain is longer, adjust its start point
270 int adjust = nParents2 - nParents1;
272 for (int i = 0; i < adjust; i++)
279 // adjust startNode1 to depth of startNode2
280 int adjust = nParents1 - nParents2;
282 for (int i = 0; i < adjust; i++)
/external/llvm/test/MC/ARM/
H A Deh-directive-integrated-test.s18 @ This test case should check the unwind opcode to adjust the opcode and
/external/skia/debugger/QT/
H A DSkListWidget.cpp15 /* We adjust the initial position of the list item so that
19 r.adjust(-1,-1,1,0);
/external/skia/tests/
H A DPathOpsTestCommon.cpp17 const double adjust = sqrt(3.) / 36; local
31 double tDiv3 = precision / (adjust * dist);

Completed in 940 milliseconds

1234