Searched refs:llen (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Disight_firmware.c41 int llen, len, req, ret = 0; local
79 llen = min(len, 50);
80 len -= llen;
81 if (ptr+llen > firmware->data+firmware->size) {
87 memcpy(buf, ptr, llen);
89 ptr += llen;
93 buf, llen, 300) != llen) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Djoliet.c26 int llen; local
27 llen = nls->uni2char(be16_to_cpu(ch), op, NLS_MAX_CHARSET_SIZE);
28 if (llen > 0)
29 op += llen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_pixarlog.c708 int i, nsamples, llen; local
731 llen = sp->stride * td->td_imagewidth;
770 for (i = 0; i < nsamples; i += llen, up += llen) {
773 horizontalAccumulateF(up, llen, sp->stride,
775 op += llen * sizeof(float);
778 horizontalAccumulate16(up, llen, sp->stride,
780 op += llen * sizeof(uint16);
783 horizontalAccumulate12(up, llen, sp->stride,
785 op += llen * sizeo
1035 int i, n, llen; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dshell.c533 size_t llen; local
598 llen = strlen(lineRead) + 1;
599 l2 = malloc(llen + /* strlen("cd ") = */ 3 + 1);
603 memcpy(l2 + 3, lineRead, llen);
H A Dgl_getline.c1956 size_t llen, mlen, glen; local
1967 llen = strlen(buf);
1968 memset(buf + llen, 0, bufsize - llen);
1972 lenaftercursor = llen - (curposp - buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/sqlext/
H A Dsqlext.c212 sqlext_daap_unicode_xcollation(void *notused, int llen, const void *left, int rlen, const void *right) argument
222 ret = u8_mbtoucr(&lch, (const uint8_t *)left, llen);
240 ret = u8_casecmp((const uint8_t *)left, llen, (const uint8_t*)right, rlen, NULL, UNINORM_NFD, &rpp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.h111 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
H A Djfs_xtree.c146 s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check)
161 *plen = llen;
195 *plen = min(next - lstart, llen);
212 *plen = min(xend - lstart, llen);
1532 int index, nextindex, llen, rlen; local
1583 if ((llen = xoff - offsetXAD(xad)) == 0)
1656 rlen = lengthXAD(xad) - llen;
1663 PXDaddress(&pxdlock->pxd, addressXAD(xad) + llen);
1669 dbFree(ip, addressXAD(xad) + llen, (s64) rlen);
1671 if (llen)
145 xtLookup(struct inode *ip, s64 lstart, s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Dvenc.c94 u32 llen; member in struct:venc_config
137 .llen = 0x35F, /* 863 */
182 .llen = 0x359,
235 .llen = 864-1,
313 venc_write_reg(VENC_LLEN, config->llen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_clnt.c806 unsigned long n,nc,llen,l; local
844 n2l3(p,llen);
845 if (llen+3 != n)
851 for (nc=0; nc<llen; )
854 if ((l+nc+3) > llen)
1448 unsigned int llen,ctype_num,i; local
1507 n2s(p,llen);
1512 fwrite(p,1,llen,out);
1517 if ((llen+ctype_num+2+1) != n)
1524 for (nc=0; nc<llen; )
[all...]
H A Ds3_srvr.c2376 unsigned long l,nc,llen,n; local
2424 n2l3(p,llen);
2425 if (llen+3 != n)
2431 for (nc=0; nc<llen; )
2434 if ((l+nc+3) > llen)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas-proc.c433 int llen, offs; local
436 loc = of_get_property(rtas_node, rstr, &llen);
448 if (offs >= llen)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c439 static short llen; local
464 llen = strlen(temp);
465 p = (temp + llen - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dj2kenc.c695 int pad = 0, llen, length; local
711 llen = av_log2(length) - av_log2(cblk->ninclpasses) - 2;
712 if (llen < 0){
713 pad = -llen;
714 llen = 0;
717 put_bits(s, 1, llen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa.h282 # define EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, l, llen) \
284 EVP_PKEY_CTRL_RSA_OAEP_LABEL, llen, (void *)l)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa.h282 # define EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, l, llen) \
284 EVP_PKEY_CTRL_RSA_OAEP_LABEL, llen, (void *)l)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_clnt.c1175 unsigned long n, nc, llen, l; local
1212 n2l3(p, llen);
1213 if (llen + 3 != n) {
1218 for (nc = 0; nc < llen;) {
1220 if ((l + nc + 3) > llen) {
2053 unsigned int llen, ctype_num, i; local
2122 n2s(p, llen);
2127 if ((unsigned long)(p - d + llen + 2) > n) {
2138 if ((llen & 1) || !tls1_save_sigalgs(s, p, llen)) {
[all...]
H A Dt1_enc.c1206 const char *label, size_t llen,
1217 s, out, olen, label, llen, context, contextlen);
1229 vallen = llen + SSL3_RANDOM_SIZE * 2;
1238 memcpy(val + currentvalpos, (unsigned char *)label, llen);
1239 currentvalpos += llen;
1205 tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, const char *label, size_t llen, const unsigned char *context, size_t contextlen, int use_context) argument
H A Dtls1.h319 const char *label, size_t llen,
H A Ds3_srvr.c3163 unsigned long l, nc, llen, n; local
3209 n2l3(p, llen);
3210 if (llen + 3 != n) {
3215 for (nc = 0; nc < llen;) {
3217 if ((l + nc + 3) > llen) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_clnt.c1175 unsigned long n, nc, llen, l; local
1212 n2l3(p, llen);
1213 if (llen + 3 != n) {
1218 for (nc = 0; nc < llen;) {
1220 if ((l + nc + 3) > llen) {
2053 unsigned int llen, ctype_num, i; local
2122 n2s(p, llen);
2127 if ((unsigned long)(p - d + llen + 2) > n) {
2138 if ((llen & 1) || !tls1_save_sigalgs(s, p, llen)) {
[all...]
H A Dt1_enc.c1206 const char *label, size_t llen,
1217 s, out, olen, label, llen, context, contextlen);
1229 vallen = llen + SSL3_RANDOM_SIZE * 2;
1238 memcpy(val + currentvalpos, (unsigned char *)label, llen);
1239 currentvalpos += llen;
1205 tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, const char *label, size_t llen, const unsigned char *context, size_t contextlen, int use_context) argument
H A Dtls1.h319 const char *label, size_t llen,
H A Ds3_srvr.c3163 unsigned long l, nc, llen, n; local
3209 n2l3(p, llen);
3210 if (llen + 3 != n) {
3215 for (nc = 0; nc < llen;) {
3217 if ((l + nc + 3) > llen) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c123 static int strncmpz(const char *l, const char *r, size_t llen) argument
125 int i = strncmp(l, r, llen);
128 return -r[llen];

Completed in 402 milliseconds

12