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

  /external/openssl/crypto/dsa/
README 3 I have since modified a them a little but a debt of gratitude
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.c 106 void luaE_setdebt (global_State *g, l_mem debt) {
107 g->totalbytes -= (debt - g->GCdebt);
108 g->GCdebt = debt;
lgc.c 907 l_mem debt, threshold; local
912 debt = -cast(l_mem, threshold - gettotalbytes(g));
913 luaE_setdebt(g, debt);
1134 l_mem debt = g->GCdebt; local
    [all...]
lapi.c 1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE; local
1057 debt += g->GCdebt; /* include current debt */
1058 luaE_setdebt(g, debt);
lstate.h 221 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
time_scheduler.cc 39 // Don't perform any calculations until the debt of pending periods have
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
sid_sync.h 130 /* update handover debt
sid_sync.cpp 363 debtFrames = number of handover debt frames (Word16)
380 This function updates the handover debt to debtFrames. Extra SID_UPD are
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
en_GB_wordlist.combined.gz 
en_US_wordlist.combined.gz 
en_wordlist.combined.gz 

Completed in 677 milliseconds