Searched refs:DECODING_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
7545 #define DECODING_CHUNK_SIZE (INT_MAX/4) macro7783 if (size > DECODING_CHUNK_SIZE) { in decode_code_page_stateful()7784 chunk_size = DECODING_CHUNK_SIZE; in decode_code_page_stateful()8207 if (len > DECODING_CHUNK_SIZE) { in encode_code_page()8208 chunk_len = DECODING_CHUNK_SIZE; in encode_code_page()