HomeSort by relevance Sort by last modified time
    Searched full:now_off (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 82 // 3) now_off: current time index (current week offset for example)
84 uint64 now_off = load_time_.tv_sec; local
85 now_off = (now_off - kUserDictLMTSince) / kUserDictLMTGranularity;
86 now_off = (now_off << (64 - kUserDictLMTBitWidth));
87 now_off = (now_off >> (64 - kUserDictLMTBitWidth));
89 int delta = now_off - lmt_off;
    [all...]

Completed in 44 milliseconds