Searched refs:lc (Results 26 - 50 of 442) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathz/
H A DMakefile.am4 librpathz_la_LDFLAGS = @LTLIBRPATHX@ @LTLIBRPATHY@ -lc -no-undefined
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/fastwc/
H A Dwc3.l9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
19 \n+ cc += yyleng; lc += yyleng;
22 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dwc5.l9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
19 \n+ cc += yyleng; lc += yyleng;
22 printf( "%8d %8d %8d\n", lc, wc, cc );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/i1480/i1480u-wlp/
H A DMakefile4 lc.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_common.h31 /// Validates lc, lp, and pb.
35 return options->lc <= LZMA_LCLP_MAX && options->lp <= LZMA_LCLP_MAX
36 && options->lc + options->lp <= LZMA_LCLP_MAX
124 #define literal_subcoder(probs, lc, lp_mask, pos, prev_byte) \
125 ((probs)[(((pos) & lp_mask) << lc) + ((prev_byte) >> (8 - lc))])
130 uint32_t lc, uint32_t lp)
132 assert(lc + lp <= LZMA_LCLP_MAX);
134 const uint32_t coders = 1U << (lc + lp);
129 literal_init(probability (probs)[LITERAL_CODER_SIZE], uint32_t lc, uint32_t lp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A Dstrnlen_user.S20 .save ar.lc, r16
21 mov r16=ar.lc // preserve ar.lc
27 mov ar.lc=r3
42 mov ar.lc=r16 // restore ar.lc
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_common.h31 /// Validates lc, lp, and pb.
35 return options->lc <= LZMA_LCLP_MAX && options->lp <= LZMA_LCLP_MAX
36 && options->lc + options->lp <= LZMA_LCLP_MAX
124 #define literal_subcoder(probs, lc, lp_mask, pos, prev_byte) \
125 ((probs)[(((pos) & lp_mask) << lc) + ((prev_byte) >> (8 - lc))])
130 uint32_t lc, uint32_t lp)
132 assert(lc + lp <= LZMA_LCLP_MAX);
134 const uint32_t coders = 1U << (lc + lp);
129 literal_init(probability (probs)[LITERAL_CODER_SIZE], uint32_t lc, uint32_t lp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-plugins/defer/
H A Dbuild15 $CC $CFLAGS -fPIC -shared ${LDFLAS} -Wl,-soname,$1.so -o $1.so $1.o -lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-plugins/log/
H A Dbuild15 $CC $CFLAGS -fPIC -shared $LDFLAGS -Wl,-soname,$1.so -o $1.so $1.o -lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-plugins/simple/
H A Dbuild15 $CC $CFLAGS -fPIC -shared $LDFLAGS -Wl,-soname,$1.so -o $1.so $1.o -lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/po/
H A DMakefile.in204 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
205 if test -n "$$lc"; then \
206 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
207 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
208 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
209 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
210 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
213 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
216 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/po/
H A DMakefile.am201 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
202 if test -n "$$lc"; then \
203 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
204 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
205 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
206 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
207 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
210 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
213 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-clisp/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-gawk/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-guile/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-librep/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-pascal/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 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 DMakefile.in163 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
164 if test -n "$$lc"; then \
165 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
166 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
167 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
168 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
169 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
172 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
175 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-perl/po/
H A DMakefile.am205 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/gettext-0.17/gettext-tools/examples/hello-php/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-python/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-sh/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-smalltalk/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-ycp/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/po/
H A DMakefile.in204 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
205 if test -n "$$lc"; then \
206 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
207 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
208 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
209 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
210 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
213 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
216 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]

Completed in 119 milliseconds

1234567891011>>