Searched refs:shift (Results 1 – 2 of 2) sorted by relevance
1795 register int shift; in convert() local1798 for (i = 0, shift = 24; i < 4; ++i, shift -= 8) in convert()1799 b[i] = val >> shift; in convert()1806 register int shift; in convert64() local1809 for (i = 0, shift = 56; i < 8; ++i, shift -= 8) in convert64()1810 b[i] = val >> shift; in convert64()
1694 # Nunavut's unified time zone, refusing to shift to eastern time with
Completed in 14 milliseconds