Searched refs:INSERT_STRING (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c179 * IN assertion: all calls to to INSERT_STRING are made with consecutive
184 #define INSERT_STRING(s, str, match_head) \ macro
189 #define INSERT_STRING(s, str, match_head) \ macro
350 INSERT_STRING(s, n, hash_head);
1473 INSERT_STRING(s, s->strstart, hash_head);
1515 INSERT_STRING(s, s->strstart, hash_head);
1580 INSERT_STRING(s, s->strstart, hash_head);
1635 INSERT_STRING(s, s->strstart, hash_head);
/external/zlib/src/
H A Ddeflate.c176 * IN assertion: all calls to to INSERT_STRING are made with consecutive
181 #define INSERT_STRING(s, str, match_head) \ macro
186 #define INSERT_STRING(s, str, match_head) \ macro
1652 INSERT_STRING(s, s->strstart, hash_head);
1683 INSERT_STRING(s, s->strstart, hash_head);
1755 INSERT_STRING(s, s->strstart, hash_head);
1806 INSERT_STRING(s, s->strstart, hash_head);

Completed in 92 milliseconds