Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/corecrypto/
H A Dccsha256_ltc_compress.c76 t0 = h + Sigma1(e) + Ch(e, f, g) + K(i) + W[i]; \
78 d += t0; \
79 h = t0 + t1;
85 uint32_t W[64], t0, t1; in ccsha256_ltc_compress() local
115 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K(i) + W[i]; in ccsha256_ltc_compress()
120 S[4] = S[3] + t0; in ccsha256_ltc_compress()
124 S[0] = t0 + t1; in ccsha256_ltc_compress()
/xnu-11215.1.10/osfmk/kern/
H A Dlock_ticket.c110 equal_tickets(uint8_t t0, uint8_t t1) in equal_tickets() argument
112 return !((t0 ^ t1) & ~HW_LCK_TICKET_LOCK_PVWAITFLAG); in equal_tickets()
/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.c466 #define CFI_ADD_TIME_LOG(cfil, t1, t0, op) … argument
470 …timersub(t1, t0, &_tdiff); …