Lines Matching defs:cnt
303 int cnt = 15;
326 if (--cnt < 0)
329 nlo = ((const u8 *)Xi)[cnt];
379 int cnt;
385 cnt = 15;
406 if (--cnt < 0)
409 nlo = ((const u8 *)Xi)[cnt];
410 nlo ^= inp[cnt];
474 for (cnt = 0; cnt < 16; ++cnt) {
475 Z.hi = Htable[cnt].hi;
476 Z.lo = Htable[cnt].lo;
477 Hshr4[cnt].lo = (Z.hi << 60) | (Z.lo >> 4);
478 Hshr4[cnt].hi = (Z.hi >> 4);
479 Hshl4[cnt] = (u8)(Z.lo << 4);
483 for (Z.lo = 0, Z.hi = 0, cnt = 15; cnt; --cnt) {
484 nlo = ((const u8 *)Xi)[cnt];
485 nlo ^= inp[cnt];