Home
last modified time | relevance | path

Searched refs:fByteCount (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp473 if (fByteCount == 0) { in NextCode()
474 if (fInput->Read(&fByteCount, 1) < 1) in NextCode()
477 if (fByteCount == 0) in NextCode()
480 if (fInput->Read(fByteBuffer + (255 - fByteCount), fByteCount) in NextCode()
481 < fByteCount) { in NextCode()
485 fBitBuffer |= (unsigned int)fByteBuffer[255 - fByteCount] << fBitCount; in NextCode()
486 fByteCount--; in NextCode()
541 fByteCount = 0; in InitFrame()
H A DGIFLoad.h102 unsigned char fByteCount; variable
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReportItem.cpp25 fByteCount((fShift + fBitCount + 7) / 8), in HIDReportItem()
66 memcpy(&fData, report + fByteOffset, fByteCount); in Extract()
92 memcpy(&value, report + fByteOffset, fByteCount); in Insert()
98 memcpy(report + fByteOffset, &value, fByteCount); in Insert()
H A DHIDReportItem.h52 uint8 fByteCount; variable
/haiku/src/kits/midi/
H A DMidiStore.cpp657 --fByteCount; in NextByte()
668 ++fByteCount; in WriteByte()
679 fByteCount -= length; in SkipBytes()
726 fByteCount = Read32Bit(); in ReadChunk()
732 fourcc[0], fourcc[1], fourcc[2], fourcc[3], fByteCount)) in ReadChunk()
734 SkipBytes(fByteCount); in ReadChunk()
749 while (fByteCount > 0) { in ReadTrack()
889 fByteCount = 0; in WriteTrack()
968 Write32Bit(fByteCount); in WriteTrack()
/haiku/headers/os/midi/
H A DMidiStore.h115 uint32 fByteCount; variable