Home
last modified time | relevance | path

Searched defs:XTIME (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Daes.c404 #define XTIME(x) (((x) << 1) ^ (((x) & 0x80) ? 0x1B : 0x00)) macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Daes.c370 #define XTIME(x) (((x) << 1) ^ (((x) & 0x80) ? 0x1B : 0x00)) macro
/aosp_15_r20/external/mksh/src/
H A Dsh.h2047 #define XTIME BIT(10) /* timing TCOM command */ macro