summaryrefslogtreecommitdiff
path: root/insert_string_tpl.h
AgeCommit message (Expand)Author
2020-11-02Fixed str uint32_t to uint16_t casting warnings in inflate_string_tpl.hNathan Moinvaziri
2020-08-31Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.Nathan Moinvaziri
2020-08-23Replace hash_bits, hash_size and hash_mask with defines.Hans Kristian Rosbach
2020-08-21Remove return value from insert_string, since it is always ignored andHans Kristian Rosbach
2020-08-21Now that the check is out of the loop, it is also safe to remove itHans Kristian Rosbach
2020-08-21Minor optimization of insert_string template.Hans Kristian Rosbach
2020-08-20Store hash_mask in local variable for insert_string loop.Nathan Moinvaziri
2020-08-20Move zero check for insert_string count to fill_window since it is the only p...Nathan Moinvaziri
2020-08-14Fixed many possible loss of data warnings where insert_string and quick_inser...Nathan Moinvaziri
2020-05-30Change quick_insert_string memory access to be similar to insert_string.Nathan Moinvaziri
2020-05-30Remove extra lines between functions and their comments.Nathan Moinvaziri
2020-04-30Removed TRIGGER_LEVEL byte masking from INSERT_STRING and UPDATE_HASH due to ...Nathan Moinvaziri
2020-04-30Standardize insert_string functionality across architectures. Added unaligned...Nathan Moinvaziri