Searched refs:inwordLut (Results 1 – 1 of 1) sorted by relevance
88 static u32 inwordLut[]={ variable97 return c > 0x7f || (( inwordLut[c>>5] >> (c & 0x1F) ) & 1); in inword()109 u32 tmplut[ARRAY_SIZE(inwordLut)]; in sel_loadlut()110 if (copy_from_user(tmplut, (u32 __user *)(p+4), sizeof(inwordLut))) in sel_loadlut()112 memcpy(inwordLut, tmplut, sizeof(inwordLut)); in sel_loadlut()