Home
last modified time | relevance | path

Searched defs:reg (Results 1 – 8 of 8) sorted by relevance

/system/extras/ext4_utils/
Dallocate.c75 static void region_list_remove(struct region_list *list, struct region *reg) in region_list_remove()
93 static void region_list_append(struct region_list *list, struct region *reg) in region_list_append()
133 struct region *reg; in append_region() local
238 struct region *reg = alloc->list.last->prev; in reduce_allocation() local
332 struct region *reg; in ext4_allocate_contiguous_blocks() local
368 struct region *reg; in ext4_allocate_partial() local
407 struct region *reg; in ext4_allocate_multiple_contiguous_blocks() local
431 struct region *reg = ext4_allocate_contiguous_blocks(len); in do_allocate() local
449 struct region *reg = do_allocate(len); in allocate_blocks() local
466 struct region *reg = alloc->list.first; in block_allocation_num_regions() local
[all …]
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h101 int reg = mRegFile.obtain(); in obtain() local
105 void recycle(int reg) { in recycle()
109 bool isUsed(int reg) { in isUsed()
133 int reg = 31 - __builtin_clz(mRegList); in Spill() local
145 int reg = 31 - __builtin_clz(mRegList); in ~Spill() local
200 : reg(r), flags(f) { in reg() function
205 int reg; member
DGGLAssembler.cpp1010 int RegisterAllocator::reserveReg(int reg) in reserveReg()
1020 void RegisterAllocator::recycleReg(int reg) in recycleReg()
1060 int RegisterAllocator::RegisterFile::reserve(int reg) in reserve()
1125 void RegisterAllocator::RegisterFile::recycle(int reg) in recycle()
/system/core/debuggerd/
Dpr-support.c116 _uw reg; in unwind_execute_with_ptrace() local
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
Dbmtrace.c47 #define OS_READ_REG(drv,reg,p_val) \ argument
Desta_drv.c177 #define OS_WRITE_REG(drv,reg,val) \ argument
180 #define OS_READ_REG(drv,reg,val) \ argument
/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
DSdioDrv.c171 #define OMAP_HSMMC_READ(reg) (__raw_readl((OMAP_MMC_REGS_BASE) + OMAP_HSMMC_##reg)) argument
172 #define OMAP_HSMMC_WRITE(reg, val) (__raw_writel((val), (OMAP_MMC_REGS_BASE) + OMAP_HSMMC_##reg… argument
/system/core/libacc/
Dacc.cpp2134 int reg = 0; in calcRegArgCount() local
2267 void liReg(int t, int reg) { in liReg()