Searched refs:new_max (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/freetype/src/base/
H A Dftgloadr.c211 FT_UInt new_max, old_max; local
215 new_max = base->n_points + current->n_points + n_points;
218 if ( new_max > old_max )
220 new_max = FT_PAD_CEIL( new_max, 8 );
222 if ( new_max > FT_OUTLINE_POINTS_MAX )
225 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
232 old_max * 2, new_max * 2 ) )
235 FT_ARRAY_MOVE( loader->base.extra_points + new_max,
282 FT_UInt new_max, old_max; local
[all...]
/external/freetype/src/base/
H A Dftgloadr.c211 FT_UInt new_max, old_max; local
215 new_max = base->n_points + current->n_points + n_points;
218 if ( new_max > old_max )
220 new_max = FT_PAD_CEIL( new_max, 8 );
222 if ( new_max > FT_OUTLINE_POINTS_MAX )
225 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
232 old_max * 2, new_max * 2 ) )
235 FT_ARRAY_MOVE( loader->base.extra_points + new_max,
285 FT_UInt new_max, old_max; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftgloadr.c211 FT_UInt new_max, old_max; local
215 new_max = base->n_points + current->n_points + n_points;
218 if ( new_max > old_max )
220 new_max = FT_PAD_CEIL( new_max, 8 );
222 if ( new_max > FT_OUTLINE_POINTS_MAX )
225 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
232 old_max * 2, new_max * 2 ) )
235 FT_ARRAY_MOVE( loader->base.extra_points + new_max,
285 FT_UInt new_max, old_max; local
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.c49 FT_Int new_max = old_max; local
59 new_max += ( new_max >> 2 ) + 4;
60 if ( new_max < old_max || new_max > big_max )
61 new_max = big_max;
63 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) )
66 axis->max_segments = new_max;
94 FT_Int new_max = old_max; local
104 new_max
598 FT_UInt old_max, new_max; local
[all...]
/external/freetype/src/autofit/
H A Dafhints.c49 FT_Int new_max = old_max; local
59 new_max += ( new_max >> 2 ) + 4;
60 if ( new_max < old_max || new_max > big_max )
61 new_max = big_max;
63 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) )
66 axis->max_segments = new_max;
94 FT_Int new_max = old_max; local
104 new_max
564 FT_UInt old_max, new_max; local
[all...]
/external/qemu/android/utils/
H A Dstralloc.c66 unsigned new_max = old_max; local
68 while (new_max < len) {
69 unsigned new_max2 = new_max + (new_max >> 1) + 16;
70 if (new_max2 < new_max)
72 new_max = new_max2;
75 s->s = realloc( s->s, new_max );
78 __FUNCTION__, new_max );
81 s->a = new_max;
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshrec.c66 FT_UInt new_max = count; local
70 if ( new_max > old_max )
73 new_max = FT_PAD_CEIL( new_max, 8 );
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) )
75 table->max_hints = new_max;
141 FT_UInt new_max = ( count + 7 ) >> 3; local
145 if ( new_max > old_max )
147 new_max = FT_PAD_CEIL( new_max,
238 FT_UInt new_max = count; local
[all...]
/external/freetype/src/pshinter/
H A Dpshrec.c66 FT_UInt new_max = count; local
70 if ( new_max > old_max )
73 new_max = FT_PAD_CEIL( new_max, 8 );
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) )
75 table->max_hints = new_max;
141 FT_UInt new_max = ( count + 7 ) >> 3; local
145 if ( new_max > old_max )
147 new_max = FT_PAD_CEIL( new_max,
238 FT_UInt new_max = count; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshrec.c66 FT_UInt new_max = count; local
70 if ( new_max > old_max )
73 new_max = FT_PAD_CEIL( new_max, 8 );
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) )
75 table->max_hints = new_max;
141 FT_UInt new_max = ( count + 7 ) >> 3; local
145 if ( new_max > old_max )
147 new_max = FT_PAD_CEIL( new_max,
238 FT_UInt new_max = count; local
[all...]
/external/chromium_org/third_party/libevent/
H A Dsignal.c156 int new_max = evsignal + 1; local
159 p = realloc(sig->sh_old, new_max * sizeof(*sig->sh_old));
166 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old));
168 sig->sh_old_max = new_max;
/external/qemu/telephony/
H A Dgsm.c288 int new_max = old_max; local
291 while (new_max < new_count) {
292 new_max += (new_max >> 1) + 4;
294 new_data = realloc( old_data, new_max );
300 rope->max = new_max;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcpumap.c59 int new_max = nr_cpus + cpu - prev - 1; local
61 if (new_max >= max_entries) {
62 max_entries = new_max + MAX_NR_CPUS / 2;
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp161 int old_min, int old_max, int new_min, int new_max) {
163 SkASSERT(new_min < new_max);
165 new_max - new_min, old_max - old_min);
160 map_range(int value, int old_min, int old_max, int new_min, int new_max) argument
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp166 int old_min, int old_max, int new_min, int new_max) {
168 SkASSERT(new_min < new_max);
170 new_max - new_min, old_max - old_min);
165 map_range(int value, int old_min, int old_max, int new_min, int new_max) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.h176 // Set the maximum length of the list. If 'new_max' > length(), the
178 void set_max_length(size_t new_max) { argument
179 max_length_ = new_max;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.h171 // Set the maximum length of the list. If 'new_max' > length(), the
173 void set_max_length(size_t new_max) { argument
174 max_length_ = new_max;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c426 FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 ); local
429 if ( new_max <= max_offsets )
435 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
438 max_offsets = new_max;
/external/iputils/
H A Drdisc.c1446 int new_max = max_preference(); local
1447 if (new_max != INELIGIBLE_PREF) {
1450 if (tp->preference == new_max &&
1461 int new_max = max_preference(); local
1464 if (tp->preference < new_max && tp->in_kernel) {
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c368 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 ); local
373 new_max ) )
376 phy_font->max_strikes = new_max;
/external/freetype/src/pfr/
H A Dpfrload.c368 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 ); local
373 new_max ) )
376 phy_font->max_strikes = new_max;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.h321 FT_ULong new_max );
/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_rb.c276 static void rb_truncate(__u64 new_max, struct rb_root *root) argument
285 if ((ext->start + ext->count - 1) <= new_max)
287 else if (ext->start > new_max) {
293 ext->count = new_max - ext->start + 1;
/external/freetype/src/truetype/
H A Dttinterp.h319 FT_ULong new_max );
/external/libpng/
H A Dpngpread.c681 png_size_t new_max; local
690 new_max = png_ptr->save_buffer_size + png_ptr->current_buffer_size + 256;
693 (png_size_t)new_max);
703 png_ptr->save_buffer_max = new_max;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.h321 FT_ULong new_max );

Completed in 1531 milliseconds

12