Searched refs:chunk (Results 1 – 6 of 6) sorted by relevance
82 int i, chunk = len < 16 ? len : 16; in nextRecord() local84 mpStream->Read( data, chunk ); in nextRecord()86 for (i = 0; i < chunk; i++) in nextRecord()89 for (i = 0; i < chunk; i++) in nextRecord()93 len -= chunk; in nextRecord()
212 Sequence< sal_Int8 > chunk(len); in xmlIO_read_func() local213 int nread = pctx->rInputStream->readBytes(chunk, len); in xmlIO_read_func()216 rtl_copyMemory(buffer, chunk.getConstArray(), nread); in xmlIO_read_func()
68 /** delivers a chunk of pixels as <atom>long</atom> values.88 /** delivers a chunk of pixels as <atom>byte</atom> values.
967 + * @last: the flag: if set to 1 then it's the last data chunk.970 + * Transform specific method to process a chunk of data.
640 // but if we land in the middle of a chunk, go forward to its boundary.1212 @param fBackingUp - this chunk results in the stream position moving backwards,1221 @param fBackingUp - this chunk results in the stream position moving backwards,1230 Ensure that the chunk maps for a pair of streams match properly. The recipient is
726 inode::ChunkDescriptor OStoreDirectoryPageObject::chunk (sal_uInt32 nOffset)
Completed in 31 milliseconds