Searched refs:byte_position (Results 1 – 2 of 2) sorted by relevance
1122 int byte_position = i >> 3; in rmi_populate_f30() local1124 u8 dir_byte = buf[byte_position]; in rmi_populate_f30()1125 u8 data_byte = buf[byte_position + bytes_per_ctrl]; in rmi_populate_f30()
1671 int coeff_position, byte_position; in emmh32_update() local1678 byte_position = context->position & 3; in emmh32_update()1679 if (byte_position) { in emmh32_update()1683 context->part.d8[byte_position++] = *pOctets++; in emmh32_update()1686 } while (byte_position < 4); in emmh32_update()1699 byte_position = 0; in emmh32_update()1701 context->part.d8[byte_position++] = *pOctets++; in emmh32_update()1713 int coeff_position, byte_position; in emmh32_final() local1722 byte_position = context->position & 3; in emmh32_final()1723 if (byte_position) { in emmh32_final()[all …]