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

  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 336 #define Remainder r22
580 sub Remainder = 0, OutPtr
587 and Remainder = 0x7, Remainder
589 cmp.eq pAligned, pUnaligned = Remainder, r0
595 (pUnaligned) add Remainder = -1, Remainder
596 (pAligned) sub Remainder = EndPtr, InPtr
603 mov.i ar.lc = Remainder
614 sub Remainder = EndPtr, InPt
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 747 unsigned Remainder = 0;
762 Remainder = Imm;
803 if ((Hi = (Remainder >> 16) & 0xFFFF)) {
807 if ((Lo = Remainder & 0xFFFF)) {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 206 /// S need not be evenly divisible if a reasonable remainder can be
212 const SCEV *&Remainder,
237 // If the quotient is zero and the remainder is non-zero, reject
243 Remainder =
244 SE.getAddExpr(Remainder,
274 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0);
275 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) &&
276 Remainder->isZero()) {
295 if (!FactorOutConstant(Start, Remainder, Factor, SE, TD))
425 const SCEV *Remainder = SE.getConstant(Ty, 0)
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]

Completed in 259 milliseconds