HomeSort by relevance Sort by last modified time
    Searched defs:occupy (Results 1 - 2 of 2) 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/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 62 void occupy(DataFile f, int32_t reg, unsigned int size);
63 void occupy(const Value *);
183 RegisterSet::occupy(const Value *v) function in class:nv50_ir::RegisterSet
185 occupy(v->reg.file, idToUnits(v), v->reg.size >> unit[v->reg.file]);
195 RegisterSet::occupy(DataFile f, int32_t reg, unsigned int size) function in class:nv50_ir::RegisterSet
199 INFO_DBG(0, REG_ALLOC, "reg occupy: %u[%i] %u\n", f, reg, size);
216 occupy(f, reg, size);
527 clobberSet.occupy(tmp);
    [all...]

Completed in 124 milliseconds