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 749 unsigned Remainder = 0;
764 Remainder = Imm;
805 if ((Hi = (Remainder >> 16) & 0xFFFF)) {
809 if ((Lo = Remainder & 0xFFFF)) {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 180 /// S need not be evenly divisible if a reasonable remainder can be
186 const SCEV *&Remainder,
211 // If the quotient is zero and the remainder is non-zero, reject
217 Remainder =
218 SE.getAddExpr(Remainder,
248 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0);
249 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) &&
250 Remainder->isZero()) {
269 if (!FactorOutConstant(Start, Remainder, Factor, SE, TD))
399 const SCEV *Remainder = SE.getConstant(Ty, 0)
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]

Completed in 181 milliseconds