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

  /external/dropbear/libtommath/demo/
timing.c 43 static ulong64 TIMFUNC(void)
102 CLK_PER_SEC = TIMFUNC();
104 CLK_PER_SEC = TIMFUNC() - CLK_PER_SEC;
116 gg = TIMFUNC();
118 gg = (TIMFUNC() - gg) >> 1;
137 gg = TIMFUNC();
139 gg = (TIMFUNC() - gg) >> 1;
169 gg = TIMFUNC();
171 gg = (TIMFUNC() - gg) >> 1;
189 gg = TIMFUNC();
    [all...]
  /external/dropbear/libtommath/etc/
tune.c 14 static ulong64 TIMFUNC (void)
49 void t_start(void) { LBL_T = TIMFUNC(); }
50 ulong64 t_read(void) { return TIMFUNC() - LBL_T; }

Completed in 942 milliseconds