Home
last modified time | relevance | path

Searched refs:lblock (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dphi.ll7 br i1 %a, label %lblock, label %rblock
9 lblock:
19 %gep = phi i32* [%lbranch, %lblock], [%rbranch, %rblock]
/external/llvm/test/CodeGen/ARM/
Dphi.ll9 br i1 %a, label %lblock, label %rblock
11 lblock:
21 %gep = phi i32* [%lbranch, %lblock], [%rbranch, %rblock]
/external/abi-compliance-checker/modules/Internals/Styles/
DHeadersDiff.css34 .lblock { background-color: #BFB; }
45 .lblock .cont { background-color: #9D9; }
/external/syslinux/core/fs/ext2/
Dext2.c82 ext2_get_cache(struct inode *inode, block_t lblock) in ext2_get_cache() argument
84 block_t pblock = ext2_bmap(inode, lblock, NULL); in ext2_get_cache()
/external/syslinux/core/fs/ufs/
Dufs.c84 ufs_get_cache(struct inode *inode, block_t lblock) in ufs_get_cache() argument
93 frag_addr = ufs_bmap(inode, lblock, NULL); in ufs_get_cache()