Home
last modified time | relevance | path

Searched defs:xtime (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-x509.c48 lws_tls_mbedtls_time_to_unix(mbedtls_x509_time *xtime) in lws_tls_mbedtls_time_to_unix() argument
[all...]
/third_party/lzma/C/
H A DAes.c39 #define xtime(x) ((((x) << 1) ^ (((x) & 0x80) != 0 ? 0x1B : 0)) & 0xFF) macro
383 #undef xtime macro
/third_party/nghttp2/bpf/
H A Dreuseport_kern.c203 static __u8 xtime(__u8 x) { return ((x << 1) ^ (((x >> 7) & 1) * 0x1b)); } in xtime() function
[all...]

Completed in 2 milliseconds