/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_sampler.c | 218 const GLuint old_max = *num_samplers; local 240 else if (samplers_used != 0 || unit < old_max) {
|
st_atom_texture.c | 266 const GLuint old_max = *num_textures; local 270 if (samplers_used == 0x0 && old_max == 0) 289 else if (samplers_used == 0 && unit >= old_max) { 297 /* Ex: if old_max = 3 and *num_textures = 1, we need to pass an 301 new_count = MAX2(*num_textures, old_max);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_sampler.c | 218 const GLuint old_max = *num_samplers; local 240 else if (samplers_used != 0 || unit < old_max) {
|
st_atom_texture.c | 266 const GLuint old_max = *num_textures; local 270 if (samplers_used == 0x0 && old_max == 0) 289 else if (samplers_used == 0 && unit >= old_max) { 297 /* Ex: if old_max = 3 and *num_textures = 1, we need to pass an 301 new_count = MAX2(*num_textures, old_max);
|
/external/chromium_org/third_party/freetype/src/base/ |
ftgloadr.c | 211 FT_UInt new_max, old_max; local 216 old_max = loader->max_points; 218 if ( new_max > old_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 ) ) 236 loader->base.extra_points + old_max, 237 old_max ); 247 old_max = loader->max_contours; 250 if ( new_max > old_max ) 282 FT_UInt new_max, old_max; local [all...] |
ftstroke.c | 320 FT_UInt old_max = border->max_points; local 325 if ( new_max > old_max ) 327 FT_UInt cur_max = old_max; 334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || 335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) [all...] |
/external/freetype/src/base/ |
ftgloadr.c | 211 FT_UInt new_max, old_max; local 216 old_max = loader->max_points; 218 if ( new_max > old_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 ) ) 236 loader->base.extra_points + old_max, 237 old_max ); 247 old_max = loader->max_contours; 250 if ( new_max > old_max ) 282 FT_UInt new_max, old_max; local [all...] |
ftstroke.c | 320 FT_UInt old_max = border->max_points; local 325 if ( new_max > old_max ) 327 FT_UInt cur_max = old_max; 334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || 335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) [all...] |
/external/qemu/android/utils/ |
stralloc.c | 65 unsigned old_max = s->a; local 66 unsigned new_max = old_max;
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshrec.c | 65 FT_UInt old_max = table->max_hints; local 70 if ( new_max > old_max ) 74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) 140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; local 145 if ( new_max > old_max ) 148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) 237 FT_UInt old_max = table->max_masks; local 242 if ( new_max > old_max ) 245 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
|
/external/chromium_org/third_party/libpng/ |
pngset.c | 673 int old_max; local 675 old_max = info_ptr->max_text; 685 png_memcpy(info_ptr->text, old_text, (png_size_t)(old_max * [all...] |
pngwutil.c | 246 int old_max; local 248 old_max = comp->max_output_ptr; 258 png_memcpy(comp->output_ptr, old_ptr, old_max 297 int old_max; local 299 old_max = comp->max_output_ptr; 311 old_max * png_sizeof(png_charp)); [all...] |
/external/freetype/src/pshinter/ |
pshrec.c | 65 FT_UInt old_max = table->max_hints; local 70 if ( new_max > old_max ) 74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) 140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; local 145 if ( new_max > old_max ) 148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) 237 FT_UInt old_max = table->max_masks; local 242 if ( new_max > old_max ) 245 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
|
/external/qemu/distrib/libpng-1.2.19/ |
pngset.c | 749 int old_max; local 751 old_max = info_ptr->max_text; 761 png_memcpy(info_ptr->text, old_text, (png_size_t)(old_max * [all...] |
pngwutil.c | 232 int old_max; local 234 old_max = comp->max_output_ptr; 244 png_memcpy(comp->output_ptr, old_ptr, old_max 282 int old_max; local 284 old_max = comp->max_output_ptr; 296 old_max * png_sizeof (png_charp)); [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
afhints.c | 48 FT_Int old_max = axis->max_segments; local 49 FT_Int new_max = old_max; 53 if ( old_max >= big_max ) 60 if ( new_max < old_max || new_max > big_max ) 63 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) ) 93 FT_Int old_max = axis->max_edges; local 94 FT_Int new_max = old_max; 98 if ( old_max >= big_max ) 105 if ( new_max < old_max || new_max > big_max ) 108 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) 598 FT_UInt old_max, new_max; local [all...] |
/external/freetype/src/autofit/ |
afhints.c | 48 FT_Int old_max = axis->max_segments; local 49 FT_Int new_max = old_max; 53 if ( old_max >= big_max ) 60 if ( new_max < old_max || new_max > big_max ) 63 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) ) 93 FT_Int old_max = axis->max_edges; local 94 FT_Int new_max = old_max; 98 if ( old_max >= big_max ) 105 if ( new_max < old_max || new_max > big_max ) 108 if ( FT_RENEW_ARRAY( axis->edges, old_max, new_max ) 598 FT_UInt old_max, new_max; local [all...] |
/external/qemu/telephony/ |
gsm.c | 286 int old_max = rope->max; local 288 int new_max = old_max;
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttcmap.c | 2722 FT_UInt32 old_max = cmap->max_results; local [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 2722 FT_UInt32 old_max = cmap->max_results; local [all...] |
/external/libpng/ |
pngwutil.c | 246 int old_max; local 248 old_max = comp->max_output_ptr; 258 png_memcpy(comp->output_ptr, old_ptr, old_max 297 int old_max; local 299 old_max = comp->max_output_ptr; 311 old_max * png_sizeof(png_charp)); [all...] |
/device/generic/goldfish/qemud/ |
qemud.c | 385 int old_max = l->max_fds; local 386 int new_max = old_max + (old_max >> 1) + 4; [all...] |
/external/iputils/ |
rdisc.c | 1398 int old_max = max_preference(); local 1413 tp->preference == old_max) 1420 if (preference > old_max) [all...] |
/external/qemu/android/ |
console.c | 149 int old_max = global->max_redirs; local 150 int new_max = old_max + (old_max >> 1) + 4; [all...] |