Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dts_fsm.c64 static const u16 token_lookup_tbl[256] = { variable
133 return (token_lookup_tbl[d] & t->type) != 0; in match_token()