Home
last modified time | relevance | path

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

/external/qemu/
Darch_init.c222 RAMBlock * const *ablock = a; in block_compar() local
224 if ((*ablock)->offset < (*bblock)->offset) { in block_compar()
226 } else if ((*ablock)->offset > (*bblock)->offset) { in block_compar()
/external/clang/test/CodeGenObjC/
Darc-blocks.m464 @property (strong) void(^ablock)(void);
468 @synthesize ablock, nblock;
469 // CHECK: define internal void ()* @"\01-[Test12 ablock]"(
/external/llvm/test/CodeGen/PowerPC/
Dpr17168.ll291 … metadata !230, metadata !"ablock", metadata !5, i32 16780057, metadata !224, i32 0, i32 0} ; [ DW…
299 … metadata !238, metadata !"ablock", metadata !5, i32 16780030, metadata !224, i32 0, i32 0} ; [ DW…
/external/yaffs2/yaffs2/
Dyaffs_guts.c4636 register int ablock = ((yaffs_BlockIndex *)a)->block; in ybicmp() local
4639 return ablock - bblock; in ybicmp()