HomeSort by relevance Sort by last modified time
    Searched defs:total_count (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libdb/
db_stat.c 21 count_type total_count; /**< cumulated samples count */ member in struct:odb_hash_stat_t
53 result->total_count += data->node_base[index].value;
78 printf("total count: %llu\n", stat->total_count);
  /external/freetype/src/base/
ftdbgmem.c 859 FT_Long total_count = ft_atol( p ); local
862 if ( total_count > 0 )
865 table->alloc_count_max = (FT_ULong)total_count;

Completed in 32 milliseconds