Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/probes/
H A Ddecode.h310 struct decode_table { struct
311 struct decode_header header;
312 union decode_item table;
/openbmc/libcper/
H A Dbase64.c70 UINT8 decode_table[256] = variable
/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()
H A Dxpress_decompress.c24 u16 decode_table[(1 << XPRESS_TABLEBITS) + 2 * XPRESS_NUM_SYMBOLS]; member
H A Ddecompress_common.h209 const u16 decode_table[], in read_huffsym()