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

/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddefutil.h64 typedef ush Pos; typedef
65 typedef Pos FAR Posf;
68 /* A Pos is an index in the character window. We use short instead of int to
246 Pos prev_memory[1 << MAX_WBITS];
247 Pos head_memory[1 << (MAX_MEM_LEVEL + 7)];
H A Ddeflate.c156 s->head[s->ins_h] = (Pos)(str))
603 memcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
604 memcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
903 *p = (Pos)(m >= wsize ? m-wsize : NIL);
910 *p = (Pos)(m >= wsize ? m-wsize : NIL);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.h74 typedef ush Pos; typedef
75 typedef Pos FAR Posf;
78 /* A Pos is an index in the character window. We use short instead of int to
H A Ddeflate.c173 s->head[s->ins_h] = (Pos)(str))
178 s->head[s->ins_h] = (Pos)(str))
265 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
266 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
627 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
628 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
639 zmemcpy((Bytef *) ds->prev, (const Bytef *) ss->prev, ds->w_size * sizeof(Pos));
640 zmemcpy((Bytef *) ds->head, (const Bytef *) ss->head, ds->hash_size * sizeof(Pos));
1002 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1010 *p = (Pos)(
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/sis/
H A Dvgatypes.h290 Pos, enumerator in enum:_BUS_DATA_TYPE
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/http/
H A Dwebserver.c791 int Pos; local
810 Pos = Ptr - Str1;
812 Ret = S1 + Pos;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dgzip.c720 typedef ush Pos; typedef
723 /* A Pos is an index in the character window. We use short instead of int to
738 /* DECLARE(Pos, prev, WSIZE); */
744 /* DECLARE(Pos, head, 1<<HASH_BITS); */
1042 head[n] = (Pos) (m >= WSIZE ? m - WSIZE : NIL);
1046 prev[n] = (Pos) (m >= WSIZE ? m - WSIZE : NIL);
/asus-wl-520gu-7.0.1.45/src/router/ppp/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...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/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...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/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);
/asus-wl-520gu-7.0.1.45/src/router/pppd/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);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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 148 milliseconds