Searched refs:nbyte (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dem_nbyte.c30 struct tcf_em_nbyte *nbyte = data; local
32 if (data_len < sizeof(*nbyte) ||
33 data_len < (sizeof(*nbyte) + nbyte->len))
36 em->datalen = sizeof(*nbyte) + nbyte->len;
47 struct nbyte_data *nbyte = (struct nbyte_data *) em->data; local
48 unsigned char *ptr = tcf_get_base_ptr(skb, nbyte->hdr.layer);
50 ptr += nbyte->hdr.off;
52 if (!tcf_valid_offset(skb, ptr, nbyte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/Windows/MSVC10/libs/libGeoIP/
H A DGeoIP_X.hpp6 ssize_t pread(int fildes, void *buf, size_t nbyte, size_t offset) argument
9 return read(fildes, buf, nbyte);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpvkfmt.c94 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r) argument
99 p = *in + nbyte - 1;
100 tmpbuf = OPENSSL_malloc(nbyte);
104 for (i = 0; i < nbyte; i++)
106 *r = BN_bin2bn(tmpbuf, nbyte, NULL);
109 *in += nbyte;
207 unsigned int nbyte, hnbyte; local
208 nbyte = (bitlen + 7) >> 3;
217 return 44 + 3 * nbyte;
223 return 64 + 2 * nbyte;
304 unsigned int nbyte; local
357 unsigned int nbyte, hnbyte; local
545 int nbyte, hnbyte, bitlen; local
576 int nbyte, hnbyte; local
593 int nbyte; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpvkfmt.c94 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r) argument
99 p = *in + nbyte - 1;
100 tmpbuf = OPENSSL_malloc(nbyte);
104 for (i = 0; i < nbyte; i++)
106 *r = BN_bin2bn(tmpbuf, nbyte, NULL);
109 *in += nbyte;
207 unsigned int nbyte, hnbyte; local
208 nbyte = (bitlen + 7) >> 3;
217 return 44 + 3 * nbyte;
223 return 64 + 2 * nbyte;
304 unsigned int nbyte; local
357 unsigned int nbyte, hnbyte; local
545 int nbyte, hnbyte, bitlen; local
576 int nbyte, hnbyte; local
593 int nbyte; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf.c102 unsigned long nbyte; local
104 nbyte = ELF_PAGEOFFSET(elf_bss);
105 if (nbyte) {
106 nbyte = ELF_MIN_ALIGN - nbyte;
107 if (clear_user((void __user *) elf_bss, nbyte))
759 unsigned long nbyte; local
770 nbyte = ELF_PAGEOFFSET(elf_bss);
771 if (nbyte) {
772 nbyte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dzserv.c1307 int nbyte;
1317 nbyte = stream_read (client->ibuf, sock, 3);
1318 if (nbyte <= 0)
1345 nbyte = stream_read (client->ibuf, sock, length);
1346 if (nbyte <= 0)
1303 int nbyte; local
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h900 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8)

Completed in 297 milliseconds