HomeSort by relevance Sort by last modified time
    Searched refs:cres (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/store/
str_mem.c 277 int cres = 0; local
318 && !(cres = STORE_ATTR_INFO_in_ex(key.attr_info,
324 if (cres)
  /external/valgrind/main/coregrind/
m_xarray.c 232 Word lo, mid, hi, cres; local
243 cres = cmpFn( key, midv );
244 if (cres < 0) { hi = mid-1; continue; }
245 if (cres > 0) { lo = mid+1; continue; }
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 106 final ContentResolver cres = service.getContentResolver(); local
114 cres.registerContentObserver(Words.CONTENT_URI, true, mObserver);
126 final ContentResolver cres = mService.getContentResolver(); local
127 cres.unregisterContentObserver(mObserver);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 94 ContentResolver cres = context.getContentResolver();
95 cres.registerContentObserver(Contacts.CONTENT_URI, true, mObserver =
UserBinaryDictionary.java 82 ContentResolver cres = context.getContentResolver(); local
100 cres.registerContentObserver(Words.CONTENT_URI, true, mObserver);
  /external/chromium_org/third_party/opus/src/tests/
test_opus_decode.c 237 static const opus_uint32 cres[4]={116290185,2172123586u,2172123586u,2172123586u}; local
257 if(dec_final_acc!=cres[mode])test_failed();
  /external/libopus/tests/
test_opus_decode.c 237 static const opus_uint32 cres[4]={116290185,2172123586u,2172123586u,2172123586u}; local
257 if(dec_final_acc!=cres[mode])test_failed();

Completed in 342 milliseconds