Searched refs:now_off (Results 1 – 1 of 1) sorted by relevance
115 uint64 now_off = load_time_.tv_sec; in translate_score() local116 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()