Home
last modified time | relevance | path

Searched refs:st2 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/bus/fslmc/qbman/include/
H A Dfsl_qbman_debug.h16 uint8_t st2; member
/f-stack/tools/libutil/
H A Dpw_util.c287 struct stat st1, st2; in pw_edit() local
345 if (stat(tempname, &st2) == -1) in pw_edit()
347 return (st1.st_mtim.tv_sec != st2.st_mtim.tv_sec || in pw_edit()
348 st1.st_mtim.tv_nsec != st2.st_mtim.tv_nsec); in pw_edit()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c109 uint64_t rt0, rt1, rt2, st2, c; in poly1305_init_ext() local
160 st2 = rt2 * (5 << 2); in poly1305_init_ext()
162 d[0] = ((uint128_t) rt0 * rt0) + ((uint128_t)(rt1 * 2) * st2); in poly1305_init_ext()
163 d[1] = ((uint128_t) rt2 * st2) + ((uint128_t)(rt0 * 2) * rt1); in poly1305_init_ext()