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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaRam.cpp20 size_t Pos; member in class:CInStreamRam
27 Pos = 0;
34 if (size > (Size - Pos))
35 size = (UInt32)(Size - Pos);
37 ((Byte *)data)[i] = Data[Pos + i];
38 Pos += size;
51 size_t Pos; member in class:COutStreamRam
57 Pos = 0;
63 Pos = pos;
68 if (Pos >
[all...]
H A DLzmaBench.cpp153 size_t Pos; member in class:CBenchmarkInStream
161 Pos = 0;
168 size_t remain = Size - Pos;
175 ((Byte *)data)[i] = Data[Pos + i];
176 Pos += size;
189 UInt32 Pos; member in class:CBenchmarkOutStream
194 Pos = 0;
202 size_t curSize = BufferSize - Pos;
205 memcpy(Buffer + Pos, data, curSize);
206 Pos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaRam.cpp20 size_t Pos; member in class:CInStreamRam
27 Pos = 0;
34 if (size > (Size - Pos))
35 size = (UInt32)(Size - Pos);
37 ((Byte *)data)[i] = Data[Pos + i];
38 Pos += size;
51 size_t Pos; member in class:COutStreamRam
57 Pos = 0;
63 Pos = pos;
68 if (Pos >
[all...]
H A DLzmaBench.cpp153 size_t Pos; member in class:CBenchmarkInStream
161 Pos = 0;
168 size_t remain = Size - Pos;
175 ((Byte *)data)[i] = Data[Pos + i];
176 Pos += size;
189 UInt32 Pos; member in class:CBenchmarkOutStream
194 Pos = 0;
202 size_t curSize = BufferSize - Pos;
205 memcpy(Buffer + Pos, data, curSize);
206 Pos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaRam.cpp20 size_t Pos; member in class:CInStreamRam
27 Pos = 0;
34 if (size > (Size - Pos))
35 size = (UInt32)(Size - Pos);
37 ((Byte *)data)[i] = Data[Pos + i];
38 Pos += size;
51 size_t Pos; member in class:COutStreamRam
57 Pos = 0;
63 Pos = pos;
68 if (Pos >
[all...]
H A DLzmaBench.cpp153 size_t Pos; member in class:CBenchmarkInStream
161 Pos = 0;
168 size_t remain = Size - Pos;
175 ((Byte *)data)[i] = Data[Pos + i];
176 Pos += size;
189 UInt32 Pos; member in class:CBenchmarkOutStream
194 Pos = 0;
202 size_t curSize = BufferSize - Pos;
205 memcpy(Buffer + Pos, data, curSize);
206 Pos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/
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.c184 s->head[s->ins_h] = (Pos)(str))
189 s->head[s->ins_h] = (Pos)(str))
285 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
286 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
918 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
919 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
930 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
931 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1311 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1319 *p = (Pos)(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
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.c181 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));
957 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
958 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
969 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
970 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1349 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1357 *p = (Pos)(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/
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.c184 s->head[s->ins_h] = (Pos)(str))
189 s->head[s->ins_h] = (Pos)(str))
285 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
286 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
918 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
919 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
930 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
931 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1311 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1319 *p = (Pos)(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
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.c181 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));
957 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
958 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
969 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
970 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1349 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1357 *p = (Pos)(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/
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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/
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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/
H A Dusb_modeswitch.c1862 unsigned Len=0, Pos=0; local
1897 Pos = strcspn (Str, ";#!"); // search for comment
1898 Comment = (Pos==Len) ? NULL : Str+Pos;
1937 Pos=strspn (Str, " \t");
1938 if (Pos==strlen(Str)) {
1945 VarName=Str+Pos;
1947 Pos=strspn (Equal, " \t");
1948 if (Pos==strlen(Equal)) {
1952 Equal+=Pos;
[all...]

Completed in 215 milliseconds

12