Searched refs:lc (Results 126 - 150 of 442) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dtrees.c1010 int ZLIB_INTERNAL _tr_tally (s, dist, lc)
1013 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1016 s->l_buf[s->last_lit++] = (uch)lc;
1018 /* lc is the unmatched char */
1019 s->dyn_ltree[lc].Freq++;
1022 /* Here, lc is the match length - MIN_MATCH */
1025 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1028 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1066 int lc; /* match length or unmatched char (if dist == 0) */ local
1073 lc
1076 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dtrees.c1022 int _tr_tally (s, dist, lc)
1025 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1028 s->l_buf[s->last_lit++] = (uch)lc;
1030 /* lc is the unmatched char */
1031 s->dyn_ltree[lc].Freq++;
1034 /* Here, lc is the match length - MIN_MATCH */
1037 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1040 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1078 int lc; /* match length or unmatched char (if dist == 0) */ local
1085 lc
1088 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c1022 int _tr_tally (s, dist, lc)
1025 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1028 s->l_buf[s->last_lit++] = (uch)lc;
1030 /* lc is the unmatched char */
1031 s->dyn_ltree[lc].Freq++;
1034 /* Here, lc is the match length - MIN_MATCH */
1037 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1040 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1078 int lc; /* match length or unmatched char (if dist == 0) */ local
1085 lc
1088 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dtrees.c1022 int _tr_tally (s, dist, lc)
1025 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1028 s->l_buf[s->last_lit++] = (uch)lc;
1030 /* lc is the unmatched char */
1031 s->dyn_ltree[lc].Freq++;
1034 /* Here, lc is the match length - MIN_MATCH */
1037 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1040 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1078 int lc; /* match length or unmatched char (if dist == 0) */ local
1085 lc
1088 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dtrees.c1008 int ZLIB_INTERNAL _tr_tally (s, dist, lc)
1011 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1014 s->l_buf[s->last_lit++] = (uch)lc;
1016 /* lc is the unmatched char */
1017 s->dyn_ltree[lc].Freq++;
1020 /* Here, lc is the match length - MIN_MATCH */
1023 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1026 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1064 int lc; /* match length or unmatched char (if dist == 0) */ local
1071 lc
1074 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c81 * void ct_tally (int dist, int lc);
1144 int ct_tally (dist, lc)
1146 int lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1148 l_buf[last_lit++] = (uch)lc;
1150 /* lc is the unmatched char */
1151 dyn_ltree[lc].Freq++;
1153 /* Here, lc is the match length - MIN_MATCH */
1156 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1159 dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
1202 int lc; /* matc local
1215 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp_opencl_kernel.h63 local int lc[LU_RADIUS_X*LU_RADIUS_Y];
80 lc[indexL] = mask[indexL];
95 sum += (int)l[idy][idx] * lc[maskIndex];
145 local int lc[CH_RADIUS_X*CH_RADIUS_Y];
161 lc[indexL] = mask[indexL];
176 sum += (int)l[idy][idx] * lc[maskIndex];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c237 int lc, pb, lp; local
260 lc = header.pos % 9;
274 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp));
276 num_probs = LZMA_LITERAL + (LZMA_LIT_SIZE << (lc + lp));
291 * ((((buffer_pos + global_pos) & literal_pos_mask) << lc)
292 + (previous_byte >> (8 - lc)))));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeftree.c972 unsigned lc /* match length-MIN_MATCH or unmatched char (if dist==0) */
976 s->l_buf[s->last_lit++] = (uch)lc;
978 /* lc is the unmatched char */
979 s->dyn_ltree[lc].Freq++;
982 /* Here, lc is the match length - MIN_MATCH */
985 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
988 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
1025 int lc; /* match length or unmatched char (if dist == 0) */ local
1032 lc = s->l_buf[lx++];
1034 send_code(s, lc, ltre
1035 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_hw.c813 * @lc: the requested link configuration
823 struct link_config *lc)
828 lc->link_ok = 0;
829 if (lc->requested_fc & PAUSE_RX)
831 if (lc->requested_fc & PAUSE_TX)
840 if (!(lc->supported & FW_PORT_CAP_ANEG)) {
841 c.u.l1cfg.rcap = htonl((lc->supported & ADVERT_MASK) | fc);
842 lc->fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX);
843 } else if (lc
822 t4_link_start(struct adapter *adap, unsigned int mbox, unsigned int port, struct link_config *lc) argument
2963 struct link_config *lc = &pi->link_cfg; local
3016 init_link_config(struct link_config *lc, unsigned int caps) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dt4vf_common.h199 static inline bool is_10g_port(const struct link_config *lc) argument
201 return (lc->supported & SUPPORTED_10000baseT_Full) != 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dname.c87 unsigned len, int lc, int lng)
97 if (!lc) return from;
86 hpfs_translate_name(struct super_block *s, unsigned char *from, unsigned len, int lc, int lng) argument
H A Ddir.c61 int lc; local
102 lc = hpfs_sb(inode->i_sb)->sb_lowercase;
159 tempname = hpfs_translate_name(inode->i_sb, de->name, de->namelen, lc, de->not_8x3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/debug/
H A Dsync_flush.c70 .lc = LZMA_LC_DEFAULT,
105 opt_lzma.lc = 2;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaDec.h26 unsigned lc, lp, pb; member in struct:_CLzmaProps
H A DLzmaDec.c111 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
146 unsigned lc = p->prop.lc; local
174 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +
175 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc))));
521 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) +
522 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc))));
718 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));
925 p->lc = d % 9;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/debug/
H A Dsync_flush.c70 .lc = LZMA_LC_DEFAULT,
105 opt_lzma.lc = 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/boot/
H A Dboot_head.S95 mov r9=ar.lc
98 mov ar.lc=r8
108 mov ar.lc=r9
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c1371 LSN_COLLECTION lc; local
1403 memset(&lc, 0, sizeof(lc));
1450 if ((ret = __rep_collect_txn(env, &prev_lsn, &lc)) != 0)
1452 qsort(lc.array, lc.nlsns, sizeof(DB_LSN), __rep_lsn_cmp);
1465 for (lsnp = &lc.array[0], i = 0; i < lc.nlsns; i++, lsnp++) {
1494 if (lc.array != NULL)
1495 __os_free(env, lc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddv.c123 uint16_t lc, rc; local
188 lc = ((uint16_t)frame[d] << 4) |
192 lc = (lc == 0x800 ? 0 : dv_audio_12to16(lc));
202 pcm[of * 2] = lc & 0xff;
203 pcm[of * 2 + 1] = lc >> 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Ddv.c109 uint16_t lc, rc; local
164 lc = ((uint16_t)frame[d] << 4) |
168 lc = (lc == 0x800 ? 0 : dv_audio_12to16(lc));
175 pcm[of*2] = lc & 0xff; // FIXME: maybe we have to admit
176 pcm[of*2+1] = lc >> 8; // that DV is a big-endian PCM
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c738 * void ct_tally(int dist, int lc);
1483 static int ct_tally(int dist, int lc) argument
1485 G1.l_buf[G2.last_lit++] = lc;
1487 /* lc is the unmatched char */
1488 G2.dyn_ltree[lc].Freq++;
1490 /* Here, lc is the match length - MIN_MATCH */
1493 && (ush) lc <= (ush) (MAX_MATCH - MIN_MATCH)
1497 G2.dyn_ltree[G2.length_code[lc] + LITERALS + 1].Freq++;
1542 int lc; /* match length or unmatched char (if dist == 0) */ local
1553 lc
1556 Tracecv(isgraph(lc), (stderr, " '%c' ", lc)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils_opencl.c59 local int lc[128];
74 lc[local_idx] = mask[local_idx];
84 sum += (int)data[lm_idx.y][lm_idx.x] * lc[lc_idx];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Drelocate_kernel.S83 mov ar.lc=r20
156 mov ar.lc=r14;;
300 mov r5 = ar.lc
303 st8 [loc1]=r5, 8 // ar.lc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avl-0.3.5/
H A DGNUmakefile45 $(CC) -nostdlib -shared -Wl,-soname,libavl.so.1 $^ -o $@ -lc

Completed in 260 milliseconds

1234567891011>>