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

  /external/dropbear/libtommath/etc/
timer.asm 27 [global t_read]
28 t_read: label
tune.c 50 ulong64 t_read(void) { return TIMFUNC() - LBL_T; } function
54 extern ulong64 t_read(void);
80 t1 = t_read();
108 t1 = t_read();
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 100 ulong64 t_read(void) function
113 t1 = t_read();
114 t3 = t_read();
115 t2 = (t_read() - t1)>>1;
276 t1 = t_read();
317 t1 = t_read();
319 t2 = t_read();
336 t1 = t_read();
338 t2 = t_read();
389 t1 = t_read();
    [all...]
tomcrypt_test.h 56 ulong64 t_read(void);

Completed in 68 milliseconds