HomeSort by relevance Sort by last modified time
    Searched refs:goff (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/internal/
bitmap.h 156 size_t goff; local
160 goff = bit >> LG_BITMAP_GROUP_NBITS;
161 g = bitmap[goff];
168 size_t goff; local
174 goff = bit >> LG_BITMAP_GROUP_NBITS;
175 gp = &bitmap[goff];
186 bit = goff;
187 goff = bit >> LG_BITMAP_GROUP_NBITS;
188 gp = &bitmap[binfo->levels[i].group_offset + goff];
235 size_t goff; local
    [all...]
  /external/jemalloc_new/include/jemalloc/internal/
bitmap.h 196 size_t goff; local
200 goff = bit >> LG_BITMAP_GROUP_NBITS;
201 g = bitmap[goff];
207 size_t goff; local
213 goff = bit >> LG_BITMAP_GROUP_NBITS;
214 gp = &bitmap[goff];
225 bit = goff;
226 goff = bit >> LG_BITMAP_GROUP_NBITS;
227 gp = &bitmap[binfo->levels[i].group_offset + goff];
332 size_t goff; local
    [all...]

Completed in 2434 milliseconds