Lines Matching defs:size
338 * LZ4 relies on memcpy with a constant size being inlined. In freestanding
347 # define LZ4_memcpy(dst, src, size) __builtin_memcpy(dst, src, size)
349 # define LZ4_memcpy(dst, src, size) memcpy(dst, src, size)
717 * ->dictSize describe the location and size of the preceding
1507 LZ4_stream_t* LZ4_initStream (void* buffer, size_t size)
1511 if (size < sizeof(LZ4_stream_t)) { return NULL; }
1588 DEBUGLOG(4, "LZ4_attach_dictionary (%p, %p, size %u)",
1737 * @return : saved dictionary size in bytes (necessarily <= dictSize), or 0 if error.
1788 * - Does not know input size (presume input buffer is "large enough")
2022 /* Literals can only be <= 14, but hope compilers optimize better when copy by a register size */
2479 * Loading a size of 0 is allowed (same effect as no dictionary).
2499 * provides the minimum size of this ring buffer
2505 * @return : minimum ring buffer size,