Home
last modified time | relevance | path

Searched refs:Pos (Results 1 – 3 of 3) sorted by relevance

/u-boot/lib/zlib/
A Ddeflate.h86 typedef ush Pos; typedef
87 typedef Pos FAR Posf;
A Ddeflate.c182 s->head[s->ins_h] = (Pos)(str))
187 s->head[s->ins_h] = (Pos)(str))
283 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
284 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
956 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
957 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
968 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
969 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1348 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1356 *p = (Pos)(m >= wsize ? m-wsize : NIL);
/u-boot/board/freescale/mpc8349itx/
A DREADME23 Pos. Name Default Description

Completed in 7 milliseconds