Lines Matching defs:size
183 return cPar; /* no size information available : no adjustment */
289 ptr = ((U32 *)ptr) + 256; /* note : HUF_CElt* is incomplete type, size is simulated using U32 */
397 static void ZSTD_reduceTable(U32 *const table, U32 const size, U32 const reducerValue)
400 for (u = 0; u < size; u++) {
1619 } /* beyond tree size, stop the search */
1629 } /* beyond tree size, stop the search */
1702 } /* beyond tree size, stop the search */
1712 } /* beyond tree size, stop the search */
2353 * @return : compressed size, or an error code
2651 /* Defer checking offcodeMaxValue because we need to know the size of the dictionary content */
3225 size_t sizeRead = input->size - input->pos;
3226 size_t sizeWritten = output->size - output->pos;
3241 size_t sizeWritten = output->size - output->pos;
3254 BYTE *const oend = (BYTE *)(output->dst) + output->size;
3263 size_t sizeWritten = output->size - output->pos;