Home
last modified time | relevance | path

Searched refs:byte_num (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/rc4/asm/
Drc4-ia64.pl224 local $byte_num = ($iteration - 3) % 8;
275 $iw0%$NOutWord, $i3%$NData, $iw1%$NOutWord, $byte_num) if ($p & $pOut);
285 if ($byte_num == 0 && $iteration >= $phases) {
/external/compiler-rt/lib/asan/
Dasan_report.cc49 uptr byte_num = (__WORDSIZE) / 8; in PrintBytes() local
51 for (uptr i = 0; i < byte_num; i++) { in PrintBytes()