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

  /external/srec/srec/include/
comp_stats.h 123 #define reset_cs_clock1( CLK) reset_cs_clock( CLK)
124 #define init_cs_clock1( CLK) init_cs_clock( CLK)
126 #define start_cs_clock1( CLK) start_cs_clock( CLK)
127 #define end_cs_clock1( CLK,CNT) end_cs_clock( CLK,CNT)
128 #define print_cs_clock1( CLK, NS,FP,PR,IN) print_cs_clock( CLK, NS,FP,PR,IN
    [all...]
  /external/bluetooth/bluez/health/
mcap_sync.c 49 #define CLK CLOCK_MONOTONIC
148 clock_gettime(CLK, &csp->base_time);
292 clock_gettime(CLK, &now);
324 clock_getres(CLK, &t1);
333 clock_gettime(CLK, &t1);
341 clock_gettime(CLK, &t1);
346 clock_gettime(CLK, &t2);
497 clock_gettime(CLK, &t0);
502 clock_gettime(CLK, base_time);

Completed in 186 milliseconds