Home
last modified time | relevance | path

Searched refs:Posf (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/lib/zlib/
Ddeflate.h87 typedef Pos FAR Posf; typedef
128 Posf *prev;
134 Posf *head; /* Heads of the hash chains or NIL. */
Ddeflate.c282 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/
Ddeflate.h93 typedef Pos FAR Posf; typedef
134 Posf *prev;
140 Posf *head; /* Heads of the hash chains or NIL. */
Ddeflate.c205 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/
Ddeflate.h93 typedef Pos FAR Posf; typedef
134 Posf *prev;
140 Posf *head; /* Heads of the hash chains or NIL. */
Ddeflate.c205 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;