Searched refs:t0 (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/osfmk/corecrypto/ |
| H A D | ccsha256_ltc_compress.c | 76 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-8796.121.2/osfmk/kern/ |
| H A D | lock_ticket.c | 110 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-8796.121.2/bsd/net/ |
| H A D | content_filter.c | 463 #define CFI_ADD_TIME_LOG(cfil, t1, t0, op) … argument 466 …timersub(t1, t0, &_tdiff); …
|