Home
last modified time | relevance | path

Searched refs:decode_table (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/ntfs3/lib/
H A Ddecompress_common.c108 int make_huffman_decode_table(u16 decode_table[], const u32 num_syms, in make_huffman_decode_table() argument
168 memset(decode_table, 0, in make_huffman_decode_table()
169 table_num_entries * sizeof(decode_table[0])); in make_huffman_decode_table()
200 decode_table_ptr = decode_table; in make_huffman_decode_table()
228 decode_table_pos = (u16 *)decode_table_ptr - decode_table; in make_huffman_decode_table()
242 decode_table[j] = 0; in make_huffman_decode_table()
292 if (decode_table[node_idx] == 0) { in make_huffman_decode_table()
293 decode_table[node_idx] = in make_huffman_decode_table()
295 decode_table[next_free_tree_slot++] = 0; in make_huffman_decode_table()
296 decode_table[next_free_tree_slot++] = 0; in make_huffman_decode_table()
[all …]
H A Dxpress_decompress.c24 u16 decode_table[(1 << XPRESS_TABLEBITS) + 2 * XPRESS_NUM_SYMBOLS]; member
78 if (make_huffman_decode_table(d->decode_table, XPRESS_NUM_SYMBOLS, in xpress_decompress()
95 sym = read_huffsym(&is, d->decode_table, in xpress_decompress()
H A Ddecompress_common.h198 extern int make_huffman_decode_table(u16 decode_table[], const u32 num_syms,
209 const u16 decode_table[], in read_huffsym() argument
220 entry = decode_table[key_bits]; in read_huffsym()
238 } while ((entry = decode_table[key_bits]) >= 0xC000); in read_huffsym()
/openbmc/libcper/
H A Dbase64.c70 UINT8 decode_table[256] = variable
115 tmp = decode_table[(UINT8)src[src_index]]; in base64_decode()
/openbmc/linux/arch/arm/probes/
H A Ddecode.c334 [DECODE_TYPE_TABLE] = sizeof(struct decode_table),
464 struct decode_table *d = (struct decode_table *)h; in probes_decode_insn()
H A Ddecode.h310 struct decode_table { struct
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-core.c588 [DECODE_TYPE_TABLE] = sizeof(struct decode_table),
648 struct decode_table *d = (struct decode_table *)h; in table_test_fn()
753 struct decode_table *d = (struct decode_table *)h; in coverage_start_fn()