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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1359 int64_t temp64; local
1380 temp64 = fcb->ff_blocks;
1381 physNumBlocks = (u_int32_t)temp64;
1806 int64_t temp64; local
1810 temp64 = filePosition / (int64_t)vcb->blockSize;
1811 filePositionBlock = (u_int32_t)temp64;

Completed in 24 milliseconds