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

  /external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c 74 t1 = XCLOCK(); while (t1 == XCLOCK()) a ^= 1;
75 t1 = XCLOCK(); while (t1 == XCLOCK()) b ^= 1;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 58 #ifndef XCLOCK
59 #define XCLOCK clock
tomcrypt_cfg.h 35 LTC_EXPORT clock_t LTC_CALL XCLOCK(void);
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 75 return XCLOCK();
89 return XCLOCK();
    [all...]

Completed in 620 milliseconds