Searched refs:lblock (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | phi.ll | 7 br i1 %a, label %lblock, label %rblock 9 lblock: 19 %gep = phi i32* [%lbranch, %lblock], [%rbranch, %rblock]
|
/external/llvm/test/CodeGen/ARM/ |
D | phi.ll | 9 br i1 %a, label %lblock, label %rblock 11 lblock: 21 %gep = phi i32* [%lbranch, %lblock], [%rbranch, %rblock]
|
/external/abi-compliance-checker/modules/Internals/Styles/ |
D | HeadersDiff.css | 34 .lblock { background-color: #BFB; } 45 .lblock .cont { background-color: #9D9; }
|
/external/syslinux/core/fs/ext2/ |
D | ext2.c | 82 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/ |
D | ufs.c | 84 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()
|