Searched refs:first_byte_index (Results 1 – 1 of 1) sorted by relevance
520 int first_byte_index = 0; in vcap_copy_to_w32be() local523 first_byte_index = size - (((idx >> 2) + 1) << 2); in vcap_copy_to_w32be()524 if (first_byte_index < 0) in vcap_copy_to_w32be()525 first_byte_index = 0; in vcap_copy_to_w32be()526 nidx = idx + first_byte_index - (idx & ~0x3); in vcap_copy_to_w32be()