Searched refs:end_word (Results 1 – 2 of 2) sorted by relevance
1298 const unsigned end_word = BITSET_BITWORD(last_component); in store() local1308 for (unsigned word = start_word; word <= end_word; word++) { in store()1315 if (word == end_word) in store()
1644 uint32_t end_word = (offset + packed_size - 1) / 16; in buffer_is_packing_standard() local1645 if (begin_word != end_word) in buffer_is_packing_standard()