Home
last modified time | relevance | path

Searched defs:decode_table (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/arm/probes/
Ddecode.h310 struct decode_table { struct
311 struct decode_header header;
312 union decode_item table;
/linux-6.6.21/fs/ntfs3/lib/
Ddecompress_common.c108 int make_huffman_decode_table(u16 decode_table[], const u32 num_syms, in make_huffman_decode_table()
Dxpress_decompress.c24 u16 decode_table[(1 << XPRESS_TABLEBITS) + 2 * XPRESS_NUM_SYMBOLS]; member
Ddecompress_common.h209 const u16 decode_table[], in read_huffsym()