Searched refs:lc (Results 76 - 100 of 442) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dsubr.c155 struct link_config *lc = &adapter->port[port_id].link_config; local
159 lc->speed = speed < 0 ? SPEED_INVALID : speed;
160 lc->duplex = duplex < 0 ? DUPLEX_INVALID : duplex;
161 if (!(lc->requested_fc & PAUSE_AUTONEG))
162 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX);
164 if (link_ok && speed >= 0 && lc->autoneg == AUTONEG_ENABLE) {
169 lc->fc = (unsigned char)fc;
626 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) argument
628 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX);
630 if (lc
1029 init_link_config(struct link_config *lc, const struct board_info *bi) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp1619 static wxWCharBuffer wxSetlocaleTryUTF(int c, const wxChar *lc) argument
1621 wxMB2WXbuf l = wxSetlocale(c, lc);
1622 if ( !l && lc && lc[0] != 0 )
1624 wxString buf(lc);
1647 #define wxSetlocaleTryUTF(c, lc) wxSetlocale(c, lc)
2059 const wxChar * lc = NULL ; local
2063 lc = wxT("en_US") ;
2066 lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dio.c127 u32 lc = c; local
128 lc |= lc << 8;
129 lc |= lc << 16;
138 *((volatile u32 *)p) = lc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_encoder.c78 length_update_prices(lzma_length_encoder *lc, const uint32_t pos_state) argument
80 const uint32_t table_size = lc->table_size;
81 lc->counters[pos_state] = table_size;
83 const uint32_t a0 = rc_bit_0_price(lc->choice);
84 const uint32_t a1 = rc_bit_1_price(lc->choice);
85 const uint32_t b0 = a1 + rc_bit_0_price(lc->choice2);
86 const uint32_t b1 = a1 + rc_bit_1_price(lc->choice2);
87 uint32_t *const prices = lc->prices[pos_state];
91 prices[i] = a0 + rc_bittree_price(lc->low[pos_state],
95 prices[i] = b0 + rc_bittree_price(lc
107 length(lzma_range_encoder *rc, lzma_length_encoder *lc, const uint32_t pos_state, uint32_t len, const bool fast_mode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_encoder.c78 length_update_prices(lzma_length_encoder *lc, const uint32_t pos_state) argument
80 const uint32_t table_size = lc->table_size;
81 lc->counters[pos_state] = table_size;
83 const uint32_t a0 = rc_bit_0_price(lc->choice);
84 const uint32_t a1 = rc_bit_1_price(lc->choice);
85 const uint32_t b0 = a1 + rc_bit_0_price(lc->choice2);
86 const uint32_t b1 = a1 + rc_bit_1_price(lc->choice2);
87 uint32_t *const prices = lc->prices[pos_state];
91 prices[i] = a0 + rc_bittree_price(lc->low[pos_state],
95 prices[i] = b0 + rc_bittree_price(lc
107 length(lzma_range_encoder *rc, lzma_length_encoder *lc, const uint32_t pos_state, uint32_t len, const bool fast_mode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A Dcopy_page.S46 .save ar.lc, saved_lc
47 mov saved_lc=ar.lc
63 mov ar.lc=lcount
96 mov ar.lc=saved_lc
H A Dcopy_user.S57 .save ar.lc, saved_lc
58 mov saved_lc=ar.lc // preserve ar.lc (slow)
73 mov ar.lc=len2 // initialize lc for small count
88 mov ar.lc=saved_lc
163 mov ar.lc=cnt
187 mov ar.lc=cnt
274 mov ar.lc=len1
281 mov ar.lc
[all...]
H A Dmemcpy.S50 .save ar.lc, saved_lc
51 mov saved_lc=ar.lc
77 mov ar.lc=cnt
106 mov ar.lc=saved_lc
123 mov ar.lc=cnt
149 mov ar.lc=saved_lc
243 mov ar.lc=t2
262 mov ar.lc=saved_lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/po/
H A DMakefile289 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
290 if test -n "$$lc"; then \
291 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
292 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
293 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
294 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
295 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
298 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
301 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/po/
H A DMakefile299 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
300 if test -n "$$lc"; then \
301 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
302 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
303 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
304 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
305 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
308 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
311 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/po/
H A DMakefile275 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
276 if test -n "$$lc"; then \
277 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
278 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
279 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
280 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
281 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
284 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
287 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/po/
H A DMakefile205 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
206 if test -n "$$lc"; then \
207 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
208 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
209 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
210 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
211 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
214 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
217 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/po/
H A DMakefile275 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
276 if test -n "$$lc"; then \
277 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
278 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
279 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
280 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
281 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
284 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
287 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/po/
H A DMakefile262 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
263 if test -n "$$lc"; then \
264 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
265 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
266 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
267 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
268 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
271 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
274 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/po/
H A DMakefile245 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
246 if test -n "$$lc"; then \
247 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
248 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
249 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
250 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
251 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
254 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
257 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_cabac.c515 static void cabac_reinit(HEVCLocalContext *lc) argument
517 skip_bytes(&lc->cc, 0);
1063 HEVCLocalContext *lc = s->HEVClc; local
1082 int16_t *coeffs = lc->tu.coeffs[c_idx > 0];
1093 int pred_mode_intra = (c_idx == 0) ? lc->tu.intra_pred_mode :
1094 lc->tu.intra_pred_mode_c;
1099 if (!lc->cu.cu_transquant_bypass_flag) {
1114 int qp_y = lc->qp_y;
1123 lc->tu.cu_qp_offset_cb;
1126 lc
1566 HEVCLocalContext *lc = s->HEVClc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Dcode_parse.c22 int lc; local
27 for (lc = 1; fgets(buf, sizeof(buf), fp) != NULL; ++lc) {
31 fprintf(stderr, "%s: %d: line too long", progname, lc);
49 if (parse_line(p, lc))
67 parse_line(s, lc)
69 int lc;
271 "%s: line %d: %s: invalid input\n", progname, lc, s);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A DMakefile18 lc-dev.o \
19 lc-rc.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile390 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
391 if test -n "$$lc"; then \
392 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
393 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
394 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
395 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
396 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
399 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
402 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/asm/
H A Drc4-ia64.S80 .save ar.lc,r3
86 mov r3=ar.lc
100 mov ar.lc=in1 }
158 mov ar.lc=r3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dautoconfig41 LIBS = -lc
69 LIBS = -lc -ldld
80 LIBS = -lc -ldl -lnsl
90 LIBS = -lc -ldl
100 LIBS = -lc -ldl
110 LIBS = -lc -ldl
120 LIBS = -lc -ldl
130 LIBS = -lc -ldl
141 LIBS = -lc
185 LIBS = -lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dt4vf_hw.c240 * @lc: structure holding the link state
246 static void __devinit init_link_config(struct link_config *lc, argument
249 lc->supported = caps;
250 lc->requested_speed = 0;
251 lc->speed = 0;
252 lc->requested_fc = lc->fc = PAUSE_RX | PAUSE_TX;
253 if (lc->supported & SUPPORTED_Autoneg) {
254 lc->advertising = lc
1310 struct link_config *lc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mul.c761 BN_ULONG ll,lc,*lp,*mp; local
899 lc=c1;
901 ll=(r[i]+lc)&BN_MASK2;
903 lc=(lc > ll);
904 } while (lc);
908 lc= -c1;
911 r[i++]=(ll-lc)&BN_MASK2;
912 lc=(lc > l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_mul.c774 BN_ULONG ll, lc, *lp, *mp; local
901 lc = c1;
903 ll = (r[i] + lc) & BN_MASK2;
905 lc = (lc > ll);
906 } while (lc);
908 lc = -c1;
911 r[i++] = (ll - lc) & BN_MASK2;
912 lc = (lc > l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_mul.c774 BN_ULONG ll, lc, *lp, *mp; local
901 lc = c1;
903 ll = (r[i] + lc) & BN_MASK2;
905 lc = (lc > ll);
906 } while (lc);
908 lc = -c1;
911 r[i++] = (ll - lc) & BN_MASK2;
912 lc = (lc > l
[all...]

Completed in 173 milliseconds

1234567891011>>