Searched defs:symb (Results 1 – 3 of 3) sorted by relevance
79 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator()
1202 const u8 symb = IO_get_read_ptr(in, 1)[0]; in decode_seq_table() local1646 static inline void IO_write_byte(ostream_t *const out, u8 symb) { in IO_write_byte()1795 const u8 symb = dtable->symbols[*state]; in HUF_decode_symbol() local2032 const u8 symb = FSE_peek_symbol(dtable, *state); in FSE_decode_symbol() local2232 int symb = 0; in FSE_decode_header() local2297 static void FSE_init_dtable_rle(FSE_dtable *const dtable, const u8 symb) { in FSE_init_dtable_rle()
287 char * symb[1024]; /* map token ID to symbolic name */ variable