Searched refs:Posf (Results 1 - 10 of 10) sorted by relevance

/external/python/cpython2/Modules/zlib/
H A Ddeflate.h90 typedef Pos FAR Posf; typedef
131 Posf *prev;
137 Posf *head; /* Heads of the hash chains or NIL. */
H A Ddeflate.c294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
1041 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1042 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1163 Posf *prev = s->prev;
1394 register Posf *p;
/external/python/cpython3/Modules/zlib/
H A Ddeflate.h93 typedef Pos FAR Posf; typedef
134 Posf *prev;
140 Posf *head; /* Heads of the hash chains or NIL. */
H A 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/syslinux/com32/lib/zlib/
H A Ddeflate.h87 typedef Pos FAR Posf; typedef
128 Posf *prev;
134 Posf *head; /* Heads of the hash chains or NIL. */
H A Ddeflate.c282 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
283 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
957 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
958 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1078 Posf *prev = s->prev;
1309 register Posf *p;
/external/zlib/src/
H A Ddeflate.h93 typedef Pos FAR Posf; typedef
134 Posf *prev;
140 Posf *head; /* Heads of the hash chains or NIL. */
H A 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/contrib/masmx64/
H A Dgvmat64.asm306 ;;; Posf *prev = s->prev;
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm289 ;;; Posf *prev = s->prev;

Completed in 399 milliseconds