Searched defs:decode_table (Results 1 – 8 of 8) sorted by relevance
26 decode_table: [u8; 256], field211 pub(crate) const fn decode_table(alphabet: &Alphabet) -> [u8; 256] { in decode_table() function212 let mut decode_table = [INVALID_VALUE; 256]; localVariable
30 static uint8_t decode_table[] = { variable
139 fn decode_table(self) -> &'static [u8; 256] { in decode_table() method
212 let decode_table = char_set.decode_table(); in decode_helper() localVariable
14 decode_table: [u8; 256], field
550 def decode_table(self, table_name, sizeinfo=False): member in BPF
1826 static const vrend_decode_callback decode_table[VIRGL_MAX_COMMANDS] = { variable