HomeSort by relevance Sort by last modified time
    Searched defs:occupy (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 38 * pick which available space to occupy, and we then subdivide the
60 * place the rectangles with {@link #occupy(int, int)}. The returned
61 * {@link Rect} from {@link #occupy(int, int)} gives the coordinates of the
87 Rect occupy(int width, int height) { method in class:BinPacker
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 604 int occupy = 1; local
612 if(occupy <= empty)
613 occupy = empty + 1;
614 occupy = find_first_occupy(p, occupy, child_count);
615 bdla(occupy != 0);
616 if(occupy > 0)
618 p->child[empty] = p->child[occupy];
619 memset(&p->child[occupy], 0, sizeof(cfg_node));
621 occupy++
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 46 bool occupy(DataFile f, int32_t reg, unsigned int size);
47 bool occupy(const Value *);
158 RegisterSet::occupy(const Value *v) function in class:nv50_ir::RegisterSet
160 return occupy(v->reg.file, v->reg.data.id, v->reg.size >> unit[v->reg.file]);
170 RegisterSet::occupy(DataFile f, int32_t reg, unsigned int size) function in class:nv50_ir::RegisterSet
177 INFO_DBG(0, REG_ALLOC, "reg occupy: %u[%i] %u\n", f, reg, size);
422 clobberSet.occupy(tmp);
429 if (clobberSet.occupy(*it)) {
1090 regs.occupy(n->f, n->reg, n->colors);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 46 bool occupy(DataFile f, int32_t reg, unsigned int size);
47 bool occupy(const Value *);
158 RegisterSet::occupy(const Value *v) function in class:nv50_ir::RegisterSet
160 return occupy(v->reg.file, v->reg.data.id, v->reg.size >> unit[v->reg.file]);
170 RegisterSet::occupy(DataFile f, int32_t reg, unsigned int size) function in class:nv50_ir::RegisterSet
177 INFO_DBG(0, REG_ALLOC, "reg occupy: %u[%i] %u\n", f, reg, size);
422 clobberSet.occupy(tmp);
429 if (clobberSet.occupy(*it)) {
1090 regs.occupy(n->f, n->reg, n->colors);
    [all...]

Completed in 1312 milliseconds