tag | line | file | source code |
---|---|---|---|
inwordLut | 73 | drivers/char/selection.c | static u32 inwordLut[8]={ |
inwordLut | 85 | drivers/char/selection.c | return ( inwordLut[c>>5] >> (c & 0x1F) ) & 1; |
inwordLut | 94 | drivers/char/selection.c | memcpy_fromfs(inwordLut, (u32 *)(arg+4), 32); |