HomeSort by: relevance | last modified time | path
    Searched defs:aggregate_count (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_evlog.c 326 UINT32 i, j, event_count, aggregate_count = 0; local
376 aggregate_list = concat_pcr_events(&aggregate_list, aggregate_count, event_list,
383 aggregate_count += event_count;
388 *pEventCount = aggregate_count;
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 34 int (*aggregate_count)(sqlite3_context*); member in struct:sqlite3_api_routines
405 #define sqlite3_aggregate_count sqlite3_api->aggregate_count

Completed in 20 milliseconds