Searched refs:byte_position (Results 1 – 2 of 2) sorted by relevance
800 int byte_position = i >> 3; in rmi_populate_f30() local802 u8 dir_byte = buf[byte_position]; in rmi_populate_f30()803 u8 data_byte = buf[byte_position + bytes_per_ctrl]; in rmi_populate_f30()
1670 int coeff_position, byte_position; in emmh32_update() local1677 byte_position = context->position & 3; in emmh32_update()1678 if (byte_position) { in emmh32_update()1682 context->part.d8[byte_position++] = *pOctets++; in emmh32_update()1685 } while (byte_position < 4); in emmh32_update()1698 byte_position = 0; in emmh32_update()1700 context->part.d8[byte_position++] = *pOctets++; in emmh32_update()1712 int coeff_position, byte_position; in emmh32_final() local1721 byte_position = context->position & 3; in emmh32_final()1722 if (byte_position) { in emmh32_final()[all …]