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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 47 @ Leftover samples after the loop, in r6:
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 54 @ Leftover samples after the loop, in r6:
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 355 unsigned Leftover = Range % uint32_t(IncValue);
361 Leftover != 0)
366 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
382 unsigned Leftover = Range % uint32_t(-IncValue);
388 Leftover != 0)
393 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)
    [all...]

Completed in 61 milliseconds