Home
last modified time | relevance | path

Searched defs:reg (Results 1 – 7 of 7) 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
255 struct region *reg = alloc->list.last->prev; in reduce_allocation() local
349 struct region *reg; in ext4_allocate_contiguous_blocks() local
385 struct region *reg; in ext4_allocate_partial() local
424 struct region *reg; in ext4_allocate_multiple_contiguous_blocks() local
448 struct region *reg = ext4_allocate_contiguous_blocks(len); in do_allocate() local
466 struct region *reg = do_allocate(len); in allocate_blocks() local
483 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/libcutils/arch-x86/
Dsse2-memset16-atom.S37 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument
41 # define cfi_restore(reg) .cfi_restore reg argument
Dsse2-memset32-atom.S37 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument
41 # define cfi_restore(reg) .cfi_restore reg argument
/system/core/debuggerd/arm/
Dmachine.c119 for (int reg = 0; reg < 14; reg++) { in dump_memory_and_code() local
/system/core/libcorkscrew/arch-arm/
Dbacktrace-arm.c241 static void set_reg(unwind_state_t* state, uint32_t reg, uint32_t value) { in set_reg()