Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcroco/files/
H A DCVE-2020-12825.patch72 RECORD_INITIAL_POS (a_this, &init_pos);
97 CRInputPos init_pos;
105 RECORD_INITIAL_POS (a_this, &init_pos);
163 RECORD_INITIAL_POS (a_this, &init_pos);
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspeakup_soft.c32 static int init_pos; variable
192 init_pos = 0; in softsynth_close()
248 } else if (init[init_pos]) { in softsynthx_read()
249 ch = init[init_pos++]; in softsynthx_read()