Home
last modified time | relevance | path

Searched refs:cur_max (Results 1 – 5 of 5) sorted by relevance

/external/blktrace/btt/
Dmmap.c37 static off_t cur_min, cur, cur_max, total_size; variable
98 cur_max = cur_min + len; in move_map()
99 return (cur < cur_max); in move_map()
134 if ((cur + 512) > cur_max) in next_trace()
/external/freetype/src/base/
Dftdbgmem.c70 FT_Long cur_max; /* current maximum allocated size */ member
495 node->cur_max = 0; in ft_mem_table_get_source()
564 if ( size > source->cur_max ) in ft_mem_table_set()
565 source->cur_max = size; in ft_mem_table_set()
981 source->cur_size, source->max_size, source->cur_max, in FT_DumpMemory()
Dftstroke.c332 FT_UInt cur_max = old_max; in ft_stroke_border_grow() local
336 while ( cur_max < new_max ) in ft_stroke_border_grow()
337 cur_max += ( cur_max >> 1 ) + 16; in ft_stroke_border_grow()
339 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow()
340 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
343 border->max_points = cur_max; in ft_stroke_border_grow()
/external/freetype/src/pshinter/
Dpshglob.c529 FT_Short cur_max ) in psh_calc_max_height() argument
539 if ( cur_height > cur_max ) in psh_calc_max_height()
540 cur_max = cur_height; in psh_calc_max_height()
543 return cur_max; in psh_calc_max_height()
/external/virglrenderer/src/
Dvrend_renderer.c360 GLuint cur_base, cur_max; member
1755 view->cur_max = 10000; in vrend_create_sampler_view()
1801 view->cur_max = (view->val1 >> 8) & 0xff; in vrend_create_sampler_view()
1803 view->cur_base, (view->cur_max - view->cur_base) + 1, in vrend_create_sampler_view()
2503 if (view->cur_max != ((view->val1 >> 8) & 0xff)) { in vrend_set_single_sampler_view()
2504 view->cur_max = (view->val1 >> 8) & 0xff; in vrend_set_single_sampler_view()
2505 glTexParameteri(view->texture->target, GL_TEXTURE_MAX_LEVEL, view->cur_max); in vrend_set_single_sampler_view()