Searched refs:source_offset (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
H A De2image.c69 static blk64_t source_offset, dest_offset; variable
591 if (move_mode && dest_offset > source_offset) {
592 distance = (dest_offset - source_offset) / fs->blocksize;
610 if (blk < (source_offset - dest_offset) / fs->blocksize)
1488 source_offset = strtoull(optarg, NULL, 0);
1503 (source_offset || dest_offset))
1513 if ((source_offset || dest_offset) && img_type != E2IMAGE_RAW) {
1562 sprintf(offset_opt, "offset=%llu", source_offset);
/external/v8/src/
H A Druntime.cc1225 size_t source_offset = NumberToSize(isolate, source->byte_offset()); local
1231 source->GetBuffer()->backing_store()) + source_offset;

Completed in 158 milliseconds