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

  /external/boringssl/src/crypto/evp/
scrypt_test.cc 43 uint64_t N, r, p, max_mem = 0;
51 ASSERT_TRUE(GetUint64(t, &max_mem, "MaxMemory"));
57 p, max_mem, result.data(), result.size()));
71 1 /* p */, 0 /* max_mem */, key, sizeof(key)));
82 1 /* p */, 0 /* max_mem */, key, sizeof(key)));
84 0 /* p */, 0 /* max_mem */, key, sizeof(key)));
88 1 /* p */, 0 /* max_mem */, key, sizeof(key)));
90 1 /* p */, 0 /* max_mem */, key, sizeof(key)));
92 1 /* p */, 0 /* max_mem */, key, sizeof(key)));
94 1 /* p */, 0 /* max_mem */, key, sizeof(key)))
    [all...]
scrypt.c 148 uint64_t p, size_t max_mem, uint8_t *out_key,
163 if (max_mem == 0) {
164 max_mem = SCRYPT_MAX_MEM;
167 size_t max_scrypt_blocks = max_mem / (2 * r * sizeof(block_t));
174 // Allocate and divide up the scratch space. |max_mem| fits in a size_t, which
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_bfc_allocator_test.cc 213 const int32 max_mem = 1 << 27; local
218 std::max<size_t>(rand.Rand32() % max_mem, 100), max_mem);
  /external/boringssl/src/include/openssl/
evp.h 437 // cost of the operation. If the memory required exceeds |max_mem|, the
438 // operation will fail instead. If |max_mem| is zero, a defult limit of 32MiB
443 size_t max_mem, uint8_t *out_key,
    [all...]
  /external/valgrind/include/vki/
vki-xen-domctl.h 596 struct vki_xen_domctl_max_mem max_mem; member in union:vki_xen_domctl::__anon42870
  /external/valgrind/coregrind/m_syswrap/
syswrap-xen.c 809 PRE_XEN_DOMCTL_READ(max_mem, max_memkb);
    [all...]

Completed in 180 milliseconds