Searched refs:outpos (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_rtime.c38 int outpos = 0; local
43 while (pos < (*sourcelen) && outpos <= (*dstlen)-2) {
49 cpage_out[outpos++] = data_in[pos++];
59 cpage_out[outpos++] = runlen;
62 if (outpos >= pos) {
69 *dstlen = outpos;
80 int outpos = 0; local
85 while (outpos<destlen) {
91 cpage_out[outpos++] = value; /* first the verbatim copied byte */
95 positions[value]=outpos;
[all...]
H A Dcompr_rubin.c269 int outpos = 0; local
282 if (outpos > pos) {
290 outpos = (pushedbits(&rs.pp)+7)/8;
292 if (outpos >= pos)
295 *dstlen = outpos;
368 int outpos = 0; local
374 while (outpos < destlen)
375 page_out[outpos++] = in_byte(&rs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Dcompr_rtime.c38 int outpos = 0; local
43 while (pos < (*sourcelen) && outpos <= (*dstlen)-2) {
49 cpage_out[outpos++] = data_in[pos++];
59 cpage_out[outpos++] = runlen;
62 if (outpos >= pos) {
69 *dstlen = outpos;
80 int outpos = 0; local
85 while (outpos<destlen) {
91 cpage_out[outpos++] = value; /* first the verbatim copied byte */
95 positions[value]=outpos;
[all...]
H A Dcompr_rubin.c269 int outpos = 0; local
282 if (outpos > pos) {
290 outpos = (pushedbits(&rs.pp)+7)/8;
292 if (outpos >= pos)
295 *dstlen = outpos;
368 int outpos = 0; local
374 while (outpos < destlen)
375 page_out[outpos++] = in_byte(&rs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/
H A Ddecompress_uncompress.c87 int outpos; local
135 outpos = 0;
200 outbuf[outpos++] = (unsigned char) finchar;
254 if (outpos + i >= OBUFSIZ) {
256 if (i > OBUFSIZ - outpos) {
257 i = OBUFSIZ - outpos;
261 memcpy(outbuf + outpos, stackp, i);
262 outpos += i;
265 if (outpos >= OBUFSIZ) {
266 full_write(fd_out, outbuf, outpos);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/
H A Ddecompress_uncompress.c87 int outpos; local
135 outpos = 0;
200 outbuf[outpos++] = (unsigned char) finchar;
254 if (outpos + i >= OBUFSIZ) {
256 if (i > OBUFSIZ - outpos) {
257 i = OBUFSIZ - outpos;
261 memcpy(outbuf + outpos, stackp, i);
262 outpos += i;
265 if (outpos >= OBUFSIZ) {
266 full_write(fd_out, outbuf, outpos);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/
H A Ddecompress_uncompress.c87 int outpos; local
135 outpos = 0;
200 outbuf[outpos++] = (unsigned char) finchar;
254 if (outpos + i >= OBUFSIZ) {
256 if (i > OBUFSIZ - outpos) {
257 i = OBUFSIZ - outpos;
261 memcpy(outbuf + outpos, stackp, i);
262 outpos += i;
265 if (outpos >= OBUFSIZ) {
266 full_write(fd_out, outbuf, outpos);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/crush/
H A Dmapper.c285 * @outpos: our position in that vector
294 int *out, int outpos,
309 dprintk("CHOOSE%s bucket %d x %d outpos %d numrep %d\n", recurse_to_leaf ? "_LEAF" : "",
310 bucket->id, x, outpos, numrep);
312 for (rep = outpos; rep < numrep; rep++) {
376 for (i = 0; i < outpos; i++) {
389 x, outpos+1, 0,
390 out2, outpos,
392 NULL) <= outpos)
397 out2[outpos]
290 crush_choose(struct crush_map *map, struct crush_bucket *bucket, __u32 *weight, int x, int numrep, int type, int *out, int outpos, int firstn, int recurse_to_leaf, int *out2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/crush/
H A Dmapper.c285 * @outpos: our position in that vector
294 int *out, int outpos,
309 dprintk("CHOOSE%s bucket %d x %d outpos %d numrep %d\n", recurse_to_leaf ? "_LEAF" : "",
310 bucket->id, x, outpos, numrep);
312 for (rep = outpos; rep < numrep; rep++) {
376 for (i = 0; i < outpos; i++) {
389 x, outpos+1, 0,
390 out2, outpos,
392 NULL) <= outpos)
397 out2[outpos]
290 crush_choose(struct crush_map *map, struct crush_bucket *bucket, __u32 *weight, int x, int numrep, int type, int *out, int outpos, int firstn, int recurse_to_leaf, int *out2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wan/
H A Dsbni.c79 unsigned int inppos, outpos; /* positions in rx/tx buffers */ member in struct:net_local
692 unsigned len = min_t(unsigned int, skb->len - nl->outpos, nl->framelen);
694 outsb( dev->base_addr + DAT, skb->data + nl->outpos, len );
695 *crc_p = calc_crc32( *crc_p, skb->data + nl->outpos, len );
774 nl->outpos = 0;
789 nl->outpos += nl->framelen;
794 nl->tx_buf_p->len - nl->outpos);
856 nl->outpos = 0;
894 nl->outpos = 0;
918 if( nl->outpos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dsbni.c79 unsigned int inppos, outpos; /* positions in rx/tx buffers */ member in struct:net_local
692 unsigned len = min_t(unsigned int, skb->len - nl->outpos, nl->framelen);
694 outsb( dev->base_addr + DAT, skb->data + nl->outpos, len );
695 *crc_p = calc_crc32( *crc_p, skb->data + nl->outpos, len );
774 nl->outpos = 0;
789 nl->outpos += nl->framelen;
794 nl->tx_buf_p->len - nl->outpos);
856 nl->outpos = 0;
894 nl->outpos = 0;
918 if( nl->outpos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/compression/
H A Dmszip.c73 uint8_t *outpos; /* (high level) start of data to use up */ member in struct:decomp_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/compression/
H A Dmszip.c73 uint8_t *outpos; /* (high level) start of data to use up */ member in struct:decomp_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/compression/
H A Dmszip.c73 uint8_t *outpos; /* (high level) start of data to use up */ member in struct:decomp_state

Completed in 154 milliseconds