Home
last modified time | relevance | path

Searched refs:StdevCtx (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/base/sqlite_ext/
Dsqlite_ext_funcs.h21 typedef struct StdevCtx StdevCtx; typedef
22 struct StdevCtx { struct
Dsqlite_ext_funcs.cpp29 StdevCtx* ptr = static_cast<StdevCtx*>(sqlite3_aggregate_context(context, 0)); in sqliteExtStdevFinalize()
42 StdevCtx* ptr = static_cast<StdevCtx*>(sqlite3_aggregate_context(context, sizeof(StdevCtx))); in sqliteExtStdevNextStep()
/developtools/smartperf_host/trace_streamer/src/base/sqlite_ext/
Dsqlite_ext_funcs.h21 typedef struct StdevCtx StdevCtx; typedef
22 struct StdevCtx { struct
Dsqlite_ext_funcs.cpp29 StdevCtx* ptr = static_cast<StdevCtx*>(sqlite3_aggregate_context(context, 0)); in sqliteExtStdevFinalize()
42 StdevCtx* ptr = static_cast<StdevCtx*>(sqlite3_aggregate_context(context, sizeof(StdevCtx))); in sqliteExtStdevNextStep()