HomeSort by relevance Sort by last modified time
    Searched full:profile_counter (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 174 static unsigned int profile_counter[PROF_BUF_SIZE]; variable
177 #define PROF_COUNT(prof_buf_id) ++profile_counter[prof_buf_id]
191 profile_counter[i] = 0;
196 if (profile_counter[PROF_BUF_SIZE - 1] != 1) {
211 profile_counter[i]);

Completed in 978 milliseconds