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

/netbsd-current/lib/libutil/compat/
H A Dcompat_parsedate.c54 parsedate(const char *str, const int32_t *t50, const int *tzoff) argument
57 if (t50)
58 t = *t50;
59 return (int32_t)__parsedate50(str, t50 ? &t : NULL, tzoff);
/netbsd-current/lib/libc/compat/rpc/
H A Dcompat_rpcb.c77 rpcb_gettime(const char *name, int32_t *t50) argument
81 *t50 = (int32_t)t;
/netbsd-current/sys/crypto/aes/
H A Daes_ct.c65 uint32_t t50, t51, t52, t53, t54, t55, t56, t57, t58, t59; local
180 t50 = z2 ^ z12;
187 t57 = t50 ^ t53;
/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_sse2.c68 __m128i t50, t51, t52, t53, t54, t55, t56, t57, t58, t59; local
183 t50 = z2 ^ z12;
190 t57 = t50 ^ t53;

Completed in 187 milliseconds