/u-boot/arch/arm/mach-imx/imx8/ |
A D | ahab.c | 174 static void display_life_cycle(u16 lc) in display_life_cycle() argument 176 printf("Lifecycle: 0x%04X, ", lc); in display_life_cycle() 177 switch (lc) { in display_life_cycle() 263 u16 lc; in do_ahab_status() local 265 err = sc_seco_chip_info(-1, &lc, NULL, NULL, NULL); in do_ahab_status() 271 display_life_cycle(lc); in do_ahab_status() 309 u16 lc; in do_ahab_close() local 314 err = sc_seco_chip_info(-1, &lc, NULL, NULL, NULL); in do_ahab_close() 320 if (lc != 0x20) { in do_ahab_close() 322 display_life_cycle(lc); in do_ahab_close()
|
/u-boot/lib/zlib/ |
A D | trees.c | 1027 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() argument 1033 s->l_buf[s->last_lit++] = (uch)lc; 1036 s->dyn_ltree[lc].Freq++; 1042 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) && 1045 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; 1083 int lc; /* match length or unmatched char (if dist == 0) */ local 1090 lc = s->l_buf[lx++]; 1092 send_code(s, lc, ltree); /* send a literal byte */ 1093 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); 1096 code = _length_code[lc]; [all …]
|
A D | deflate.h | 294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
|
/u-boot/lib/lzma/ |
A D | LzmaDec.c | 113 #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()
|
A D | LzmaDec.h | 26 unsigned lc, lp, pb; member
|
A D | lzma.txt | 200 -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.
|
/u-boot/scripts/ |
A D | checkpatch.pl | 1740 my ($linenr, $lc) = @_; 6184 my $lc = $stat =~ tr@\n@@; 6185 $lc = $lc + $linenr; 6334 my $lc = $stat =~ tr@\n@@; 6335 $lc = $lc + $linenr; 6336 my $stat_real = get_stat_real($linenr, $lc); 6345 my $lc = $stat =~ tr@\n@@; 6346 $lc = $lc + $linenr; 6347 my $stat_real = get_stat_real($linenr, $lc); 6820 my $lc = $stat =~ tr@\n@@; [all …]
|
/u-boot/arch/arm/include/asm/arch-imx8/sci/ |
A D | sci.h | 123 int sc_seco_chip_info(sc_ipc_t ipc, u16 *lc, u16 *monotonic, u32 *uid_l,
|
/u-boot/drivers/i2c/ |
A D | mvtwsi.c | 254 inline uint mvtwsi_error(uint ec, uint lc, uint ls, uint es) in mvtwsi_error() argument 257 | ((lc << 16) & 0x00FF0000) in mvtwsi_error()
|
/u-boot/ |
A D | .azure-pipelines.yml | 23 %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Syyuu" 26 …%CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm --needed -Sy make gcc bison flex diffutils o… 30 %CD:~0,2%\msys64\usr\bin\bash -lc "bash build-tools.sh"
|
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/ |
A D | csrs-npc.h | 195 u64 lc : 12; member 230 u64 lc : 20; member
|
/u-boot/drivers/misc/imx8/ |
A D | scu_api.c | 925 int sc_seco_chip_info(sc_ipc_t ipc, u16 *lc, u16 *monotonic, u32 *uid_l, in sc_seco_chip_info() argument 948 if (lc) in sc_seco_chip_info() 949 *lc = RPC_U16(&msg, 8U); in sc_seco_chip_info()
|
/u-boot/arch/arm/dts/ |
A D | tegra20-tamonten.dtsi | 221 nvidia,pins = "lc", "ls";
|
A D | tegra20-paz00.dts | 267 nvidia,pins = "lc", "ls";
|
A D | tegra20-ventana.dts | 276 nvidia,pins = "lc", "ls";
|
A D | tegra20-harmony.dts | 271 nvidia,pins = "lc", "ls";
|
A D | tegra20-seaboard.dts | 289 nvidia,pins = "lc", "ls";
|