Searched refs:old_count (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | ralloc.h | 213 * \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 D | ralloc.c | 247 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 D | fcserialize.c | 164 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 D | pfrgload.c | 742 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 D | sna_display.c | 3822 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 D | sna_display.c | 2834 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