Searched refs:rsize (Results 26 - 50 of 92) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
H A Ddso_dl.c315 int len, rsize, transform; local
318 rsize = len + 1;
322 rsize += strlen(extension); /* The length of ".s?" */
324 rsize += 3; /* The length of "lib" */
326 translated = OPENSSL_malloc(rsize);
H A Ddso_dlfcn.c357 int len, rsize, transform; local
360 rsize = len + 1;
364 rsize += DSO_extlen; /* The length of ".so" */
366 rsize += 3; /* The length of "lib" */
368 translated = OPENSSL_malloc(rsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
H A Ddso_dl.c315 int len, rsize, transform; local
318 rsize = len + 1;
322 rsize += strlen(extension); /* The length of ".s?" */
324 rsize += 3; /* The length of "lib" */
326 translated = OPENSSL_malloc(rsize);
H A Ddso_dlfcn.c357 int len, rsize, transform; local
360 rsize = len + 1;
364 rsize += DSO_extlen; /* The length of ".so" */
366 rsize += 3; /* The length of "lib" */
368 translated = OPENSSL_malloc(rsize);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c92 int rsize = 0; local
163 rsize = safe_read(fd_in, inbuf + insize, IBUFSIZ);
165 insize += rsize;
168 inbits = ((rsize > 0) ? (insize - insize % n_bits) << 3 :
290 } while (rsize > 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddesktop.c128 u_int16_t bsize, rsize, vid; local
189 memcpy( &rsize, irh + 10, sizeof( rsize ));
190 rsize = ntohs( rsize );
198 if ( bsize != rsize )
203 if ( lseek( si.sdt_fd, (off_t) rsize, SEEK_CUR ) < 0 ) {
414 u_int16_t vid, bsize, rsize; local
466 memcpy( &rsize, ih + 10, sizeof( rsize ));
[all...]
H A Dcatsearch.c478 * @param rsize (w) length of data written to output buffer
488 int *rsize,
675 *rsize = rrbuf - rbuf;
697 * @param rsize (w) length of data written to output buffer
707 int *rsize,
830 *rsize = rrbuf - rbuf;
845 int ret, rsize; local
1045 ret = catsearch_db(vol, vol->v_root, uname, rmatches, &catpos[0], rbuf+24, &nrecs, &rsize, ext);
1048 ret = catsearch(vol, vol->v_root, rmatches, &catpos[0], rbuf+24, &nrecs, &rsize, ext);
1064 *rbuflen += rsize;
482 catsearch(struct vol *vol, struct dir *dir, int rmatches, uint32_t *pos, char *rbuf, uint32_t *nrecs, int *rsize, int ext) argument
700 catsearch_db(struct vol *vol, struct dir *dir, const char *uname, int rmatches, uint32_t *pos, char *rbuf, uint32_t *nrecs, int *rsize, int ext) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-cypress.c35 unsigned int rsize)
43 for (i = 0; i < rsize - 4; i++)
34 cp_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int rsize) argument
H A Dhid-sony.c35 unsigned int rsize)
40 rsize >= 56 && rdesc[54] == 0x81 && rdesc[55] == 0x07) {
34 sony_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int rsize) argument
H A Dhid-zydacron.c31 unsigned int rsize)
33 if (rsize >= 253 &&
30 zc_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int rsize) argument
H A Dhid-lg.c45 unsigned int rsize)
49 if ((quirks & LG_RDESC) && rsize >= 90 && rdesc[83] == 0x26 &&
56 if ((quirks & LG_RDESC_REL_ABS) && rsize >= 50 &&
44 lg_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int rsize) argument
H A Dhid-microsoft.c37 unsigned int rsize)
41 if ((quirks & MS_RDESC) && rsize == 571 && rdesc[557] == 0x19 &&
36 ms_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int rsize) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_mount.h31 int rsize; /* 1 */ member in struct:nfs_mount_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_console.c472 int rsize, written = 0; local
487 while (count > 0 && (rsize = hp->outbuf_size - hp->n_outbuf) > 0) {
488 if (rsize > count)
489 rsize = count;
490 memcpy(hp->outbuf + hp->n_outbuf, buf, rsize);
491 count -= rsize;
492 buf += rsize;
493 hp->n_outbuf += rsize;
494 written += rsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dclient.c1258 int err, rsize, total; local
1269 rsize = fid->iounit;
1270 if (!rsize || rsize > clnt->msize-P9_IOHDRSZ)
1271 rsize = clnt->msize - P9_IOHDRSZ;
1273 if (count < rsize)
1274 rsize = count;
1276 req = p9_client_rpc(clnt, P9_TREAD, "dqd", fid->fid, offset, rsize);
1316 int err, rsize, total; local
1326 rsize
1706 int err, rsize, total; local
[all...]
H A Dtrans_fd.c119 * @rsize: amount to read for current frame
142 int rsize; member in struct:p9_conn
306 m->rsize = 7; /* start by reading header */
311 m->rpos, m->rsize, m->rsize-m->rpos);
313 m->rsize - m->rpos);
325 if ((!m->req) && (m->rpos == m->rsize)) { /* header read in */
360 memcpy(m->rbuf, m->tmp_buf, m->rsize);
361 m->rsize = n;
365 if ((m->req) && (m->rpos == m->rsize)) { /* packe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dfile.c60 unsigned int rsize = smb_get_rsize(server); local
64 VERBOSE("file %s/%s, count=%d@%Ld, rsize=%d\n",
65 DENTRY_PATH(dentry), count, offset, rsize);
72 if (count < rsize)
73 rsize = count;
75 result = server->ops->read(dentry->d_inode,offset,rsize,buffer);
84 if (result < rsize)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dclient.c824 if (data->rsize)
825 server->rsize = nfs_block_size(data->rsize, NULL);
876 if (server->rsize == 0)
877 server->rsize = nfs_block_size(fsinfo->rtpref, NULL);
881 if (fsinfo->rtmax >= 512 && server->rsize > fsinfo->rtmax)
882 server->rsize = nfs_block_size(fsinfo->rtmax, NULL);
887 if (server->rsize > max_rpc_payload)
888 server->rsize = max_rpc_payload;
889 if (server->rsize > NFS_MAX_FILE_IO_SIZ
[all...]
H A Dnfsroot.c137 {Opt_rsize, "rsize=%u"},
204 nfs_data.rsize = option;
301 nfs_data.rsize = NFS_DEF_FILE_IO_SIZE;
349 printk(KERN_NOTICE "Root-NFS: rsize = %d, wsize = %d, timeo = %d, retrans = %d\n",
350 nfs_data.rsize, nfs_data.wsize, nfs_data.timeo, nfs_data.retrans);
H A Dfscache.h40 unsigned int rsize; /* read size */ member in struct:nfs_fscache_key::__anon16745::__anon16747
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dasfdec.c874 rsize += 4; \
878 rsize += 2; \
882 rsize++; \
899 int rsize = 8; local
937 rsize += 3;
964 // rsize has at least 11 bytes which have to be present
968 rsize++;
974 if (rsize > packet_length - padsize) {
978 rsize, packet_length, padsize, avio_tell(pb));
981 asf->packet_size_left = packet_length - padsize - rsize;
998 int rsize = 1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dasfdec.c711 case 3: var = avio_rl32(pb); rsize += 4; break; \
712 case 2: var = avio_rl16(pb); rsize += 2; break; \
713 case 1: var = avio_r8(pb); rsize++; break; \
727 int rsize = 8; local
763 rsize+=3;
787 // rsize has at least 11 bytes which have to be present
790 asf->packet_segsizetype = avio_r8(pb); rsize++;
796 if (rsize > packet_length - padsize) {
800 rsize, packet_length, padsize, avio_tell(pb));
803 asf->packet_size_left = packet_length - padsize - rsize;
817 int rsize = 1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c490 u_int32_t rsize, csize; local
503 nr = readn(fd, &rsize, 4);
508 if (rsize > 0) {
509 if (rec->size < rsize)
510 rec->data = realloc(rec->data, rsize);
512 nr = readn(fd, recbuf, rsize);
518 rec->size = rsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dconnect.c103 unsigned int rsize; member in struct:smb_vol
1122 } else if (strnicmp(data, "rsize", 5) == 0) {
1124 vol->rsize =
2079 /* make the bufsizes depend on wsize/rsize and max requests */
2323 if (sb && (CIFS_SB(sb)->rsize > 127 * 1024)) {
2325 CIFS_SB(sb)->rsize = 127 * 1024;
2386 if (pvolume_info->rsize > CIFSMaxBufSize) {
2387 cERROR(1, "rsize %d too large, using MaxBufSize",
2388 pvolume_info->rsize);
2389 cifs_sb->rsize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/math-emu/
H A Dop-4.h639 /* Put the FP value X into r, which is an integer of size rsize. */
640 #define _FP_FRAC_ASSEMBLE_4(r, X, rsize) \
642 if (rsize <= _FP_W_TYPE_SIZE) \
644 else if (rsize <= 2*_FP_W_TYPE_SIZE) \
665 /* move an integer of size rsize into X's fractional part. We rely on
669 #define _FP_FRAC_DISASSEMBLE_4(X, r, rsize) \
672 X##_f[1] = (rsize <= _FP_W_TYPE_SIZE ? 0 : r >> _FP_W_TYPE_SIZE); \
673 X##_f[2] = (rsize <= 2*_FP_W_TYPE_SIZE ? 0 : r >> 2*_FP_W_TYPE_SIZE); \
674 X##_f[3] = (rsize <= 3*_FP_W_TYPE_SIZE ? 0 : r >> 3*_FP_W_TYPE_SIZE); \

Completed in 412 milliseconds

1234