Searched refs:last_off (Results 1 – 2 of 2) sorted by relevance
56 offset = t->last_off & ~align1; in bit_map_string_get()88 if ((t->last_off = offset + len) >= t->size) in bit_map_string_get()89 t->last_off = 0; in bit_map_string_get()
17 int last_off; member