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

  /external/bluetooth/bluedroid/btif/src/
btif_config.c 614 int occupy = 1; local
622 if(occupy <= empty)
623 occupy = empty + 1;
624 occupy = find_first_occupy(p, occupy, child_count);
625 bdla(occupy != 0);
626 if(occupy > 0)
628 p->child[empty] = p->child[occupy];
629 memset(&p->child[occupy], 0, sizeof(cfg_node));
631 occupy++
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/
memcpy.S 123 # to occupy exactly 4 bytes
memset.S 110 # to occupy exactly 4 bytes
  /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...]
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 43 procedure is assumed to occupy a single, contiguous range of
unw_get_proc_info.tex 77 procedure is assumed to occupy a single, contiguous range of
  /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
RenderPreviewManager.java 520 // TODO: Instead of this, just start with client area and occupy scaled image size!
546 Rect position = packer.occupy(previewWidth, previewHeight);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
breadcrumbs_controller.js 194 // Current directory name may occupy up to 70% of space or even more if the
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 71 occupy the least space possible for its format, or the least space that the
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 45 packed form, these codebooks occupy only a few kilobytes; the extent
  /external/chromium_org/remoting/webapp/
client_session.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 498 // Maps captured group numbers to the number they will occupy in
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 498 // Maps captured group numbers to the number they will occupy in
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 498 // Maps captured group numbers to the number they will occupy in
    [all...]

Completed in 2790 milliseconds