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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c498 off_t tmpOff; local
548 tmpOff = dataEnd - offset;
552 if (tmpOff <= 0) {
556 if (tmpOff > (off_t)(numberOfBytes)) {
560 *availableBytes = tmpOff;

Completed in 18 milliseconds