Searched refs:profile_counter (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h146 static unsigned int profile_counter[PROF_BUF_SIZE]; variable
149 #define PROF_COUNT(prof_buf_id) ++profile_counter[prof_buf_id]
163 profile_counter[i] = 0;
168 if (profile_counter[PROF_BUF_SIZE - 1] != 1) {
183 profile_counter[i]);

Completed in 44 milliseconds