Home
last modified time | relevance | path

Searched refs:ablock (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Darch_init.c221 RAMBlock * const *ablock = a; in block_compar() local
223 if ((*ablock)->offset < (*bblock)->offset) { in block_compar()
225 } else if ((*ablock)->offset > (*bblock)->offset) { in block_compar()
/external/clang/test/CodeGenObjC/
Darc-blocks.m443 @property (strong) void(^ablock)(void);
447 @synthesize ablock, nblock;
448 // CHECK: define internal void ()* @"\01-[Test12 ablock]"(
/external/yaffs2/yaffs2/
Dyaffs_guts.c4636 register int ablock = ((yaffs_BlockIndex *)a)->block; in ybicmp() local
4639 return ablock - bblock; in ybicmp()