Searched refs:INSERT_STRING (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deflate.c | 174 #define INSERT_STRING(s, str, match_head) \ macro 942 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 974 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 1037 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow() 1087 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | deflate.c | 178 #define INSERT_STRING(s, str, match_head) \ macro 183 #define INSERT_STRING(s, str, match_head) \ macro 346 INSERT_STRING(s, n, hash_head); 1544 INSERT_STRING(s, s->strstart, hash_head); 1575 INSERT_STRING(s, s->strstart, hash_head); 1641 INSERT_STRING(s, s->strstart, hash_head); 1692 INSERT_STRING(s, s->strstart, hash_head);
|