[ldm] Add CHAR_OFFSET in hash function and extend header size

This commit is contained in:
Stella Lau
2017-07-12 18:47:26 -07:00
parent 8de82b6eb0
commit 92bed4a7e0
5 changed files with 22 additions and 210 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
#include <stddef.h> /* size_t */
#define LDM_COMPRESS_SIZE 4
#define LDM_DECOMPRESS_SIZE 4
#define LDM_COMPRESS_SIZE 8
#define LDM_DECOMPRESS_SIZE 8
#define LDM_HEADER_SIZE ((LDM_COMPRESS_SIZE)+(LDM_DECOMPRESS_SIZE))
/**