Lines Matching defs:temp
86 CBcj2Dec::temp can contain up to 4 bytes for writing to (dest).
103 UInt32 temp; /* Byte temp[4]; */
176 processed bytes (up to 4 bytes) from src to internal CBcj2Enc::temp[] buffer.
179 processed data and data copied to (temp[]) buffer)
180 That data from (temp[]) buffer will be used in further calls.
276 that doesn't include data in temp[] */
284 unsigned tempPos; /* the number of bytes that were copied to temp[] buffer
286 // Byte temp[4]; // for marker version
287 Byte temp[8];
305 CBcj2Enc::tempPos : is the number of bytes that were copied from input stream to temp[] buffer.
307 fully processed data and after data copied to temp buffer.
309 bytes (without look ahead data in temp buffer),
315 /* get the size of input data that was stored in temp[] buffer: */