Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/
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; in prof_reset()
204 if (profile_counter[PROF_BUF_SIZE - 1] != 1) { in prof_out()
219 profile_counter[i]); in prof_out()