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

  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-ia64.pl 227 local $pByp = (($p & $pComI) && ($iteration > 0));
273 &I(\$c, "cmp.eq pBypass, p0 = I[%u], J", $i1 % $NI) if ($pByp);
280 &P(\$c, "(pBypass)\tbr.cond.spnt.many .rc4Bypass%u",$label)if ($pByp);
284 &P(\$c, ".rc4Resume%u:", $label) if ($pByp);
301 if ($pByp) {
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 227 local $pByp = (($p & $pComI) && ($iteration > 0));
273 &I(\$c, "cmp.eq pBypass, p0 = I[%u], J", $i1 % $NI) if ($pByp);
280 &P(\$c, "(pBypass)\tbr.cond.spnt.many .rc4Bypass%u",$label)if ($pByp);
284 &P(\$c, ".rc4Resume%u:", $label) if ($pByp);
301 if ($pByp) {

Completed in 51 milliseconds