Searched refs:nbytes (Results 76 - 100 of 232) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Ddbdma.c561 _au1xxx_dbdma_put_source(u32 chanid, void *buf, int nbytes, u32 flags) argument
587 dp->dscr_cmd1 = nbytes;
601 dma_cache_wback_inv((unsigned long)buf, nbytes);
613 return nbytes;
622 _au1xxx_dbdma_put_dest(u32 chanid, void *buf, int nbytes, u32 flags) argument
653 dp->dscr_cmd1 = nbytes;
661 dma_cache_inv((unsigned long)buf,nbytes);
673 return nbytes;
683 au1xxx_dbdma_get_dest(u32 chanid, void **buf, int *nbytes) argument
709 *nbytes
939 u32 nbytes=0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_rw.c32 DWORD nbytes; local
57 buf, (DWORD)io_len, &nbytes, &over))
69 buf, (DWORD)io_len, &nbytes, &over))
73 if (nbytes == io_len) {
74 *niop = (size_t)nbytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dstr-list.c65 size_t nbytes; local
68 nbytes = slp->nitems_max * sizeof (slp->item[0]);
69 slp->item = (const char **) xrealloc (slp->item, nbytes);
H A Dmessage.c179 size_t nbytes; local
191 nbytes = (mp->filepos_count + 1) * sizeof (mp->filepos[0]);
192 mp->filepos = xrealloc (mp->filepos, nbytes);
312 size_t nbytes; local
315 nbytes = mlp->nitems_max * sizeof (message_ty *);
316 mlp->item = xrealloc (mlp->item, nbytes);
335 size_t nbytes; local
338 nbytes = mlp->nitems_max * sizeof (message_ty *);
339 mlp->item = xrealloc (mlp->item, nbytes);
361 size_t nbytes; local
625 size_t nbytes; local
759 size_t nbytes; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dsockfilt.c255 * in nbytes or it fails with a condition that cannot be handled with a simple
259 static ssize_t fullread(int filedes, void *buffer, size_t nbytes) argument
266 rc = read(filedes, (unsigned char *)buffer + nread, nbytes - nread);
288 } while((size_t)nread < nbytes);
299 * indicated in nbytes or it fails with a condition that cannot be handled
303 static ssize_t fullwrite(int filedes, const void *buffer, size_t nbytes) argument
310 wc = write(filedes, (unsigned char *)buffer + nwrite, nbytes - nwrite);
332 } while((size_t)nwrite < nbytes);
341 * read_stdin tries to read from stdin nbytes into the given buffer. This is a
342 * blocking function that will only return TRUE when nbytes hav
347 read_stdin(void *buffer, size_t nbytes) argument
364 write_stdout(const void *buffer, size_t nbytes) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_v110.c102 v->nbytes = 8 / v->nbits;
119 v->framelen = v->nbytes * 10;
154 for (i = 0; (i < v->decodelen) && (i < v->nbytes); i++)
287 if (v->decodelen < v->nbytes) { /* got a new header ? */
291 if (ValidHeaderBytes(v) != v->nbytes) { /* is that a valid header? */
295 len = (v->decodelen - (v->decodelen % (10 * v->nbytes))) / v->nbytes;
303 for (j = 0; j < v->nbytes; j++)
304 v110_buf[i] |= (v->decodebuf[(i * v->nbytes) + j] & v->key) << (8 - ((j + 1) * v->nbits));
307 v->decodelen = (v->decodelen % (10 * v->nbytes));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dgenalloc.c54 int nbytes = sizeof(struct gen_pool_chunk) + local
57 chunk = kmalloc_node(nbytes, GFP_KERNEL, nid);
61 memset(chunk, 0, nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dlrw.c140 if (!(avail = w->nbytes))
170 if (!(avail = w->nbytes))
181 struct scatterlist *src, unsigned int nbytes)
186 blkcipher_walk_init(&w, dst, src, nbytes);
192 struct scatterlist *src, unsigned int nbytes)
197 blkcipher_walk_init(&w, dst, src, nbytes);
180 encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
191 decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
H A Dxcbc.c113 unsigned int nbytes)
180 nbytes-=sg[i].length;
182 } while (nbytes>0);
189 unsigned int nbytes)
193 return crypto_xcbc_digest_update2(pdesc, sg, nbytes);
247 struct scatterlist *sg, unsigned int nbytes, u8 *out)
253 crypto_xcbc_digest_update2(pdesc, sg, nbytes);
111 crypto_xcbc_digest_update2(struct hash_desc *pdesc, struct scatterlist *sg, unsigned int nbytes) argument
187 crypto_xcbc_digest_update(struct hash_desc *pdesc, struct scatterlist *sg, unsigned int nbytes) argument
246 crypto_xcbc_digest(struct hash_desc *pdesc, struct scatterlist *sg, unsigned int nbytes, u8 *out) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-cuda.c107 void (*done)(struct adb_request *), int nbytes, ...);
359 int nbytes, ...)
369 req->nbytes = nbytes;
371 va_start(list, nbytes);
372 for (i = 0; i < nbytes; ++i)
384 if (req->nbytes < 2 || req->data[0] > CUDA_PACKET) {
513 if (data_index >= req->nbytes) {
358 cuda_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) argument
H A Dvia-maciisi.c246 for (i = 0; i < req->nbytes; i++) {
298 int nbytes, ...)
303 req->nbytes = nbytes;
306 va_start(list, nbytes);
307 for (i = 0; i < nbytes; i++)
323 if (req->nbytes < 2 || req->data[0] > CUDA_PACKET) {
513 if (data_index >= req->nbytes) {
297 maciisi_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) argument
H A Dmacio-adb.c174 for (i = 0; i < req->nbytes - 1; ++i)
176 --req->nbytes;
216 for (i = 0; i < req->nbytes; ++i)
218 out_8(&adb->dcount.r, req->nbytes & HMB);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dxdr.c48 * @nbytes: size of data.
50 * Copy the array of data of length nbytes at ptr to the XDR buffer
58 __be32 *xdr_encode_opaque_fixed(__be32 *p, const void *ptr, unsigned int nbytes) argument
60 if (likely(nbytes != 0)) {
61 unsigned int quadlen = XDR_QUADLEN(nbytes);
62 unsigned int padding = (quadlen << 2) - nbytes;
65 memcpy(p, ptr, nbytes);
67 memset((char *)p + nbytes, 0, padding);
78 * @nbytes: size of data.
82 __be32 *xdr_encode_opaque(__be32 *p, const void *ptr, unsigned int nbytes) argument
468 xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes) argument
551 xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml-ostream.c127 int nbytes; local
134 nbytes = u8_mbtouc (&uc, (const unsigned char *) inptr, insize);
188 inptr += nbytes;
189 insize -= nbytes;
H A Dhtml-ostream.oo.c126 int nbytes; local
133 nbytes = u8_mbtouc (&uc, (const unsigned char *) inptr, insize);
187 inptr += nbytes;
188 insize -= nbytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhtml-ostream.oo.c126 int nbytes; local
133 nbytes = u8_mbtouc (&uc, (const unsigned char *) inptr, insize);
187 inptr += nbytes;
188 insize -= nbytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drandom.h51 extern void get_random_bytes(void *buf, int nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsrm_env.c86 int nbytes; local
99 nbytes = (int) ret;
102 nbytes = -EFAULT;
104 return nbytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_put.c437 u_int32_t nbytes; local
451 nbytes =
454 return (__db_partsize(nbytes, data));
462 __bam_build(dbc, op, dbt, h, indx, nbytes)
464 u_int32_t op, indx, nbytes;
484 if (rdata->ulen < nbytes) {
486 nbytes, &rdata->data)) != 0) {
491 rdata->ulen = nbytes;
499 F_ISSET(dbp, DB_AM_FIXEDLEN) ? t->re_pad : 0, nbytes);
606 int32_t nbytes; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dgen_estimator.c112 u64 nbytes; local
117 nbytes = e->bstats->bytes;
119 rate = (nbytes - e->last_bytes)<<(7 - idx);
120 e->last_bytes = nbytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dread.c241 size_t rsize = NFS_SERVER(inode)->rsize, nbytes; local
248 nbytes = count;
250 size_t len = min(nbytes,rsize);
258 nbytes -= len;
259 } while(nbytes != 0);
264 nbytes = count;
271 if (nbytes < rsize)
272 rsize = nbytes;
276 nbytes -= rsize;
278 } while (nbytes !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dglobal.c1002 size_t nbytes;
1005 nbytes = n * m;
1006 if (m && nbytes / m != n)
1012 p = gcry_xmalloc ( nbytes );
1013 memset ( p, 0, nbytes );
1020 size_t nbytes;
1023 nbytes = n * m;
1024 if (m && nbytes / m != n)
1030 p = gcry_xmalloc_secure ( nbytes );
1031 memset ( p, 0, nbytes );
998 size_t nbytes; local
1016 size_t nbytes; local
[all...]
H A Dvisibility.c553 gcry_cipher_info (gcry_cipher_hd_t h, int what, void *buffer, size_t *nbytes) argument
555 return _gcry_cipher_info (h, what, buffer, nbytes);
559 gcry_cipher_algo_info (int algo, int what, void *buffer, size_t *nbytes) argument
564 return _gcry_cipher_algo_info (algo, what, buffer, nbytes);
697 gcry_pk_algo_info (int algo, int what, void *buffer, size_t *nbytes) argument
702 return _gcry_pk_algo_info (algo, what, buffer, nbytes);
885 gcry_md_info (gcry_md_hd_t h, int what, void *buffer, size_t *nbytes) argument
890 return _gcry_md_info (h, what, buffer, nbytes);
894 gcry_md_algo_info (int algo, int what, void *buffer, size_t *nbytes) argument
896 return _gcry_md_algo_info (algo, what, buffer, nbytes);
1245 gcry_random_bytes(size_t nbytes, enum gcry_random_level level) argument
1258 gcry_random_bytes_secure(size_t nbytes, enum gcry_random_level level) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dfileio.c250 unsigned int nbytes, unsigned int *written)
263 while (nbytes > 0) {
270 if (c > nbytes)
271 c = nbytes;
286 nbytes -= c;
249 ext2fs_file_write(ext2_file_t file, const void *buf, unsigned int nbytes, unsigned int *written) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndunix.c513 slow_poll(FILE *dbgfp, int dbgall, size_t *nbytes )
695 *nbytes = bufPos;
770 size_t nbytes; local
773 msg.usefulness = slow_poll( dbgfp, dbgall, &nbytes );
775 while( nbytes ) {
776 msg.ndata = nbytes > sizeof(msg.data)? sizeof(msg.data) : nbytes;
778 nbytes -= msg.ndata;
799 nbytes = 0;

Completed in 369 milliseconds

12345678910