Searched refs:rblock (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | phi.ll | 8 br i1 %a, label %lblock, label %rblock 14 rblock: 20 %gep = phi i32* [%lbranch, %lblock], [%rbranch, %rblock]
|
/external/llvm/test/CodeGen/ARM/ |
D | phi.ll | 9 br i1 %a, label %lblock, label %rblock 15 rblock: 21 %gep = phi i32* [%lbranch, %lblock], [%rbranch, %rblock]
|
/external/curl/lib/ |
D | tftp.c | 607 int rblock; in tftp_rx() local 615 rblock = getrpacketblock(&state->rpacket); in tftp_rx() 616 if(NEXT_BLOCKNUM(state->block) == rblock) { in tftp_rx() 620 else if(state->block == rblock) { in tftp_rx() 623 infof(data, "Received last DATA packet block %d again.\n", rblock); in tftp_rx() 629 rblock, NEXT_BLOCKNUM(state->block)); in tftp_rx() 634 state->block = (unsigned short)rblock; in tftp_rx() 741 int rblock = getrpacketblock(&state->rpacket); in tftp_tx() local 743 if(rblock != state->block && in tftp_tx() 749 !(state->block == 0 && rblock == 65535)) { in tftp_tx() [all …]
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 567 unsigned long long rblock; in dump_revoke_block() local 584 rblock = be32_to_cpu(*entry); in dump_revoke_block() 587 rblock = ext2fs_be64_to_cpu(*entry); in dump_revoke_block() 589 if (dump_all || rblock == block_to_dump) { in dump_revoke_block() 590 fprintf(out_file, " Revoke FS block %llu", rblock); in dump_revoke_block()
|