Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libdb/
Ddb_stat.c21 count_type total_count; /**< cumulated samples count */ member
53 result->total_count += data->node_base[index].value; in odb_hash_stat()
78 printf("total count: %llu\n", stat->total_count); in odb_hash_display_stat()
/external/freetype/src/base/
Dftdbgmem.c859 FT_Long total_count = ft_atol( p ); in ft_mem_debug_init() local
862 if ( total_count > 0 ) in ft_mem_debug_init()
865 table->alloc_count_max = (FT_ULong)total_count; in ft_mem_debug_init()