HomeSort by relevance Sort by last modified time
    Searched refs:rblock (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
tftp.c 583 int rblock; local
590 rblock = getrpacketblock(&state->rpacket);
591 if(NEXT_BLOCKNUM(state->block) == rblock) {
595 else if(state->block == rblock) {
598 infof(data, "Received last DATA packet block %d again.\n", rblock);
604 rblock, NEXT_BLOCKNUM(state->block));
609 state->block = (unsigned short)rblock;
705 int rblock; local
715 rblock = getrpacketblock(&state->rpacket);
717 if(rblock != state->block &
    [all...]
  /external/v8/test/unittests/compiler/
effect-control-linearizer-unittest.cc 300 BasicBlock* rblock = AddBlockToSchedule(&schedule); local
311 schedule.AddBranch(lblock, branch, rblock, fblock);
316 schedule.AddNode(rblock, if_true);
317 schedule.AddReturn(rblock, ret);
  /external/e2fsprogs/debugfs/
logdump.c 529 unsigned int *entry, rblock; local
541 rblock = be32_to_cpu(*entry);
542 if (dump_all || rblock == block_to_dump) {
543 fprintf(out_file, " Revoke FS block %u", rblock);

Completed in 98 milliseconds