Searched refs:byte_ptr (Results 1 – 1 of 1) sorted by relevance
586 unsigned char *byte_ptr = data + cur_byte; in put_field() local589 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask); in put_field()