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

  /system/extras/simpleperf/runtest/
runtest.py 82 max_overhead=None):
86 self.max_overhead = max_overhead
97 if self.max_overhead is not None:
98 strs.append('max_overhead=%f' % self.max_overhead)
114 if self.max_overhead is not None:
115 if self.max_overhead < overhead:
  /external/boringssl/src/crypto/cipher_extra/
aead_test.cc 474 const size_t max_overhead = EVP_AEAD_max_overhead(aead()); local
492 std::vector<uint8_t> valid_encryption(sizeof(kPlaintext) + max_overhead);
496 sizeof(kPlaintext) + max_overhead, nonce.data(), nonce_len, kPlaintext,
509 ctx.get(), out1 /* in - 1 */, &out_len, sizeof(kPlaintext) + max_overhead,
512 ctx.get(), out2 /* in + 1 */, &out_len, sizeof(kPlaintext) + max_overhead,
529 sizeof(kPlaintext) + max_overhead, nonce.data(),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 300 max_overhead = max(self.overhead_times)
306 if max_overhead - min_overhead > 0.1:
309 '%r - %r' % (min_overhead, max_overhead))
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 300 max_overhead = max(self.overhead_times)
306 if max_overhead - min_overhead > 0.1:
309 '%r - %r' % (min_overhead, max_overhead))
  /external/python/cpython3/Tools/pybench/
pybench.py 309 max_overhead = max(self.overhead_times)
315 if max_overhead - min_overhead > 0.1:
318 '%r - %r' % (min_overhead, max_overhead))
  /external/boringssl/src/ssl/
ssl_session.cc 561 const size_t max_overhead = method->max_overhead(ssl); local
562 const size_t max_out = session_len + max_overhead;
563 if (max_out < max_overhead) {
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 2098 size_t (*max_overhead)(SSL *ssl); member in struct:ssl_ticket_aead_method_st
    [all...]

Completed in 266 milliseconds