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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h64 typedef ush Pos; typedef
67 /* A Pos is an index in the character window. We use short instead of int to
104 Pos *prev;
110 Pos *head; /* Heads of the hash chains or NIL. */
245 Pos prev_memory[1 << MAX_WBITS];
246 Pos head_memory[1 << (MAX_MEM_LEVEL + 7)];
H A Ddeflate.c156 s->head[s->ins_h] = (Pos)(str))
217 s->prev = (Pos *) mem->prev_memory;
218 s->head = (Pos *) mem->head_memory;
562 Pos *prev = s->prev;
730 register Pos *p;
768 *p = (Pos)(m >= wsize ? m-wsize : NIL);
775 *p = (Pos)(m >= wsize ? m-wsize : NIL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.h86 typedef ush Pos; typedef
87 typedef Pos FAR Posf;
90 /* A Pos is an index in the character window. We use short instead of int to
H A Ddeflate.c187 s->head[s->ins_h] = (Pos)(str))
192 s->head[s->ins_h] = (Pos)(str))
288 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
921 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
922 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
933 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
934 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1311 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1319 *p = (Pos)(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h86 typedef ush Pos; typedef
87 typedef Pos FAR Posf;
90 /* A Pos is an index in the character window. We use short instead of int to
H A Ddeflate.c187 s->head[s->ins_h] = (Pos)(str))
192 s->head[s->ins_h] = (Pos)(str))
288 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
921 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
922 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
933 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
934 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1311 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1319 *p = (Pos)(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dio.h273 void bri_in_buffer (PISDN_ADAPTER IoAdapter, dword Pos,
275 int bri_out_buffer (PISDN_ADAPTER IoAdapter, dword Pos,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-core.c701 int RestPixel, Idx, MaxPos, Pos, ExtraPos, BlockLen, BlockTypePos, BlockTypeLen; local
705 Pos = *StartPos;
707 MaxPos = 396; //Pos + Len;
708 ExtraPos = Pos;
730 Pos = ExtraPos;
741 BlockCode = Compressed[Pos];
742 Pos++;
749 ExtraPos = Pos + (BlockLen / 4);
756 BlockByte = Compressed[Pos];
757 Pos
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c192 typedef ush Pos; typedef
194 /* A Pos is an index in the character window. We use short instead of int to
297 /* DECLARE(Pos, prev, WSIZE); */
301 /* DECLARE(Pos, head, 1<<HASH_BITS); */
564 head[n] = (Pos) (m >= WSIZE ? m - WSIZE : 0);
568 G1.prev[n] = (Pos) (m >= WSIZE ? m - WSIZE : 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c333 typedef ush Pos; typedef
334 typedef Pos FAR Posf;
337 /* A Pos is an index in the character window. We use short instead of int to
711 s->head[s->ins_h] = (Pos)(str))
796 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
797 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
1160 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1161 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1172 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
1173 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c208 typedef ush Pos; typedef
209 typedef Pos FAR Posf;
212 /* A Pos is an index in the character window. We use short instead of int to
634 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
635 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
862 TRY_FREE(strm, state->prev, state->w_size * sizeof(Pos));
863 TRY_FREE(strm, state->head, state->hash_size * sizeof(Pos));
1151 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1158 *p = (Pos)(m >= wsize ? m-wsize : NIL);

Completed in 102 milliseconds