index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
insert_string_tpl.h
Age
Commit message (
Expand
)
Author
2020-11-02
Fixed str uint32_t to uint16_t casting warnings in inflate_string_tpl.h
Nathan Moinvaziri
2020-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-08-23
Replace hash_bits, hash_size and hash_mask with defines.
Hans Kristian Rosbach
2020-08-21
Remove return value from insert_string, since it is always ignored and
Hans Kristian Rosbach
2020-08-21
Now that the check is out of the loop, it is also safe to remove it
Hans Kristian Rosbach
2020-08-21
Minor optimization of insert_string template.
Hans Kristian Rosbach
2020-08-20
Store hash_mask in local variable for insert_string loop.
Nathan Moinvaziri
2020-08-20
Move zero check for insert_string count to fill_window since it is the only p...
Nathan Moinvaziri
2020-08-14
Fixed many possible loss of data warnings where insert_string and quick_inser...
Nathan Moinvaziri
2020-05-30
Change quick_insert_string memory access to be similar to insert_string.
Nathan Moinvaziri
2020-05-30
Remove extra lines between functions and their comments.
Nathan Moinvaziri
2020-04-30
Removed TRIGGER_LEVEL byte masking from INSERT_STRING and UPDATE_HASH due to ...
Nathan Moinvaziri
2020-04-30
Standardize insert_string functionality across architectures. Added unaligned...
Nathan Moinvaziri