Searched refs:off_new (Results 1 – 1 of 1) sorted by relevance
31 int off_new; in bit_map_string_get() local60 off_new = find_next_zero_bit(t->map, t->size, offset); in bit_map_string_get()61 off_new = ((off_new + align1) & ~align1) + color; in bit_map_string_get()62 count += off_new - offset; in bit_map_string_get()63 offset = off_new; in bit_map_string_get()