Searched refs:csize (Results 76 - 100 of 113) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dgc.c611 crc = crc32(0, node->i.data, je32_to_cpu(node->i.csize));
776 ri.csize = cpu_to_je32(mdatalen);
1016 ri.csize = cpu_to_je32(0);
1294 ri.csize = cpu_to_je32(cdatalen);
H A Dnodelist.h233 uint16_t csize; member in struct:jffs2_tmp_dnode_info
H A Ddir.c346 ri->isize = ri->dsize = ri->csize = cpu_to_je32(inode->i_size);
677 ri->dsize = ri->csize = cpu_to_je32(devlen);
H A Dwrite.c186 D1(printk(KERN_DEBUG "jffs2_write_dnode wrote node at 0x%08x(%d) with dsize 0x%x, csize 0x%x, node_crc 0x%08x, data_crc 0x%08x, totlen 0x%08x\n",
188 je32_to_cpu(ri->csize), je32_to_cpu(ri->node_crc),
371 ri->csize = cpu_to_je32(cdatalen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dx_tables.c471 u_int16_t csize = match->compatsize ? : match->matchsize; local
472 return XT_ALIGN(match->matchsize) - COMPAT_XT_ALIGN(csize);
583 u_int16_t csize = target->compatsize ? : target->targetsize; local
584 return XT_ALIGN(target->targetsize) - COMPAT_XT_ALIGN(csize);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dnfa.c653 /* Map NUL's to csize. */
654 mkechar( sym ? sym : csize, nextecm, ecgroup );
H A Dflexdef.h373 * csize - size of character set for the scanner we're generating;
392 extern int csize;
H A Dmisc.c172 if ( c >= csize )
H A Dinitscan.c1818 csize = option_sense ? 128 : 256; variable
1823 csize = option_sense ? 256 : 128; variable
H A Dscan.c1818 csize = option_sense ? 128 : 256; variable
1823 csize = option_sense ? 256 : 128; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dinflate.c618 while (G.csize > 0) {
619 Trace((stderr, "first loop: G.csize = %ld\n", G.csize));
634 if (G.csize <= 0L) /* "END-of-entry-condition" ? */
H A Dunzip.h613 Uzp_Siz64 csize; member in struct:_Uzp_cdir_Rec
H A Dzipinfo.c879 tot_csize += G.crec.csize;
1038 G.crec.filename_length + G.crec.extra_field_length + G.crec.csize;
1143 FmZofft(G.crec.csize, NULL, "u")));
1512 *pEndprev = 0L; /* no clue about csize of local */
1521 *pEndprev = 0L; /* no clue about csize of local */
1644 *pEndprev = 0L; /* no clue about csize of local */
1747 *pEndprev = 0L; /* no clue about csize of local */
2147 zusz_t csiz = G.crec.csize;
2155 FmZofft(G.crec.csize, "8", "u")));
H A Dlist.c321 csiz = G.crec.csize;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c84 unsigned csize; /* current hash size */ member in struct:xhash_s
546 newhash->csize = FIRST_PRIME;
547 newhash->items = xzalloc(newhash->csize * sizeof(hash_item *));
557 hi = hash->items [ hashidx(name) % hash->csize ];
578 for (i = 0; i < hash->csize; i++) {
590 hash->csize = newsize;
603 if (++hash->nel / hash->csize > 10)
610 idx = hashidx(name) % hash->csize;
627 phi = &(hash->items[hashidx(name) % hash->csize]);
710 for (i = 0; i < array->csize;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemcontrol.c1634 int csize, bool oom_check)
1641 ret = res_counter_charge(&mem->res, csize, &fail_res);
1646 ret = res_counter_charge(&mem->memsw, csize, &fail_res);
1650 res_counter_uncharge(&mem->res, csize);
1656 if (csize > PAGE_SIZE) /* change csize and retry */
1701 int csize = CHARGE_SIZE; local
1784 ret = __mem_cgroup_do_charge(mem, gfp_mask, csize, oom_check);
1790 csize = PAGE_SIZE;
1811 if (csize > PAGE_SIZ
1633 __mem_cgroup_do_charge(struct mem_cgroup *mem, gfp_t gfp_mask, int csize, bool oom_check) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Diuu_phoenix.c965 int csize = CS7; local
983 csize = CS8;
1004 /* Re-encode speed, parity and csize */
1007 tty->termios->c_cflag |= newval | csize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dflexdef.h373 * csize - size of character set for the scanner we're generating;
392 extern int csize;
H A Dmisc.c172 if ( c >= csize )
H A Dinitscan.c1818 csize = option_sense ? 128 : 256; variable
1823 csize = option_sense ? 256 : 128; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtftp.c408 static size_t tftp_option_add(tftp_state_data_t *state, size_t csize, argument
411 if(( strlen(option) + csize + 1 ) > (size_t)state->blksize)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/MVS/
H A Dinitscan-mvs.c1447 (int *) malloc( sizeof( int ) * (unsigned) csize );
1453 for ( i = 0; i < csize; ++i )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.c2145 uzoff_t csize; /* compressed file size for stats */ local
2314 des_csize = 0; /* Data descriptor csize */
4272 csize = z->siz;
4290 if (csize != (uzoff_t) -1 && csize != (uzoff_t) -2)
4291 bytes_total += csize;
4310 if (csize != (uzoff_t) -1 && csize != (uzoff_t) -2)
4311 bytes_total += csize;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/MVS/
H A Dinitscan-mvs.c1447 (int *) malloc( sizeof( int ) * (unsigned) csize );
1453 for ( i = 0; i < csize; ++i )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeg2000dec.c1161 int i, csize = 1; local
1178 csize *= tile->comp[0].coord[i][1] - tile->comp[0].coord[i][0];
1182 for (i = 0; i < csize; i++) {
1193 for (i = 0; i < csize; i++) {
1204 for (i = 0; i < csize; i++) {

Completed in 426 milliseconds

12345