HomeSort by relevance Sort by last modified time
    Searched refs:exit_flag (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 42 static NJ_INT16 search_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_UINT8 comp_flg, NJ_UINT8 *exit_flag);
124 NJ_UINT8 *exit_flag) {
132 *exit_flag = 1;
172 && (*exit_flag == 1)) {
173 *exit_flag = 0;
180 *exit_flag = 0;
457 NJ_UINT8 *exit_flag) {
466 return search_word(iwnn, cursor, comp_flg, exit_flag);
683 NJ_UINT8 exit_flag; local
813 return njd_search_word(iwnn, cursor, 0, &exit_flag);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 113 boolean exit_flag; member in struct:lp_rasterizer
lp_rast.c 812 if (rast->exit_flag)
930 /* Set exit_flag and signal each thread's work_ready semaphore.
931 * Each thread will be woken up, notice that the exit_flag is set and
934 rast->exit_flag = TRUE;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 113 boolean exit_flag; member in struct:lp_rasterizer
lp_rast.c 812 if (rast->exit_flag)
930 /* Set exit_flag and signal each thread's work_ready semaphore.
931 * Each thread will be woken up, notice that the exit_flag is set and
934 rast->exit_flag = TRUE;

Completed in 88 milliseconds