Home
last modified time | relevance | path

Searched refs:XTIME (Results 1 - 4 of 4) sorted by relevance

/third_party/mksh/
H A Dexec.c73 return (exchild(t, flags & ~XTIME, xerrok, -1)); in execute()
125 if (flags & XTIME) in execute()
132 flags &= ~XTIME; in execute()
H A Dsh.h2047 #define XTIME BIT(10) /* timing TCOM command */ macro
H A Dfuncs.c2406 rv = execute(t->left, f | XTIME, xerrok); in timex()
/third_party/mbedtls/library/
H A Daes.c370 #define XTIME(x) (((x) << 1) ^ (((x) & 0x80) ? 0x1B : 0x00)) macro
388 x ^= XTIME(x); in aes_gen_tables()
396 x = XTIME(x); in aes_gen_tables()
427 y = XTIME(x); in aes_gen_tables()

Completed in 14 milliseconds