Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 25 of 63) sorted by relevance

123

/u-boot/fs/jffs2/
A Dmini_inflate.c37 stream->codes.bits = 8; in init_stream()
38 stream->codes.num_symbols = 19; in init_stream()
39 stream->codes.lengths = stream->code_lengths; in init_stream()
40 stream->codes.symbols = stream->code_symbols; in init_stream()
41 stream->codes.count = stream->code_count; in init_stream()
42 stream->codes.first = stream->code_first; in init_stream()
43 stream->codes.pos = stream->code_pos; in init_stream()
224 struct huffman_set *codes = &(stream->codes); in decompress_dynamic() local
235 init_code_tables(codes); in decompress_dynamic()
244 if (length) codes->count[length]++; in decompress_dynamic()
[all …]
/u-boot/board/google/chromebook_coral/
A DKconfig31 Allow post codes to be sent to the Chroem OS EC early during boot,
34 codes the first part of boot.
/u-boot/lib/zlib/
A Dinftrees.h54 unsigned codes, code FAR * FAR *table,
A Dinftrees.c32 int inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() argument
105 for (sym = 0; sym < codes; sym++) in inflate_table()
142 for (sym = 0; sym < codes; sym++) in inflate_table()
A Dinflate.h114 code codes[ENOUGH]; /* space for code tables */ member
A Dinflate.c27 state->lencode = state->distcode = state->next = state->codes; in inflateReset()
636 state->next = state->codes; in inflate()
702 state->next = state->codes; in inflate()
/u-boot/board/dfi/dfi-bt700/acpi/
A Dmainboard.asl12 /* TODO: Need add Nuvoton SuperIO chipset NCT6102D ASL codes */
/u-boot/board/congatec/conga-qeval20-qa3-e3845/acpi/
A Dmainboard.asl12 /* TODO: Need add Winbond SuperIO chipset W83627 ASL codes */
/u-boot/include/jffs2/
A Dmini_inflate.h56 struct huffman_set codes; member
/u-boot/arch/x86/include/asm/acpi/
A Dstatdef.asl19 /* SMBus status codes */
/u-boot/drivers/mtd/ubi/
A DKconfig29 ubi_init() disables returning error codes when built into the Linux
31 the U-Boot driver code depends on getting valid error codes from this
/u-boot/arch/arm/dts/
A Dkirkwood-pogoplug-series-4.dts14 #include <dt-bindings/input/linux-event-codes.h>
A Drk3399-gru-kevin.dts10 #include <dt-bindings/input/linux-event-codes.h>
A Dimx6qdl-gw5907.dtsi7 #include <dt-bindings/input/linux-event-codes.h>
A Dimx6qdl-gw5913.dtsi7 #include <dt-bindings/input/linux-event-codes.h>
A Dimx6qdl-gw552x.dtsi7 #include <dt-bindings/input/linux-event-codes.h>
A Dimx8mm-venice-gw700x.dtsi7 #include <dt-bindings/input/linux-event-codes.h>
A Dmeson-sm1-bananapi.dtsi9 #include <dt-bindings/input/linux-event-codes.h>
A Dimx6qdl-gw5912.dtsi7 #include <dt-bindings/input/linux-event-codes.h>
A Drk3399-pinephone-pro.dts13 #include <dt-bindings/input/linux-event-codes.h>
A Dimx6qdl-gw51xx.dtsi7 #include <dt-bindings/input/linux-event-codes.h>
/u-boot/doc/arch/
A Darm64.rst49 aarch32 specific codes.
/u-boot/doc/develop/
A Dprintf.rst3 Printf() format codes
/u-boot/doc/usage/cmd/
A Dbootdev.rst55 the error number. You can look up Linux error codes to find the meaning of
/u-boot/lib/efi_loader/
A DKconfig299 string "Language codes supported by firmware"
303 value is a semicolon (;) separated list of language codes in native

Completed in 53 milliseconds

123