Searched refs:nc (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnls.h38 unsigned char nc = t->charset2lower[c]; local
40 return nc ? nc : c;
45 unsigned char nc = t->charset2upper[c]; local
47 return nc ? nc : c;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcookie_interface.c37 struct curl_slist *nc; local
46 nc = cookies, i = 1;
47 while (nc) {
48 printf("[%d]: %s\n", i, nc->data);
49 nc = nc->next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dndfc.c178 struct platform_nand_chip *nc = pdev->dev.platform_data; local
179 struct ndfc_chip_settings *settings = nc->priv;
183 if (nc->chip_offset >= NDFC_MAX_BANKS || nc->nr_chips > NDFC_MAX_BANKS)
188 ndfc->ndfcbase + NDFC_BCFG0 + (nc->chip_offset << 2));
194 nandmtd->pl_chip = nc;
198 if (nand_scan(&nandmtd->mtd, nc->nr_chips)) {
204 printk("Number of partitions %d\n", nc->nr_partitions);
205 if (nc->nr_partitions) {
208 add_mtd_partitions(&nandmtd->mtd, nc
227 struct platform_nand_ctrl *nc = pdev->dev.platform_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndsoc.c116 nandregs_t *nc; local
120 if ((nc = (nandregs_t *)si_setcore(sih, NS_NAND_CORE_ID, 0)) != NULL) {
121 id = R_REG(NULL, &nc->flash_device_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dhqx.c463 int nc = 0; local
477 nc = c = 0;
481 ( nc < ( hqx7_last - hqx7_first ))) {
482 switch ( c = hqxlookup[ hqx7_first[ nc ]] ) {
490 nc++;
494 if (( nc > 30 ) && ( nc < 64 ) &&
501 nc = c = 0;
505 ( nc < ( hqx7_last - hqx7_first ))) {
506 switch ( c = hqxlookup[ hqx7_first[ nc ]] ) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dhqx.c463 int nc = 0; local
477 nc = c = 0;
481 ( nc < ( hqx7_last - hqx7_first ))) {
482 switch ( c = hqxlookup[ hqx7_first[ nc ]] ) {
490 nc++;
494 if (( nc > 30 ) && ( nc < 64 ) &&
501 nc = c = 0;
505 ( nc < ( hqx7_last - hqx7_first ))) {
506 switch ( c = hqxlookup[ hqx7_first[ nc ]] ) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djquant1.c191 int nc = cinfo->out_color_components; /* number of color components */ local
198 /* We can allocate at least the nc'th root of max_colors per component. */
199 /* Compute floor(nc'th root of max_colors). */
203 temp = iroot; /* set temp = iroot ** nc */
204 for (i = 1; i < nc; i++)
215 for (i = 0; i < nc; i++) {
227 for (i = 0; i < nc; i++) {
470 register int nc = cinfo->out_color_components; local
477 for (ci = 0; ci < nc; ci++) {
525 int nc local
626 int nc = cinfo->out_color_components; local
[all...]
H A Djccolor.c317 int nc = cinfo->num_components; local
322 for (ci = 0; ci < nc; ci++) {
327 inptr += nc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp_digest.c175 d->nc = 1; /* we make a new nonce now */
340 if(!d->nc)
341 d->nc = 1;
443 d->nc,
477 "nc=%08x, "
486 d->nc,
491 d->nc++; /* The nc (from RFC) has to be a 8 hex digit number 0 padded
568 d->nc = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dm8260_tty.c234 int i, nc; local
250 nc = rbdf->cbd_datlen;
251 for (i=0; i<nc; i++)
255 return(nc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnfnetlink.c200 struct nfnl_callback *nc; local
226 nc = nfnetlink_find_client(type, ss);
227 if (!nc)
240 return nc->call(nfnl, skb, nlh, cda);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c471 unsigned char nc; local
500 nc = ip[k];
502 if (nc >= '0' && nc <= '9') {
503 ec |= nc - '0';
506 if (nc >= 'a' && nc <= 'f') {
507 ec |= nc - ('a' - 10);
510 if (nc >= 'A' && nc <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_recno.c200 int exact, nc, ret, stack, t_ret; local
260 if ((ret = __ram_ca(dbc, CA_DELETE, &nc)) != 0)
262 if (nc > 0 &&
581 int exact, nc, ret, t_ret; local
671 if ((ret = __ram_ca(dbc, CA_IAFTER, &nc)) != 0)
683 if (nc > 0 && CURADJ_LOG(dbc) &&
689 if ((ret = __ram_ca(dbc, CA_IBEFORE, &nc)) != 0)
694 if (nc > 0 && CURADJ_LOG(dbc) &&
709 if ((ret = __ram_ca(dbc, CA_ICURRENT, &nc)) != 0)
711 if (nc >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmqueue.c995 struct sk_buff *nc; local
1001 nc = NULL;
1018 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL);
1020 if (!nc)
1023 if (copy_from_user(nc->data,
1030 skb_put(nc, NOTIFY_COOKIE_LEN);
1045 ret = netlink_attachskb(sock, nc, 0,
1051 nc = NULL;
1083 info->notify_cookie = nc;
1085 nc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nls/
H A Dnls_base.c52 int c0, c, nc; local
55 nc = 0;
59 nc++;
65 return nc;
67 if (n <= nc)
111 int c, nc; local
118 nc = 0;
120 nc++;
129 return nc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlineedit.c696 int nc; local
698 for (nc = 1; nc < ncols && n+nrows < nfiles; n += nrows, nc++) {
1516 int nc, sc; local
1548 nc = cursor;
1550 while (nc-- > cursor)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Ddir.c131 unsigned char *op, nc; local
146 nc = ec & 0xF;
147 op[k] = nc > 9 ? nc + ('a' - 10)
148 : nc + '0';
190 unsigned char nc = t->charset2lower[*c]; local
192 if (!nc)
193 nc = *c;
195 if ( (charlen = t->char2uni(&nc, 1, uni)) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_intr.c473 unsigned long nc; local
482 nc = jiffies;
484 if (time_before(nc, nextmsg_time)) {
487 nextmsg_time = nc + HZ * 3;
495 else if (!nmsgs++ || time_after(nc, nextmsg_time))
496 nextmsg_time = nc + HZ / 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-i2c-core.c579 struct list_head *item,*nc; local
586 list_for_each_safe(item,nc,&hdw->i2c_clients) {
639 struct list_head *item,*nc; local
719 list_for_each_safe(item,nc,&hdw->i2c_clients) {
935 struct list_head *item,*nc; local
939 list_for_each_safe(item,nc,&hdw->i2c_clients) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dls.c386 int i, ncols, nrows, row, nc; local
420 for (nc = 0; nc < ncols; nc++) {
422 i = (nc * nrows) + row; /* assume display by column */
424 i = (row * ncols) + nc; /* display across row */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds3_clnt.c757 unsigned long n,nc,llen,l; local
801 for (nc=0; nc<llen; )
804 if ((l+nc+3) > llen)
831 nc+=l+3;
872 printf("cipher, alg, nc = %s, %lx, %d\n", s->s3->tmp.new_cipher->name,
1255 unsigned long n,nc,l; local
1331 for (nc=0; nc<llen; )
1334 if ((l+nc
[all...]
H A Ds3_srvr.c898 SSL_CIPHER *nc=NULL; local
908 nc=c;
912 if (nc != NULL)
913 s->s3->tmp.new_cipher=nc;
1905 unsigned long l,nc,llen,n; local
1959 for (nc=0; nc<llen; )
1962 if ((l+nc+3) > llen)
1988 nc+=l+3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_clnt.c806 unsigned long n,nc,llen,l; local
851 for (nc=0; nc<llen; )
854 if ((l+nc+3) > llen)
881 nc+=l+3;
922 printf("cipher, alg, nc = %s, %lx, %d\n", s->s3->tmp.new_cipher->name,
1447 unsigned long n,nc,l; local
1524 for (nc=0; nc<llen; )
1527 if ((l+nc
[all...]
H A Ds3_srvr.c984 SSL_CIPHER *nc=NULL; local
994 nc=c;
998 if (nc != NULL)
999 s->s3->tmp.new_cipher=nc;
2376 unsigned long l,nc,llen,n; local
2431 for (nc=0; nc<llen; )
2434 if ((l+nc+3) > llen)
2460 nc+=l+3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dncplib_kernel.c1134 unsigned char nc; local
1136 nc = iname[k] - '0';
1137 if (nc >= 10) {
1138 nc -= 'A' - '0' - 10;
1139 if ((nc < 10) || (nc > 15)) {
1143 ec = (ec << 4) | nc;

Completed in 379 milliseconds

12