Searched refs:shift (Results 1 – 5 of 5) sorted by relevance
259 int shift = 0; in buffer_append_long_hex() local264 shift++; in buffer_append_long_hex()266 if (shift == 0) in buffer_append_long_hex()267 shift++; in buffer_append_long_hex()268 if (shift & 0x01) in buffer_append_long_hex()269 shift++; in buffer_append_long_hex()271 buffer_prepare_append(b, shift + 1); in buffer_append_long_hex()275 b->used += shift; in buffer_append_long_hex()277 shift <<= 2; in buffer_append_long_hex()278 while (shift > 0) { in buffer_append_long_hex()[all …]
97 uint8_t shift = (idx % NBBY); in BuildKeyCache() local101 bit = ((key[idx/NBBY] << shift) & 0x80) ? 1 : 0; in BuildKeyCache()
51 uint8_t shift = (idx % NBBY); in BuildKeyCache() local55 bit = ((key[idx/NBBY] << shift) & 0x80) ? 1 : 0; in BuildKeyCache()
689 shift
674 shift