Searched refs:word_index (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dpacking.c24 int word_index; local
26 word_index = offset / 4;
27 closest_multiple_of_4 = word_index * 4;
29 word_index = (len / 4) - word_index - 1;
30 return word_index * 4 + offset;

Completed in 88 milliseconds