Searched refs:cur_count (Results 1 – 3 of 3) sorted by relevance
/external/freetype/src/base/ |
D | ftutil.c | 94 FT_Long cur_count, in ft_mem_realloc() argument 102 cur_count, new_count, block, &error ); in ft_mem_realloc() 103 if ( !error && new_count > cur_count ) in ft_mem_realloc() 104 FT_MEM_ZERO( (char*)block + cur_count * item_size, in ft_mem_realloc() 105 ( new_count - cur_count ) * item_size ); in ft_mem_realloc() 115 FT_Long cur_count, in ft_mem_qrealloc() argument 127 if ( cur_count < 0 || new_count < 0 || item_size < 0 ) in ft_mem_qrealloc() 141 else if ( cur_count == 0 ) in ft_mem_qrealloc() 150 FT_Long cur_size = cur_count*item_size; in ft_mem_qrealloc()
|
/external/opencv/ml/src/ |
D | mlknearest.cpp | 238 int prev_start = 0, best_count = 0, cur_count; in write_results() local 262 cur_count = j - prev_start; in write_results() 263 if( best_count < cur_count ) in write_results() 265 best_count = cur_count; in write_results()
|
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 126 FT_Long cur_count, 134 FT_Long cur_count,
|