Lines Matching defs:idx
53 int idx;
60 idx = 31 - a_clz_32(mask & cmask);
62 idx = a_ctz_32(mask);
65 return idx;
230 int idx = get_randomIdx(mask, m->last_idx);
231 first = 1 << idx;
331 int idx = alloc_slot(j, UNIT+cnt*size-IB);
332 if (idx < 0) {
337 p = enframe(g, idx, UNIT*size_classes[j]-IB, ctx.mmap_counter);
375 int idx;
404 idx = 0;
433 idx = get_randomIdx(mask, g->last_idx);
434 first = 1u << idx;
447 idx = a_ctz_32(first);
453 idx = alloc_slot(sc, n);
454 if (idx < 0) {
463 return enframe(g, idx, n, ctr);