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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
lll.py 10 def lll(dirname): function
25 lll(arg)
  /external/python/cpython2/Tools/scripts/
lll.py 10 def lll(dirname): function
25 lll(arg)
  /external/toybox/toys/other/
factor.c 59 long lll = ll*ll; local
61 if (lll>l || lll<ll) {
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc 281 size_t lll, ll, rr, rrr; local
283 lll = static_cast<size_t>(round(
288 lll = min(freqs_, max(lll, kOne)) - 1;
302 step = 1.0f / (ll - lll);
304 for (size_t j = lll; j <= ll; ++j) {

Completed in 281 milliseconds