Searched refs:codes (Results 1 – 25 of 63) sorted by relevance
123
37 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() local235 init_code_tables(codes); in decompress_dynamic()244 if (length) codes->count[length]++; in decompress_dynamic()[all …]
31 Allow post codes to be sent to the Chroem OS EC early during boot,34 codes the first part of boot.
54 unsigned codes, code FAR * FAR *table,
32 int inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() argument105 for (sym = 0; sym < codes; sym++) in inflate_table()142 for (sym = 0; sym < codes; sym++) in inflate_table()
114 code codes[ENOUGH]; /* space for code tables */ member
27 state->lencode = state->distcode = state->next = state->codes; in inflateReset()636 state->next = state->codes; in inflate()702 state->next = state->codes; in inflate()
12 /* TODO: Need add Nuvoton SuperIO chipset NCT6102D ASL codes */
12 /* TODO: Need add Winbond SuperIO chipset W83627 ASL codes */
56 struct huffman_set codes; member
19 /* SMBus status codes */
29 ubi_init() disables returning error codes when built into the Linux31 the U-Boot driver code depends on getting valid error codes from this
14 #include <dt-bindings/input/linux-event-codes.h>
10 #include <dt-bindings/input/linux-event-codes.h>
7 #include <dt-bindings/input/linux-event-codes.h>
9 #include <dt-bindings/input/linux-event-codes.h>
13 #include <dt-bindings/input/linux-event-codes.h>
49 aarch32 specific codes.
3 Printf() format codes
55 the error number. You can look up Linux error codes to find the meaning of
299 string "Language codes supported by firmware"303 value is a semicolon (;) separated list of language codes in native
Completed in 53 milliseconds