HomeSort by relevance Sort by last modified time
    Searched defs:lmt (Results 1 - 2 of 2) sorted by null

  /external/libxslt/libxslt/
extra.c 178 time_t gmt, lmt; local
246 lmt = gmt - timezone;
252 local_tm = localtime(&lmt);
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 76 // 2) lmt_off: lmt index (week offset for example)
106 uint64 lmt = ((raw_score & 0xffff0000) >> 16); local
109 lmt &= mask;
111 lmt = lmt * kUserDictLMTGranularity + kUserDictLMTSince;
112 return lmt;
115 inline int UserDict::build_score(uint64 lmt, int freq) {
116 lmt = (lmt - kUserDictLMTSince) / kUserDictLMTGranularity;
117 lmt = (lmt << (64 - kUserDictLMTBitWidth))
    [all...]

Completed in 68 milliseconds