Searched refs:lc (Results 101 - 125 of 442) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A Dmemset.S61 .save ar.lc, save_lc
62 mov.i save_lc = ar.lc
144 mov.i ar.lc = loopcnt //
154 mov.i ar.lc = tmp //
214 mov.i ar.lc = loopcnt
224 mov.i ar.lc = tmp
262 mov.i ar.lc = loopcnt
316 mov.i ar.lc = save_lc
335 mov.i ar.lc = save_lc
H A Dcopy_page_mck.S107 .save ar.lc, saved_lc
108 mov saved_lc = ar.lc
118 mov ar.lc = 2*PREFETCH_DIST - 1
137 mov ar.lc = t1 // with 64KB pages, t1 is too big to fit in 8 bits!
182 mov ar.lc = saved_lc
H A Ddo_csum.S155 .save ar.lc, saved_lc
156 mov saved_lc=ar.lc // save lc
219 mov ar.lc=count // set lc
287 mov ar.lc=saved_lc
317 // mov ar.lc=saved_lc
H A Dmemcpy_mck.S118 .save ar.lc, saved_lc
119 mov saved_lc=ar.lc
125 (p7) mov ar.lc=cnt // prefetch count
126 (p8) mov ar.lc=r0
147 mov ar.lc=cnt // loop setup
168 mov ar.lc=saved_lc
201 mov ar.lc = 2*PREFETCH_DIST - 1
216 mov ar.lc = cnt
279 .save ar.lc, saved_lc
280 mov saved_lc=ar.lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dlsyncd.c220 struct logcat *lc; local
225 lc = logcats[ name[ 0 ] - 'A' ];
227 if( !lc )
230 while( lc->name )
232 if( !strcmp( lc->name, name ) )
233 { return lc->priority; }
235 lc++;
250 struct logcat *lc; local
271 lc = logcats[name[0]-'A'] = s_calloc(2, sizeof(struct logcat));
279 for( lc
2723 struct logcat *lc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dcxgb2.c637 struct link_config *lc = &p->link_config; local
639 if (!(lc->supported & SUPPORTED_Autoneg))
645 if (!(lc->supported & cap) || cmd->speed == SPEED_1000)
647 lc->requested_speed = cmd->speed;
648 lc->requested_duplex = cmd->duplex;
649 lc->advertising = 0;
653 cmd->advertising = lc->supported;
654 cmd->advertising &= lc->supported;
657 lc->requested_speed = SPEED_INVALID;
658 lc
683 struct link_config *lc = &p->link_config; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c283 // only lc/lp/pb can be changed.
285 if (coder->opt_cur.lc != opt->lc || coder->opt_cur.lp != opt->lp
288 if (opt->lc > LZMA_LCLP_MAX || opt->lp > LZMA_LCLP_MAX
289 || opt->lc + opt->lp > LZMA_LCLP_MAX
295 coder->opt_cur.lc = opt->lc;
H A Dlzma_encoder_presets.c29 options->lc = LZMA_LC_DEFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexr.c457 #define get_char(c, lc, gb) \
460 lc += 8; \
463 #define get_code(po, rlc, c, lc, gb, out, oe) \
466 if (lc < 8) \
467 get_char(c, lc, gb); \
468 lc -= 8; \
470 cs = c >> lc; \
495 int i, lc = 0; local
498 get_char(c, lc, gb);
500 while (lc >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c283 // only lc/lp/pb can be changed.
285 if (coder->opt_cur.lc != opt->lc || coder->opt_cur.lp != opt->lp
288 if (opt->lc > LZMA_LCLP_MAX || opt->lp > LZMA_LCLP_MAX
289 || opt->lc + opt->lp > LZMA_LCLP_MAX
295 coder->opt_cur.lc = opt->lc;
H A Dlzma_encoder_presets.c29 options->lc = LZMA_LC_DEFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dglob.c428 int ok, lc; local
443 lc = 077777;
451 if (lc <= scc && scc <= *p++)
454 if (scc == (lc = cc))
522 int ok, lc;
531 lc = 077777;
539 if (lc <= scc && scc <= *p++)
542 if (scc == (lc = cc))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_locale.c732 celt c, lc, uc, tc; local
760 lc = Tcl_UniCharToLower((chr)c);
763 if (c != lc) {
764 addchr(cv, lc);
1124 chr lc, uc, tc; local
1126 lc = Tcl_UniCharToLower((chr)c);
1136 addchr(cv, lc);
1137 if (lc != uc) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dnamei.c321 char c, lc; local
342 lc = '/';
353 if (c == '.' && lc == '/' && *symname == '.' && symname[1] == '/') {
357 lc = '/';
358 } else if (c == '.' && lc == '/' && *symname == '/') {
360 lc = '/';
363 lc = c;
366 if (lc == '/')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_config.c30 int lc, ret; local
48 for (lc = 1; fgets(buf, sizeof(buf), fp) != NULL; ++lc) {
50 __db_errx(env, "DB_CONFIG: line %d: illegal input", lc);
62 if ((ret = __config_parse(env, buf, lc)) != 0)
118 __config_parse(env, s, lc)
121 int lc;
134 "line %d: %s: incorrect name-value pair", lc, argv[0]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dia64cpuid.S47 .save ar.lc,r3
49 mov r3=ar.lc
54 mov ar.lc=96 };;
119 mov ar.lc=r3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/api/lzma/
H A Dlzma.h38 * lc/lp/pb in the middle of encoding, and some other internal improvements.
183 * preset_dict_size (if preset_dict != NULL). LZMA1 needs also lc, lp, and pb.
268 * When lc is at least 3, the literal coding can take advantage of
272 * position bits together: lc + lp <= 4. Without this limit the
277 * There may be LZMA1 streams that have lc + lp > 4 (maximum possible
278 * lc would be 8). It is not possible to decode such streams with
281 uint32_t lc; member in struct:__anon19402
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/source/avl-0.3.5/
H A DGNUmakefile37 $(CC) -nostdlib -shared -Wl,-soname,libavl.so.1 $^ -o $@ -lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dia64cpuid.S54 .save ar.lc,r3
56 mov r3=ar.lc
61 mov ar.lc=96 };;
126 mov ar.lc=r3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dia64cpuid.S54 .save ar.lc,r3
56 mov r3=ar.lc
61 mov ar.lc=96 };;
126 mov ar.lc=r3
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaEnc.h17 int lc; /* 0 <= lc <= 8, default = 3 */ member in struct:_CLzmaEncProps
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/api/lzma/
H A Dlzma.h38 * lc/lp/pb in the middle of encoding, and some other internal improvements.
183 * preset_dict_size (if preset_dict != NULL). LZMA1 needs also lc, lp, and pb.
268 * When lc is at least 3, the literal coding can take advantage of
272 * position bits together: lc + lp <= 4. Without this limit the
277 * There may be LZMA1 streams that have lc + lp > 4 (maximum possible
278 * lc would be 8). It is not possible to decode such streams with
281 uint32_t lc; member in struct:__anon20396
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_unlzma.c350 int lc, uint32_t literal_pos_mask) {
355 * (((get_pos(wr) & literal_pos_mask) << lc)
356 + (wr->previous_byte >> (8 - lc))))
543 int lc, pb, lp; local
587 lc = header.pos;
588 while (lc >= 9) {
590 lc -= 9;
616 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp));
620 num_probs = LZMA_LITERAL + (LZMA_LIT_SIZE << (lc + lp));
632 lc, literal_pos_mas
347 process_bit0(struct writer *wr, struct rc *rc, struct cstate *cst, uint16_t *p, int pos_state, uint16_t *prob, int lc, uint32_t literal_pos_mask) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dapi_flags.c100 int lc; local
108 for (lc = 1; fgets(buf, sizeof(buf), stdin) != NULL; ++lc) {
113 stderr, "%s: %d: line too long\n", progname, lc);
150 format: fprintf(stderr, "%s: format error: line %d\n", progname, lc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dt3_hw.c1210 struct link_config *lc = &pi->link_config; local
1214 if (!lc->link_ok && link_ok) {
1231 if (lc->requested_fc & PAUSE_AUTONEG)
1232 fc &= lc->requested_fc;
1234 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX);
1236 if (link_ok == lc->link_ok && speed == lc->speed &&
1237 duplex == lc->duplex && fc == lc->fc)
1240 if (link_ok != lc
1266 struct link_config *lc = &pi->link_config; local
1327 t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) argument
3642 init_link_config(struct link_config *lc, unsigned int caps) argument
[all...]

Completed in 336 milliseconds

1234567891011>>