Lines Matching defs:nw
198 unsigned nw, iw;204 nw = (C->nb + 7)/8;205 assert(0 < nw);206 assert(nw <= rw);207 C->A[rw - nw] ^= (uint64_t)0x06 << (8*(8*nw - C->nb));233 unsigned nw, iw;238 nw = (C->nb + 7)/8;239 assert(0 < nw);240 assert(nw <= rw);241 C->A[rw - nw] ^= (uint64_t)0x1f << (8*(8*nw - C->nb));
Indexes created Wed Oct 01 12:09:54 GMT 2025