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

  /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 351 unsigned Leftover = Range % uint32_t(IncValue);
357 Leftover != 0)
362 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
378 unsigned Leftover = Range % uint32_t(-IncValue);
384 Leftover != 0)
389 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)
    [all...]

Completed in 65 milliseconds