Searched refs:Pos (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/libkern/zlib/ |
| H A D | deflate.h | 113 typedef ush Pos; typedef 114 typedef Pos FAR Posf;
|
| H A D | deflate.c | 214 s->head[s->ins_h] = (Pos)(str)) 219 s->head[s->ins_h] = (Pos)(str)) 308 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); in deflateInit2_() 309 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); in deflateInit2_() 948 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); in deflateCopy() 949 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); in deflateCopy() 960 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos)); in deflateCopy() 961 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos)); in deflateCopy() 1336 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window() 1344 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window()
|