Searched defs:adjust (Results 1 - 18 of 18) sorted by relevance

/external/pcre/
H A Dpcre_refcount.c65 adjust value to add to the count
72 pcre_refcount(pcre *argument_re, int adjust) argument
76 re->ref_count = (-adjust > re->ref_count)? 0 :
77 (adjust + re->ref_count > 65535)? 65535 :
78 re->ref_count + adjust;
H A Dpcre_compile.c1120 call can adjust cd->end_pattern temporarily. (Checks for binary zero while
2304 adjust the amount by which the group is to be moved
2313 adjust_recurse(uschar *group, int adjust, BOOL utf8, compile_data *cd, argument
2323 /* See if this recursion is on the forward reference list. If so, adjust the
2331 PUT(hc, 0, offset + adjust);
2336 /* Otherwise, adjust the recursion offset if it's after the start of this
2342 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust);
3011 When we hit a repeat whose minimum is zero, we may have to adjust these values
4501 and do no more at this point. However, we do need to adjust any
4526 adjust th
[all...]
/external/skia/include/core/
H A DSkAutoKern.h27 * the adjust() method returns a SkFixed corresponding
35 SkFixed adjust(const SkGlyph& glyph) function in class:SkAutoKern
52 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta); local
54 return adjust;
/external/srec/srec/include/
H A Dchannorm.h40 int adjust[MAX_CHAN_DIM]; member in struct:__anon9844
H A Dswicms.h55 imeldata adjust[MAX_CHAN_DIM]; /* target less channel */ member in struct:__anon9913
/external/javassist/sample/duplicate/
H A DBall.java23 private void adjust() { method in class:Ball
38 adjust();
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
H A DPKCS12ParametersGenerator.java56 private void adjust( method in class:PKCS12ParametersGenerator
149 adjust(I, j * v, B);
/external/e2fsprogs/lib/ext2fs/
H A Dext_attr.c103 char *block_buf, int adjust,
126 header->h_refcount += adjust;
102 ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk, char *block_buf, int adjust, __u32 *newcount) argument
/external/freetype/src/base/
H A Dftgloadr.c140 /* re-adjust the `current' outline fields */
183 /* re-adjust the `current' subglyphs field */
208 FT_Bool adjust = 0; local
241 adjust = 1;
259 adjust = 1;
263 if ( adjust )
349 /* adjust contours count in newest outline */
/external/skia/src/views/
H A DSkScrollBarView.cpp19 this->adjust();
30 this->adjust();
42 this->adjust();
54 this->adjust();
113 void SkScrollBarView::adjust() function in class:SkScrollBarView
/external/srec/srec/clib/
H A Dcnorm_tr.c78 int ii, adjust; local
91 adjust = mean_normalize_data(chandata[ii], 0);
92 /* channorm->adjust[ii]= adjust; */
94 shift_distribution_counts(chandata[ii], adjust);
96 shift_parameters(chandata[ii], adjust);
98 channorm->imelda_adjust[ii] += adjust;
100 channorm->adjust[ii] += adjust;
116 log_report("%d ", channorm->adjust[i
[all...]
/external/icu4c/layout/
H A DKernTable.cpp176 float adjust = 0; local
215 adjust += font->xUnitsToPoints(value);
223 storage.adjustPosition(i, adjust, 0, success);
226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
/external/webkit/Source/JavaScriptCore/wtf/
H A DTCSystemAlloc.cpp190 size_t adjust = 0; local
192 adjust = alignment - (ptr & (alignment - 1));
196 if (adjust > 0) {
197 munmap(reinterpret_cast<void*>(ptr), adjust); local
199 if (adjust < extra) {
200 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust);
203 ptr += adjust;
243 size_t adjust = 0; local
245 adjust
251 VirtualFree(reinterpret_cast<void*>(ptr), adjust, MEM_DECOMMIT); local
321 size_t adjust = 0; local
328 munmap(reinterpret_cast<void*>(ptr), adjust); local
[all...]
/external/dbus/dbus/
H A Ddbus-message-factory.c822 int adjust; local
842 adjust = lengths[len_seq];
844 if (adjust < 0)
846 if ((_dbus_string_get_length (data) + adjust) < DBUS_MINIMUM_HEADER_SIZE)
849 _dbus_string_shorten (data, - adjust);
854 if (!_dbus_string_lengthen (data, adjust))
873 new_body_len = old_body_len + adjust;
881 _dbus_verbose ("changing body len from %u to %u by adjust %d\n",
882 old_body_len, new_body_len, adjust);
1190 printf ("adjust b
[all...]
/external/qemu/telephony/
H A Dsms.c501 int dlen, adjust = 0; local
525 adjust = 0;
535 adjust = 1;
543 address->len = 2*dlen + adjust;
/external/icu4c/i18n/
H A Dusearch.cpp749 // this is to adjust for characters in the middle of the
751 int32_t adjust = pattern->CELength - patternceindex; local
752 if (adjust > 1 && shift >= adjust) {
753 shift -= adjust - 1;
1991 // this is to adjust for characters in the middle of the substring
1993 int32_t adjust = patternceindex; local
1994 if (adjust > 1 && shift > adjust) {
1995 shift -= adjust
[all...]
H A DdecNumber.c652 exponent-=(last-dotchar); /* adjust exponent */
2284 /* lhs is A, the number to adjust */
2373 /* lhs is A, the number to adjust */
2609 /* lhs is A, the number to adjust */
2643 res->exponent+=reqexp; /* adjust the exponent */
3030 approxset.emin-=exp/2; /* adjust to match a */
3044 approxset.emin-=exp/2; /* adjust to match a */
3052 /* Here, 0.1 <= a < 1 (still), so adjust back */
3677 if (eng && (e!=0)) { /* engineering: may need to adjust */
3872 Int adjust; /* wor local
3908 Int adjust; /* work */ local
5908 Int adjust=reqexp-lhs->exponent; /* digit adjustment needed */ local
7431 Int etiny, adjust; /* .. */ local
[all...]
/external/qemu/block/
H A Dvvfat.c1015 /* LATER TODO: if FAT32, adjust */
1932 int offset, int adjust)
1941 mapping->name += adjust
1956 * - adjust all references to mappings!
1957 * - else: adjust
2003 /* adjust all references to mappings */
2013 static void adjust_dirindices(BDRVVVFATState* s, int offset, int adjust) argument
2019 mapping->dir_index += adjust;
2022 mapping->info.dir.first_dir_index += adjust;
2210 /* commit one file (adjust content
1931 adjust_mapping_indices(BDRVVVFATState* s, int offset, int adjust) argument
[all...]

Completed in 402 milliseconds