Searched refs:adjust (Results 26 - 50 of 145) sorted by relevance

123456

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemfs_malloc.cc203 size_t adjust = 0; local
205 adjust = alignment - (ptr & (alignment - 1));
207 ptr += adjust;
211 *actual_size = size + extra - adjust;
/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/srec/srec/include/
H A Dswicms.h55 imeldata adjust[MAX_CHAN_DIM]; /* target less channel */ member in struct:__anon31163
/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/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicToQuads.cpp57 const double adjust = sqrt(3.) / 36; local
71 double tDiv3 = precision / (adjust * dist);
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.h92 void set_adjust_if_offscreen(bool adjust) { adjust_if_offscreen_ = adjust; } argument
/external/skia/src/pathops/
H A DSkDCubicToQuads.cpp57 const double adjust = sqrt(3.) / 36; local
71 double tDiv3 = precision / (adjust * dist);
/external/chromium_org/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 )
350 /* adjust contours count in newest outline */
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextContext.cpp51 x += autokern.adjust(glyph) + glyph.fAdvanceX;
/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
242 adjust = 1;
260 adjust = 1;
264 if ( adjust )
353 /* adjust contours count in newest outline */
/external/linux-tools-perf/perf-3.12.0/arch/arc/lib/
H A Dmemset.S55 ; adjust bzero args to memset args
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/skia/src/gpu/
H A DGrTextContext.cpp51 x += autokern.adjust(glyph) + glyph.fAdvanceX;
/external/libunwind/src/arm/
H A DGstep.c89 int adjust = 4; local
93 * 2 or 4 bytes, so adjust appropriately.
105 adjust = 2;
107 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/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicToQuadratics.cpp58 const double adjust = sqrt(3) / 36; local
72 double tDiv3 = precision / (adjust * dist);
/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/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_neon.asm50 ;pld [r1] ;preload pred data -- need to adjust for real device
/external/skia/experimental/Intersection/
H A DCubicToQuadratics.cpp58 const double adjust = sqrt(3) / 36; local
72 double tDiv3 = precision / (adjust * dist);
/external/srec/srec/clib/
H A Dswicms.c236 swicms->adjust[i] = 255;
500 swicms->adjust[ii] = swicms->lda_tmn[ii] - tmp;
502 //printf_vector("swicms->adjust2 "," %d",swicms->adjust, dimen);
510 oframe[ii] = MAKEBYTE(iframe[ii] + swicms->adjust[ii]);
552 //printf_vector("swicms->adjust.rep", " %d", swicms->adjust, MAX_CHAN_DIM);
606 //printf_vector("swicms->adjust.rep", " %d", swicms->adjust, MAX_CHAN_DIM);
615 swicms->adjust[i] = swicms->lda_tmn[i] - swicms->lda_cmn[i];
631 //printf_vector("swicms->adjust", "
[all...]
/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/chromium_org/third_party/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);

Completed in 737 milliseconds

123456