Home
last modified time | relevance | path

Searched defs:num_ticks (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_chrono/public/pw_chrono/internal/
H A Dsystem_clock_macros.h19 #define _PW_SYSTEM_CLOCK_DURATION(num_ticks) \ argument
22 #define _PW_SYSTEM_CLOCK_DURATION(num_ticks) \ argument
/aosp_15_r20/external/blktrace/iowatcher/
H A Dplot.c477 static double find_step(double first, double last, int num_ticks) in find_step()
501 void set_xticks(struct plot *plot, int num_ticks, int first, int last) in set_xticks()
603 void set_yticks(struct plot *plot, int num_ticks, int first, int last, char *units) in set_yticks()
/aosp_15_r20/system/chre/apps/rpc_world/rpc/
H A Drpc_world.proto23 uint32 num_ticks = 1; field
/aosp_15_r20/external/leveldb/util/
H A Denv_windows.cc642 uint64_t num_ticks = in NowMicros() local