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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h113 typedef ush Pos; typedef
114 typedef Pos FAR Posf;
117 /* A Pos is an index in the character window. We use short instead of int to
H A Ddeflate.c214 s->head[s->ins_h] = (Pos)(str))
219 s->head[s->ins_h] = (Pos)(str))
317 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
318 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
950 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
951 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
962 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
963 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1340 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1348 *p = (Pos)(
[all...]

Completed in 17 milliseconds