/external/skia/src/core/ |
H A D | 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/javassist/sample/duplicate/ |
H A D | Ball.java | 23 private void adjust() {
method in class:Ball 38 adjust();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
H A D | PKCS12ParametersGenerator.java | 56 private void adjust( method in class:PKCS12ParametersGenerator 148 adjust(I, j * v, B);
|
/external/freetype/src/base/ |
H A D | ftgloadr.c | 141 /* 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/libunwind/src/arm/ |
H A D | Gstep.c | 78 int adjust = 4; local 82 * 2 or 4 bytes, so adjust appropriately. 94 adjust = 2; 96 c->dwarf.ip -= adjust;
|
/external/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingWriter.cpp | 71 Counter adjust(Counter C) const { function in class:__anon12879::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/pdfium/third_party/freetype/src/base/ |
H A D | ftgloadr.c | 141 /* 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/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 276 /// adjust - Set forced language options. 279 void TargetInfo::adjust(const LangOptions &Opts) { function in class:TargetInfo
|
/external/fec/ |
H A D | viterbi39_sse.c | 173 int i,adjust; local 185 adjust = t.w[0] - SHRT_MIN; 186 path_metric += adjust; 187 adjustv = _mm_set1_pi16(adjust);
|
H A D | viterbi39_sse2.c | 167 int i,adjust; local 180 adjust = t.w[0] - SHRT_MIN; 181 path_metric += adjust; 182 adjustv = _mm_set1_epi16(adjust); 184 /* We cannot use a saturated subtract, because we often have to adjust by more than SHRT_MAX
|
H A D | viterbi615_sse.c | 174 int i,adjust; local 186 adjust = t.w[0] - SHRT_MIN; 187 adjustv = _mm_set1_pi16(adjust);
|
H A D | viterbi615_sse2.c | 172 int i,adjust; local 185 adjust = t.w[0] - SHRT_MIN; 186 adjustv = _mm_set1_epi16(adjust); 188 /* We cannot use a saturated subtract, because we often have to adjust by more than SHRT_MAX
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | AnyTransliterator.java | 86 // adjust the offsets in line with the changes 87 it.adjust(run.limit); 121 public void adjust(int newCurrentLimit); method in interface:AnyTransliterator.RunIterator 238 public void adjust(int newCurrentLimit) { method in class:AnyTransliterator.ScriptRunIterator
|
/external/libpng/contrib/tools/ |
H A D | 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_mi [all...] |
/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_generalstate.cpp | 202 void CPDF_GeneralState::SetStrokeAdjust(bool adjust) { argument 203 m_Ref.GetPrivateCopy()->m_StrokeAdjust = adjust;
|
/external/python/cpython2/PC/os2vacpp/ |
H A D | getpathp.c | 207 int adjust; local 217 adjust = strlen(dataBuf+off); 218 dataSize -= adjust; 219 off += adjust;
|
/external/skia/tests/ |
H A D | PathOpsTestCommon.cpp | 17 const double adjust = sqrt(3.) / 36; local 31 double tDiv3 = precision / (adjust * dist);
|
/external/e2fsprogs/lib/support/ |
H A D | mkquota.c | 426 ext2_ino_t ino EXT2FS_ATTR((unused)), int adjust) 435 log_debug("ADJ_INODE: Inode: %u, UID/GID: %u/%u, adjust: %d", ino, 437 inode_gid(*inode), adjust); 442 dq->dq_dqb.dqb_curinodes += adjust; 425 quota_data_inodes(quota_ctx_t qctx, struct ext2_inode_large *inode, ext2_ino_t ino EXT2FS_ATTR((unused)), int adjust) argument
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | ext_attr.c | 152 char *block_buf, int adjust, 175 header->h_refcount += adjust; 190 char *block_buf, int adjust, 193 return ext2fs_adjust_ea_refcount3(fs, blk, block_buf, adjust, 198 char *block_buf, int adjust, 201 return ext2fs_adjust_ea_refcount2(fs, blk, block_buf, adjust, 151 ext2fs_adjust_ea_refcount3(ext2_filsys fs, blk64_t blk, char *block_buf, int adjust, __u32 *newcount, ext2_ino_t inum) argument 189 ext2fs_adjust_ea_refcount2(ext2_filsys fs, blk64_t blk, char *block_buf, int adjust, __u32 *newcount) argument 197 ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk, char *block_buf, int adjust, __u32 *newcount) argument
|
/external/tpm2/ |
H A D | 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 >> [all...] |
/external/brotli/enc/ |
H A D | compress_fragment.c | 91 const uint32_t adjust = 2 * BROTLI_MIN(uint32_t, histogram[i], 11u); local 92 histogram[i] += adjust; 93 histogram_total += adjust; 107 const uint32_t adjust = 1 + 2 * BROTLI_MIN(uint32_t, histogram[i], 11u); local 108 histogram[i] += adjust; 109 histogram_total += adjust;
|
/external/elfutils/libdwfl/ |
H A D | dwfl_module_getdwarf.c | 696 translate_offs (GElf_Addr adjust, argument 702 find_offsets (mod->main.elf, adjust, phnum, i_max, addrs, offs);
|
/external/ImageMagick/MagickCore/ |
H A D | enhance.c | 98 % AutoGammaImage() extract the 'mean' from the image and adjust the image 324 ssize_t adjust, 347 adjust=(ssize_t) (clut_image->interpolate == IntegerInterpolatePixel ? 0 : 1); 353 (double) i*(clut_image->columns-adjust)/MaxMap,(double) i* 354 (clut_image->rows-adjust)/MaxMap,clut_map+i,exception); 1767 % individual gamma levels for the red, green, and blue channels, or adjust 2549 % o gamma: adjust gamma by this factor before mapping values. 319 ssize_t adjust, local
|
/external/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 1125 * coordinates are wrong and we have to adjust them to compensate for the 1224 * adjust the coordinates to compensate for the difference. 1878 int adjust; local 1898 adjust = (int)info->tile_x_sa / px_size_sa.w - (int)*x0; 1899 *x0 += adjust; 1900 *x1 += adjust; 1903 adjust = (int)info->tile_y_sa / px_size_sa.h - (int)*y0; 1904 *y0 += adjust; 1905 *y1 += adjust;
|
/external/openssh/regress/ |
H A D | netcat.c | 953 ssize_t adjust; local 961 /* adjust buffer */ 962 adjust = *bufpos - n; 963 if (adjust > 0) 964 memmove(buf, buf + n, adjust);
|