Searched refs:Posf (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/lib/zlib/ |
D | deflate.h | 87 typedef Pos FAR Posf; typedef 128 Posf *prev; 134 Posf *head; /* Heads of the hash chains or NIL. */
|
D | deflate.c | 282 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 283 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); 955 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); 956 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); 1076 Posf *prev = s->prev; 1307 register Posf *p;
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.h | 93 typedef Pos FAR Posf; typedef 134 Posf *prev; 140 Posf *head; /* Heads of the hash chains or NIL. */
|
D | deflate.c | 205 Posf *p; 322 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 323 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); 1129 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); 1130 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); 1251 Posf *prev = s->prev;
|
/external/zlib/src/ |
D | deflate.h | 93 typedef Pos FAR Posf; typedef 134 Posf *prev; 140 Posf *head; /* Heads of the hash chains or NIL. */
|
D | deflate.c | 205 Posf *p; 322 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 323 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); 1129 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); 1130 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); 1251 Posf *prev = s->prev;
|