Searched refs:isize (Results 1 - 25 of 187) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/romfs/
H A Dmmap-nommu.c30 unsigned long isize, offset; local
35 isize = i_size_read(inode);
37 if (offset > isize || len > isize || offset > isize - len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/romfs/
H A Dmmap-nommu.c30 unsigned long isize, offset; local
35 isize = i_size_read(inode);
37 if (offset > isize || len > isize || offset > isize - len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dslhc_vj.h179 int slhc_compress(struct slcompress *comp, unsigned char *icp, int isize,
181 int slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize);
182 int slhc_remember(struct slcompress *comp, unsigned char *icp, int isize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dslhc_vj.h179 int slhc_compress(struct slcompress *comp, unsigned char *icp, int isize,
181 int slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize);
182 int slhc_remember(struct slcompress *comp, unsigned char *icp, int isize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dcache.h35 u32 isize; /* L1 i-cache size */ member in struct:ppc64_caches
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcache.h35 u32 isize; /* L1 i-cache size */ member in struct:ppc64_caches
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dppp_deflate.c72 int isize, int osize);
75 int isize, unsigned char *obuf, int osize);
203 * @isize: size of uncompressed packet
210 int isize, int osize)
225 if (osize > isize)
226 osize = isize;
249 state->strm.avail_in = (isize - off);
272 if (olen < isize) {
276 state->stats.inc_bytes += isize;
280 state->stats.unc_bytes += isize;
209 z_compress(void *arg, unsigned char *rptr, unsigned char *obuf, int isize, int osize) argument
438 z_decompress(void *arg, unsigned char *ibuf, int isize, unsigned char *obuf, int osize) argument
[all...]
H A Dslhc.c217 * icp and isize are the original packet.
224 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, argument
244 if(isize<sizeof(struct iphdr))
245 return isize;
256 return isize;
267 if(hlen > isize || th->syn || th->fin || th->rst ||
271 return isize;
458 memcpy(cp+deltaS,icp+hlen,isize-hlen);
461 return isize - hlen + deltaS + (cp - ocp);
476 memcpy(ocp, icp, isize);
485 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) argument
632 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) argument
710 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) argument
716 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) argument
724 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) argument
[all...]
H A Dppp_mppe_mppc.c570 unsigned char *obuf, int isize, int osize)
578 osize >= (((isize*9)/8)+1)+2, but we don't do that because in
589 if (state->histptr + isize >= 2*MPPE_HIST_LEN) {
594 /* add packet to the history; isize must be <= MPPE_HIST_LEN */
596 memcpy(sbuf, ibuf, isize);
597 state->histptr += isize;
600 r = sbuf + isize;
603 while (i < isize - 2) {
699 while(isize - i > 0) {
716 int isize, in
569 mppc_compress(struct ppp_mppe_state *state, unsigned char *ibuf, unsigned char *obuf, int isize, int osize) argument
715 mppe_compress(void *arg, unsigned char *ibuf, unsigned char *obuf, int isize, int osize) argument
896 mppc_decompress(struct ppp_mppe_state *state, unsigned char *ibuf, unsigned char *obuf, int isize, int osize) argument
1079 mppe_decompress(void *arg, unsigned char *ibuf, int isize, unsigned char *obuf, int osize) argument
[all...]
H A Dppp_mppe.c368 int isize, int osize)
383 if (osize < isize + MPPE_OVHD + 2) {
391 osize = isize + MPPE_OVHD + 2;
398 obuf[2] = PPP_COMP >> 8; /* isize + MPPE_OVHD + 1 */
399 obuf[3] = PPP_COMP; /* isize + MPPE_OVHD + 2 */
424 isize -= 2;
429 setup_sg(sg_in, ibuf, isize);
431 if (crypto_blkcipher_encrypt(&desc, sg_out, sg_in, isize) != 0) {
436 state->stats.unc_bytes += isize;
476 mppe_decompress(void *arg, unsigned char *ibuf, int isize, unsigne argument
367 mppe_compress(void *arg, unsigned char *ibuf, unsigned char *obuf, int isize, int osize) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dppp_deflate.c72 int isize, int osize);
75 int isize, unsigned char *obuf, int osize);
203 * @isize: size of uncompressed packet
210 int isize, int osize)
225 if (osize > isize)
226 osize = isize;
249 state->strm.avail_in = (isize - off);
272 if (olen < isize) {
276 state->stats.inc_bytes += isize;
280 state->stats.unc_bytes += isize;
209 z_compress(void *arg, unsigned char *rptr, unsigned char *obuf, int isize, int osize) argument
438 z_decompress(void *arg, unsigned char *ibuf, int isize, unsigned char *obuf, int osize) argument
[all...]
H A Dslhc.c217 * icp and isize are the original packet.
224 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, argument
244 if(isize<sizeof(struct iphdr))
245 return isize;
256 return isize;
267 if(hlen > isize || th->syn || th->fin || th->rst ||
271 return isize;
458 memcpy(cp+deltaS,icp+hlen,isize-hlen);
461 return isize - hlen + deltaS + (cp - ocp);
476 memcpy(ocp, icp, isize);
485 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) argument
632 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) argument
710 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) argument
716 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) argument
724 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) argument
[all...]
H A Dppp_mppe_mppc.c570 unsigned char *obuf, int isize, int osize)
578 osize >= (((isize*9)/8)+1)+2, but we don't do that because in
589 if (state->histptr + isize >= 2*MPPE_HIST_LEN) {
594 /* add packet to the history; isize must be <= MPPE_HIST_LEN */
596 memcpy(sbuf, ibuf, isize);
597 state->histptr += isize;
600 r = sbuf + isize;
603 while (i < isize - 2) {
699 while(isize - i > 0) {
716 int isize, in
569 mppc_compress(struct ppp_mppe_state *state, unsigned char *ibuf, unsigned char *obuf, int isize, int osize) argument
715 mppe_compress(void *arg, unsigned char *ibuf, unsigned char *obuf, int isize, int osize) argument
896 mppc_decompress(struct ppp_mppe_state *state, unsigned char *ibuf, unsigned char *obuf, int isize, int osize) argument
1079 mppe_decompress(void *arg, unsigned char *ibuf, int isize, unsigned char *obuf, int osize) argument
[all...]
H A Dppp_mppe.c368 int isize, int osize)
383 if (osize < isize + MPPE_OVHD + 2) {
391 osize = isize + MPPE_OVHD + 2;
398 obuf[2] = PPP_COMP >> 8; /* isize + MPPE_OVHD + 1 */
399 obuf[3] = PPP_COMP; /* isize + MPPE_OVHD + 2 */
424 isize -= 2;
429 setup_sg(sg_in, ibuf, isize);
431 if (crypto_blkcipher_encrypt(&desc, sg_out, sg_in, isize) != 0) {
436 state->stats.unc_bytes += isize;
476 mppe_decompress(void *arg, unsigned char *ibuf, int isize, unsigne argument
367 mppe_compress(void *arg, unsigned char *ibuf, unsigned char *obuf, int isize, int osize) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_file.c334 xfs_fsize_t isize, new_size; local
361 isize = i_size_read(inode);
362 if (unlikely(ret < 0 && ret != -EFAULT && *ppos > isize))
363 *ppos = isize;
393 xfs_fsize_t isize)
405 zero_offset = XFS_B_FSB_OFFSET(mp, isize);
414 last_fsb = XFS_B_TO_FSBT(mp, isize);
423 * If the block underlying isize is just a hole, then there
437 if (isize + zero_len > offset)
438 zero_len = offset - isize;
390 xfs_zero_last_block( xfs_inode_t *ip, xfs_fsize_t offset, xfs_fsize_t isize) argument
458 xfs_zero_eof( xfs_inode_t *ip, xfs_off_t offset, xfs_fsize_t isize) argument
579 xfs_fsize_t isize, new_size; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_file.c334 xfs_fsize_t isize, new_size; local
361 isize = i_size_read(inode);
362 if (unlikely(ret < 0 && ret != -EFAULT && *ppos > isize))
363 *ppos = isize;
393 xfs_fsize_t isize)
405 zero_offset = XFS_B_FSB_OFFSET(mp, isize);
414 last_fsb = XFS_B_TO_FSBT(mp, isize);
423 * If the block underlying isize is just a hole, then there
437 if (isize + zero_len > offset)
438 zero_len = offset - isize;
390 xfs_zero_last_block( xfs_inode_t *ip, xfs_fsize_t offset, xfs_fsize_t isize) argument
458 xfs_zero_eof( xfs_inode_t *ip, xfs_off_t offset, xfs_fsize_t isize) argument
579 xfs_fsize_t isize, new_size; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/
H A Dtcm825x.c389 enum image_size isize; local
393 for (isize = subQCIF; isize < VGA; isize++) {
394 if (tcm825x_sizes[isize + 1].height
395 * tcm825x_sizes[isize + 1].width > pixels) {
396 dev_dbg(&sensor->i2c_client->dev, "size %d\n", isize);
398 return isize;
417 enum image_size isize = tcm825x_find_size(s, pix->width, pix->height); local
431 val = tcm825x_siz_reg[isize]
599 enum image_size isize; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dtcm825x.c389 enum image_size isize; local
393 for (isize = subQCIF; isize < VGA; isize++) {
394 if (tcm825x_sizes[isize + 1].height
395 * tcm825x_sizes[isize + 1].width > pixels) {
396 dev_dbg(&sensor->i2c_client->dev, "size %d\n", isize);
398 return isize;
417 enum image_size isize = tcm825x_find_size(s, pix->width, pix->height); local
431 val = tcm825x_siz_reg[isize]
599 enum image_size isize; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/include/linux/
H A Dppp-comp.h89 unsigned char *obuf, int isize, int osize);
109 int (*decompress) (void *state, unsigned char *ibuf, int isize,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dppp-comp.h81 unsigned char *obuf, int isize, int osize);
101 int (*decompress) (void *state, unsigned char *ibuf, int isize,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dppp-comp.h81 unsigned char *obuf, int isize, int osize);
101 int (*decompress) (void *state, unsigned char *ibuf, int isize,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/include/linux/
H A Dppp-comp.h89 unsigned char *obuf, int isize, int osize);
109 int (*decompress) (void *state, unsigned char *ibuf, int isize,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/include/linux/
H A Dppp-comp.h89 unsigned char *obuf, int isize, int osize);
109 int (*decompress) (void *state, unsigned char *ibuf, int isize,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dppp-comp.h81 unsigned char *obuf, int isize, int osize);
101 int (*decompress) (void *state, unsigned char *ibuf, int isize,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dppp-comp.h81 unsigned char *obuf, int isize, int osize);
101 int (*decompress) (void *state, unsigned char *ibuf, int isize,

Completed in 183 milliseconds

12345678