Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp115 uint64 now_off = load_time_.tv_sec; in translate_score() local
116 now_off = (now_off - kUserDictLMTSince) / kUserDictLMTGranularity; in translate_score()
117 now_off = (now_off << (64 - kUserDictLMTBitWidth)); in translate_score()
118 now_off = (now_off >> (64 - kUserDictLMTBitWidth)); in translate_score()
120 int delta = now_off - lmt_off; in translate_score()