Home
last modified time | relevance | path

Searched refs:HashBytesAtOffset (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/enc/
Dcompress_fragment_two_pass.c49 static BROTLI_INLINE uint32_t HashBytesAtOffset(uint64_t v, size_t offset, in HashBytesAtOffset() function
357 cur_hash = HashBytesAtOffset(input_bytes, 3, shift, min_match); in CreateCommands()
358 prev_hash = HashBytesAtOffset(input_bytes, 0, shift, min_match); in CreateCommands()
360 prev_hash = HashBytesAtOffset(input_bytes, 1, shift, min_match); in CreateCommands()
362 prev_hash = HashBytesAtOffset(input_bytes, 0, shift, min_match); in CreateCommands()
366 prev_hash = HashBytesAtOffset(input_bytes, 0, shift, min_match); in CreateCommands()
368 prev_hash = HashBytesAtOffset(input_bytes, 1, shift, min_match); in CreateCommands()
370 prev_hash = HashBytesAtOffset(input_bytes, 2, shift, min_match); in CreateCommands()
373 cur_hash = HashBytesAtOffset(input_bytes, 2, shift, min_match); in CreateCommands()
374 prev_hash = HashBytesAtOffset(input_bytes, 0, shift, min_match); in CreateCommands()
[all …]
Dcompress_fragment.c48 static BROTLI_INLINE uint32_t HashBytesAtOffset( in HashBytesAtOffset() function
606 uint32_t prev_hash = HashBytesAtOffset(input_bytes, 0, shift); in BrotliCompressFragmentFastImpl()
607 uint32_t cur_hash = HashBytesAtOffset(input_bytes, 3, shift); in BrotliCompressFragmentFastImpl()
609 prev_hash = HashBytesAtOffset(input_bytes, 1, shift); in BrotliCompressFragmentFastImpl()
611 prev_hash = HashBytesAtOffset(input_bytes, 2, shift); in BrotliCompressFragmentFastImpl()
643 uint32_t prev_hash = HashBytesAtOffset(input_bytes, 0, shift); in BrotliCompressFragmentFastImpl()
644 uint32_t cur_hash = HashBytesAtOffset(input_bytes, 3, shift); in BrotliCompressFragmentFastImpl()
646 prev_hash = HashBytesAtOffset(input_bytes, 1, shift); in BrotliCompressFragmentFastImpl()
648 prev_hash = HashBytesAtOffset(input_bytes, 2, shift); in BrotliCompressFragmentFastImpl()