Searched refs:occupy (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c656 int occupy = 1; local
664 if(occupy <= empty)
665 occupy = empty + 1;
666 occupy = find_first_occupy(p, occupy, child_count);
667 bdla(occupy != 0);
668 if(occupy > 0)
670 p->child[empty] = p->child[occupy];
671 memset(&p->child[occupy], 0, sizeof(cfg_node));
673 occupy
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/
H A Dmemcpy.S123 # to occupy exactly 4 bytes
H A Dmemset.S110 # to occupy exactly 4 bytes
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp46 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);
1238 regs.occupy(nod
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp46 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);
1238 regs.occupy(nod
[all...]
/external/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex43 procedure is assumed to occupy a single, contiguous range of
H A Dunw_get_proc_info.tex77 procedure is assumed to occupy a single, contiguous range of
/external/chromium_org/chrome/installer/mac/
H A Dpkg-dmg71 occupy the least space possible for its format, or the least space that the
/external/libvorbis/doc/
H A D01-introduction.tex45 packed form, these codebooks occupy only a few kilobytes; the extent

Completed in 248 milliseconds