Searched refs:pos_in_buffer (Results 1 – 1 of 1) sorted by relevance
1955 pos_in_buffer, buf_size); in apply_stores()1964 info->bitsize, pos_in_buffer); in apply_stores()1975 - (pos_in_buffer % BITS_PER_UNIT)), in apply_stores()3422 unsigned int pos_in_buffer = 0; in invert_op() local3444 pos_in_buffer = info->bitpos - try_bitpos; in invert_op()3451 pos_in_buffer += bitsize - prec; in invert_op()3452 if (pos_in_buffer >= split_store->size) in invert_op()3457 if (pos_in_buffer + bitsize > split_store->size) in invert_op()3458 bitsize = split_store->size - pos_in_buffer; in invert_op()3462 - (pos_in_buffer % BITS_PER_UNIT)), bitsize); in invert_op()[all …]