Searched refs:bitshift (Results 1 – 2 of 2) sorted by relevance
574 int8_t bitshift; in get_bitshift() local578 bitshift = (int8_t)((bytes - i)*BYTE_SIZE); in get_bitshift()580 if (bitshift < 0) in get_bitshift()581 bitshift = 0; in get_bitshift()582 entry_ind = entry_ind | ip[i-1] << bitshift; in get_bitshift()
232 uint8_t bitshift; in get_idx() local235 bitshift = (int8_t)(((first_byte + bytes - 1) - i)*BYTE_SIZE); in get_idx()236 idx |= ip[i] << bitshift; in get_idx()