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

/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.cpp332 uint8 bytePos = 3; local
334 node->attr.pxVer = *(uint8*)(buffer + bytePos++);
338 = *(mode_t*)(buffer + bytePos);
339 bytePos += 4;
341 = *(mode_t*)(buffer + bytePos);
342 bytePos += 4;
346 = *(nlink_t*)(buffer+bytePos);
347 bytePos += 4;
349 = *(nlink_t*)(buffer + bytePos);
350 bytePos
377 uint8 bytePos = 3; local
499 uint8 bytePos = 3; local
[all...]

Completed in 30 milliseconds