Home
last modified time | relevance | path

Searched refs:lc (Results 1 – 14 of 14) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Dtrees.c1026 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() argument
1029 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1032 s->l_buf[s->last_lit++] = (uch)lc;
1035 s->dyn_ltree[lc].Freq++;
1041 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1044 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1082 int lc; /* match length or unmatched char (if dist == 0) */ local
1089 lc = s->l_buf[lx++];
1091 send_code(s, lc, ltree); /* send a literal byte */
1092 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
[all …]
H A Ddeflate.h294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
/rk3399_rockchip-uboot/drivers/video/
H A Dmb862xx.c90 int lc = 0x10000; in de_wait() local
97 if (lc-- < 0) { in de_wait()
107 int lc = 0x10000; in de_wait_slots() local
111 if (lc-- < 0) { in de_wait_slots()
/rk3399_rockchip-uboot/lib/lzma/
H A DLzmaDec.c113 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
142 unsigned lc = p->prop.lc; in LzmaDec_DecodeReal() local
172 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()
173 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()
538 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) + in LzmaDec_TryDummy()
539 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy()
735 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal()
942 p->lc = d % 9; in LzmaProps_Decode()
H A DLzmaDec.h26 unsigned lc, lp, pb; member
H A Dlzma.txt200 -lc{N}: set number of literal context bits - [0, 8], default: 3
201 Sometimes lc=4 gives gain for big files.
304 0 1 Special LZMA properties (lc,lp, pb in encoded form)
330 state_size = (4 + (1.5 << (lc + lp))) KB
331 by default (lc=3, lp=0), state_size = 16 KB.
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl5743 my $lc = $stat =~ tr@\n@@;
5744 $lc = $lc + $linenr;
5745 for (my $count = $linenr; $count <= $lc; $count++) {
5755 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5870 my $lc = $stat =~ tr@\n@@;
5871 $lc = $lc + $linenr;
5873 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5884 my $lc = $stat =~ tr@\n@@;
5885 $lc = $lc + $linenr;
5887 for (my $count = $linenr + 1; $count <= $lc; $count++) {
[all …]
/rk3399_rockchip-uboot/drivers/i2c/
H A Dmvtwsi.c248 inline uint mvtwsi_error(uint ec, uint lc, uint ls, uint es) in mvtwsi_error() argument
251 | ((lc << 16) & 0x00FF0000) in mvtwsi_error()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra20-tamonten.dtsi221 nvidia,pins = "lc", "ls";
H A Dtegra20-paz00.dts267 nvidia,pins = "lc", "ls";
H A Dtegra20-ventana.dts276 nvidia,pins = "lc", "ls";
H A Dtegra20-harmony.dts271 nvidia,pins = "lc", "ls";
H A Dtegra20-seaboard.dts289 nvidia,pins = "lc", "ls";
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dphy-rockchip-samsung-hdptx-hdmi.c955 unsigned long k = 0, lc, k_sub, lc_sub; in hdptx_phy_clk_pll_calc() local
982 &k, &lc); in hdptx_phy_clk_pll_calc()
1006 cfg->sdm_deno = lc; in hdptx_phy_clk_pll_calc()