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

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h182 static unsigned int profile_counter[PROF_BUF_SIZE]; variable
185 #define PROF_COUNT(prof_buf_id) ++profile_counter[prof_buf_id]
199 profile_counter[i] = 0;
204 if (profile_counter[PROF_BUF_SIZE - 1] != 1) {
219 profile_counter[i]);

Completed in 32 milliseconds