Searched refs:rblock (Results 1 – 3 of 3) sorted by relevance
/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 | 580 int rblock; in tftp_rx() local 587 rblock = getrpacketblock(&state->rpacket); in tftp_rx() 588 if(NEXT_BLOCKNUM(state->block) == rblock) { in tftp_rx() 592 else if(state->block == rblock) { in tftp_rx() 595 infof(data, "Received last DATA packet block %d again.\n", rblock); in tftp_rx() 601 rblock, NEXT_BLOCKNUM(state->block)); in tftp_rx() 606 state->block = (unsigned short)rblock; in tftp_rx() 702 int rblock; in tftp_tx() local 712 rblock = getrpacketblock(&state->rpacket); in tftp_tx() 714 if(rblock != state->block && in tftp_tx() [all …]
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 529 unsigned int *entry, rblock; in dump_revoke_block() local 541 rblock = be32_to_cpu(*entry); in dump_revoke_block() 542 if (dump_all || rblock == block_to_dump) { in dump_revoke_block() 543 fprintf(out_file, " Revoke FS block %u", rblock); in dump_revoke_block()
|