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

/haiku-fatelf/src/bin/makeudfimage/
H A DUdfBuilder.h116 uint64 fNextUniqueId; member in class:UdfBuilder
H A DUdfBuilder.cpp103 , fNextUniqueId(16) // Starts at 16 thanks to MacOS... See UDF-2.50 3.2.1
104 , f32BitIdsNoLongerUnique(false) // Set to true once fNextUniqueId requires > 32bits
1015 uint64 result = fNextUniqueId++;
1016 if ((fNextUniqueId & 0xffffffff) == 0) {
1017 fNextUniqueId |= 0x10;

Completed in 32 milliseconds