Searched refs:Leftover (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S54 @ Leftover samples after the loop, in r6:
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp356 unsigned Leftover = Range % uint32_t(IncValue); local
362 Leftover != 0)
367 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
383 unsigned Leftover = Range % uint32_t(-IncValue); local
389 Leftover != 0)
394 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)

Completed in 100 milliseconds