Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dts_fsm.c60 static const u16 token_lookup_tbl[256] = { variable
129 return (token_lookup_tbl[d] & t->type) != 0; in match_token()