Searched refs:shifts (Results 1 – 2 of 2) sorted by relevance
511 int shifts, round; in des_setkey() local555 shifts = 0; in des_setkey()559 shifts += key_shifts[round]; in des_setkey()561 t0 = (k0 << shifts) | (k0 >> (28 - shifts)); in des_setkey()562 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey()
990 unsigned shifts = 0; in mainSort() local992 while ((bbSize >> shifts) > 65534) shifts++; in mainSort()996 uint16_t qVal = (uint16_t)(j >> shifts); in mainSort()1001 AssertH(((bbSize-1) >> shifts) <= 65535, 1002); in mainSort()