Searched refs:lc (Results 226 - 250 of 442) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dethtool.c1559 int lc; local
1573 lc = ((tx_ring->count / 64) * 2) + 1;
1575 lc = ((rx_ring->count / 64) * 2) + 1;
1579 for (j = 0; j <= lc; j++) { /* loop count loop */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dipl.c1970 struct _lowcore *lc; local
1972 lc = (struct _lowcore *)(unsigned long) store_prefix();
1975 lc->panic_stack = S390_lowcore.panic_stack;
1978 dump_prefix_page = (u32)(unsigned long) lc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A DMakefile.in43 LDSHAREDLIBC=-lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A DMakefile.in43 LDSHAREDLIBC=-lc
H A DMakefile43 LDSHAREDLIBC=-lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c1069 struct chain_head *lc; local
1076 lc = iptcc_find_chain_by_offset(h, t->verdict);
1077 if (!lc)
1079 r->jump = lc;
1080 lc->references++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_dbg.c1672 uint32_t lc = 0, num_same16 = 0, j; local
1682 cur16[lc++] = c;
1689 lc = 0;
1719 if (lc) {
1720 for (j = 0; j < lc; j++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dpolicydb.c1062 struct constraint_node *c, *lc; local
1068 lc = NULL;
1074 if (lc)
1075 lc->next = c;
1135 lc = c;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibiptc.c1068 struct chain_head *lc; local
1075 lc = iptcc_find_chain_by_offset(h, t->verdict);
1076 if (!lc)
1078 r->jump = lc;
1079 lc->references++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_ladspa.c1112 struct lconv *lc; local
1114 lc = localeconv ();
1122 *strrchr (labellocale, '.') = *lc->decimal_point;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A Digb_ethtool.c1646 int i, j, lc, good_cnt, ret_val = 0; local
1667 lc = ((tx_ring->count / 64) * 2) + 1;
1669 lc = ((rx_ring->count / 64) * 2) + 1;
1671 for (j = 0; j <= lc; j++) { /* loop count loop */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_ethtool.c1764 int i, j, k, l, lc, good_cnt, ret_val = 0; local
1776 lc = ((tx_ring->count / 64) * 2) + 1;
1778 lc = ((rx_ring->count / 64) * 2) + 1;
1781 for (j = 0; j <= lc; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4.h657 struct link_config *lc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A DMakefile28 LIBS = -lc
H A DMakefile.in27 LIBS = @LIBS@ -lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t268 if ($key eq $keys[$i] && $value eq $values[$i] && $key eq lc($value)) {
769 (sub { $_ = lc $_ ; $store_key = $_ }) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dmessage.c979 // With LZMA1 also lc/lp/pb are known when
989 ",lc=%" PRIu32 ",lp=%" PRIu32
993 opt->lc, opt->lp, opt->pb,
1170 " lc=NUM number of literal context bits (0-4; 3)\n"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A DMakefile27 LIBS = -lc
H A DMakefile.in27 LIBS = @LIBS@ -lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c502 int lc, ls; local
503 lc = opus_ilog(icos);
505 icos <<= 15 - lc;
507 return (ls << 11) - (lc << 11) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsal.h884 u64 lc; /* Loop Count */ member in struct:sal_to_os_boot
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dmessage.c979 // With LZMA1 also lc/lp/pb are known when
989 ",lc=%" PRIu32 ",lp=%" PRIu32
993 opt->lc, opt->lp, opt->pb,
1170 " lc=NUM number of literal context bits (0-4; 3)\n"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dentry.S90 mov ar.unat=0; mov ar.lc=0
315 mov r21=ar.lc // I-unit
325 st8 [r15]=r21 // save ar.lc
395 ld8 r17=[r3],(SW(AR_RNAT)-SW(AR_LC)) // ar.lc
448 mov ar.lc=r17
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/pixmaps/flags_xpm/
H A DMakefile.in412 lc.xpm \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Ddir.c1768 * @lc: the function to call for each each
1774 static int foreach_leaf(struct gfs2_inode *dip, leaf_call_t lc, void *data) argument
1821 error = lc(dip, index, len, leaf_no, data);

Completed in 266 milliseconds

1234567891011>>