Searched refs:Pos (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/lib/zlib_deflate/ |
H A D | defutil.h | 66 typedef ush Pos; typedef 106 Pos *prev; 112 Pos *head; /* Heads of the hash chains or NIL. */ 251 ((1 << (windowBits)) * sizeof(Pos)) 253 ((1 << ((memLevel)+7)) * sizeof(Pos))
|
H A D | deflate.c | 112 Pos *prev_memory; 113 Pos *head_memory; 177 s->head[s->ins_h] = (Pos)(str)) 241 mem->prev_memory = (Pos *) next; in zlib_deflateInit2() 243 mem->head_memory = (Pos *) next; in zlib_deflateInit2() 262 s->prev = (Pos *) mem->prev_memory; in zlib_deflateInit2() 263 s->head = (Pos *) mem->head_memory; in zlib_deflateInit2() 581 Pos *prev = s->prev; in longest_match() 749 register Pos *p; in fill_window() 787 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window() [all …]
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.h | 86 typedef ush Pos; typedef 87 typedef Pos FAR Posf;
|
H A D | deflate.c | 181 s->head[s->ins_h] = (Pos)(str)) 186 s->head[s->ins_h] = (Pos)(str)) 282 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)); 967 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos)); 968 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos)); 1347 *p = (Pos)(m >= wsize ? m-wsize : NIL); 1355 *p = (Pos)(m >= wsize ? m-wsize : NIL);
|
/openbmc/u-boot/board/freescale/mpc8349itx/ |
H A D | README | 23 Pos. Name Default Description
|
/openbmc/linux/Documentation/networking/ |
H A D | fib_trie.rst | 24 Pos (tnode)
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 12300 + msg_Dbg(vd, " [%p:%p] Pos=%d,%d max=%dx%d, src=%dx%d/%dx%d o:%d, spu=%d,%d:%dx%d, vd-…
|