Searched refs:PayloadLength (Results 1 – 5 of 5) sorted by relevance
71 SetBufferSize(GOFF::PayloadLength); in GOFFOstream()80 if (size_t Gap = (RemainingSize % GOFF::PayloadLength)) in makeNewRecord()81 RemainingSize += GOFF::PayloadLength - Gap; in makeNewRecord()110 size_t Bytes = RemainingSize % GOFF::PayloadLength; in bytesToNextPhysicalRecord()111 return Bytes ? Bytes : GOFF::PayloadLength; in bytesToNextPhysicalRecord()146 if (!(RemainingSize % GOFF::PayloadLength)) { in write_impl()220 GW.makeNewRecord(GOFF::RT_HDR, GOFF::PayloadLength); in writeHeader()246 GW.makeNewRecord(GOFF::RT_END, GOFF::PayloadLength); in writeEnd()
401 UINT16 PayloadLength; member
30 constexpr uint8_t PayloadLength = 77; variable
608 DataLength -= SliceLength, Slice += GOFF::PayloadLength) { in getContinuousData()617 SliceLength = std::min(DataLength, (uint16_t)GOFF::PayloadLength); in getContinuousData()
61 static constexpr uint8_t BufferSize = GOFF::PayloadLength;