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

/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.cpp137 uint8 delegateReadInt; local
144 result = _CharToInt(delegateRead, &delegateReadInt);
147 fNextByteAssembly = delegateReadInt;
155 | (delegateReadInt >> followingNextByteAssemblyBits);
156 fNextByteAssembly = delegateReadInt & (0x3f >> (6 - followingNextByteAssemblyBits));

Completed in 79 milliseconds