Searched refs:CHUNKCOPY_CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance
/external/zlib/contrib/optimizations/ |
D | chunkcopy.h | 42 #define CHUNKCOPY_CHUNK_SIZE sizeof(z_vec128i_t) macro 45 CHUNKCOPY_CHUNK_SIZE == sizeof(int8_t) * 16); 86 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() 90 len /= CHUNKCOPY_CHUNK_SIZE; in chunkcopy_core() 93 out += CHUNKCOPY_CHUNK_SIZE; in chunkcopy_core() 94 from += CHUNKCOPY_CHUNK_SIZE; in chunkcopy_core() 113 if ((limit - out) < (ptrdiff_t)CHUNKCOPY_CHUNK_SIZE) { in chunkcopy_core_safe() 153 while (*dist < *len && *dist < CHUNKCOPY_CHUNK_SIZE) { in chunkunroll_relaxed() 377 if (dist < len && dist < CHUNKCOPY_CHUNK_SIZE) { in chunkcopy_lapped_relaxed() 398 if ((limit - out) < (ptrdiff_t)(3 * CHUNKCOPY_CHUNK_SIZE)) { in chunkcopy_lapped_safe()
|
D | inflate.c | 412 ZALLOC(strm, wsize + CHUNKCOPY_CHUNK_SIZE, 422 zmemzero(state->window + wsize, CHUNKCOPY_CHUNK_SIZE); 1271 if (left >= CHUNKCOPY_CHUNK_SIZE) 1272 memset(put, 0x55, CHUNKCOPY_CHUNK_SIZE);
|
/external/v8/third_party/zlib/contrib/optimizations/ |
D | chunkcopy.h | 42 #define CHUNKCOPY_CHUNK_SIZE sizeof(z_vec128i_t) macro 45 CHUNKCOPY_CHUNK_SIZE == sizeof(int8_t) * 16); 86 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() 90 len /= CHUNKCOPY_CHUNK_SIZE; in chunkcopy_core() 93 out += CHUNKCOPY_CHUNK_SIZE; in chunkcopy_core() 94 from += CHUNKCOPY_CHUNK_SIZE; in chunkcopy_core() 113 if ((limit - out) < (ptrdiff_t)CHUNKCOPY_CHUNK_SIZE) { in chunkcopy_core_safe() 157 while (*dist < *len && *dist < CHUNKCOPY_CHUNK_SIZE) { in chunkunroll_relaxed() 390 if (dist < len && dist < CHUNKCOPY_CHUNK_SIZE) { in chunkcopy_lapped_relaxed() 411 if ((limit - out) < (ptrdiff_t)(3 * CHUNKCOPY_CHUNK_SIZE)) { in chunkcopy_lapped_safe()
|
D | inflate.c | 412 ZALLOC(strm, wsize + CHUNKCOPY_CHUNK_SIZE, 422 zmemzero(state->window + wsize, CHUNKCOPY_CHUNK_SIZE); 1271 if (left >= CHUNKCOPY_CHUNK_SIZE) 1272 memset(put, 0x55, CHUNKCOPY_CHUNK_SIZE);
|