Searched refs:old_count (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dralloc.h213 * \param old_count The number of elements in the previous allocation.
216 #define rerzalloc(ctx, ptr, type, old_count, new_count) \
217 ((type *) rerzalloc_array_size(ctx, ptr, sizeof(type), old_count, new_count))
275 * \param old_count The number of elements in the previous allocation.
281 unsigned old_count, unsigned new_count);
H A Dralloc.c247 unsigned old_count, unsigned new_count)
252 return rerzalloc_size(ctx, ptr, size * old_count, size * new_count);
246 rerzalloc_array_size(const void * ctx,void * ptr,size_t size,unsigned old_count,unsigned new_count) argument
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcserialize.c164 size_t old_count = serialize->buckets_count; local in function:FcSerializeResize
166 FcSerializeBucket *old_buckets_end = old_buckets + old_count;
182 serialize->buckets_count = old_count;
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrgload.c742 FT_UInt n, old_count, count; local in function:pfr_glyph_load_rec
747 old_count = glyph->num_subs;
757 count = glyph->num_subs - old_count;
773 subglyph = glyph->subs + old_count + n;
783 subglyph = glyph->subs + old_count + n;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c3822 int old_count; local in function:sna_output_detect
3824 old_count = sna_output->num_modes;
3836 sna_output->num_modes = min(old_count, sna_output->num_modes);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c2834 int old_count; local in function:sna_output_detect
2836 old_count = sna_output->num_modes;
2848 sna_output->num_modes = min(old_count, sna_output->num_modes);

Completed in 26 milliseconds