Searched refs:INSERT_STRING (Results 1 - 3 of 3) sorted by relevance
/external/chromium/third_party/zlib/ |
H A D | deflate.c | 179 * 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/qemu/distrib/zlib-1.2.3/ |
H A D | deflate.c | 179 * 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/ |
H A D | deflate.c | 173 * IN assertion: all calls to to INSERT_STRING are made with consecutive 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); 1546 INSERT_STRING(s, s->strstart, hash_head); 1577 INSERT_STRING(s, s->strstart, hash_head); 1643 INSERT_STRING(s, s->strstart, hash_head); 1694 INSERT_STRING(s, s->strstart, hash_head);
|
Completed in 39 milliseconds