Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dscript.c103 int pattern, wordcnt; in script_fetch() local
138 wordcnt = subkey->pattern & 0xffff; in script_fetch()
146 if (wordcnt == 0) in script_fetch()
149 if (wordcnt > count) in script_fetch()
150 wordcnt = count; in script_fetch()
153 wordcnt << 2); in script_fetch()