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

  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 224 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/
asan_rtl.cc 72 size_t byte_num = (__WORDSIZE) / 8; local
74 for (size_t i = 0; i < byte_num; i++) {

Completed in 76 milliseconds