/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 136 static Prog *Compile(Regexp* re, bool reversed, int64_t max_mem); 140 static Prog* CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem); 228 void Setup(Regexp::ParseFlags flags, int64_t max_mem, RE2::Anchor anchor); 1090 void Compiler::Setup(Regexp::ParseFlags flags, int64_t max_mem, in Setup() argument 1094 max_mem_ = max_mem; in Setup() 1095 if (max_mem <= 0) { in Setup() 1097 } else if (static_cast<size_t>(max_mem) <= sizeof(Prog)) { in Setup() 1101 int64_t m = (max_mem - sizeof(Prog)) / sizeof(Prog::Inst); in Setup() 1125 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile() argument 1127 c.Setup(re->parse_flags(), max_mem, RE2::UNANCHORED /* unused */); in Compile() [all …]
|
D | regexp.h | 421 Prog* CompileToProg(int64_t max_mem); 422 Prog* CompileToReverseProg(int64_t max_mem);
|
D | set.cc | 100 prog_ = Prog::CompileSet(re, anchor_, options_.max_mem()); in Compile()
|
D | prog.h | 361 static Prog* CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem);
|
D | dfa.cc | 69 DFA(Prog* prog, Prog::MatchKind kind, int64_t max_mem); 423 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64_t max_mem) in DFA() argument 429 mem_budget_(max_mem) { in DFA()
|
D | re2.cc | 221 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3); in Init() 247 re->suffix_regexp_->CompileToReverseProg(re->options_.max_mem() / 3); in ReverseProg()
|
D | re2.h | 653 int64_t max_mem() const { return max_mem_; } in max_mem() function
|
/external/boringssl/src/crypto/evp/ |
D | scrypt_test.cc | 43 uint64_t N, r, p, max_mem = 0; in TEST() local 51 ASSERT_TRUE(GetUint64(t, &max_mem, "MaxMemory")); in TEST() 57 p, max_mem, result.data(), result.size())); in TEST()
|
D | scrypt.c | 145 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt() argument 160 if (max_mem == 0) { in EVP_PBE_scrypt() 161 max_mem = SCRYPT_MAX_MEM; in EVP_PBE_scrypt() 164 size_t max_scrypt_blocks = max_mem / (2 * r * sizeof(block_t)); in EVP_PBE_scrypt()
|
/external/cronet/third_party/boringssl/src/crypto/evp/ |
D | scrypt_test.cc | 43 uint64_t N, r, p, max_mem = 0; in TEST() local 51 ASSERT_TRUE(GetUint64(t, &max_mem, "MaxMemory")); in TEST() 57 p, max_mem, result.data(), result.size())); in TEST()
|
D | scrypt.c | 145 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt() argument 160 if (max_mem == 0) { in EVP_PBE_scrypt() 161 max_mem = SCRYPT_MAX_MEM; in EVP_PBE_scrypt() 164 size_t max_scrypt_blocks = max_mem / (2 * r * sizeof(block_t)); in EVP_PBE_scrypt()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | scrypt_test.cc | 43 uint64_t N, r, p, max_mem = 0; in TEST() local 51 ASSERT_TRUE(GetUint64(t, &max_mem, "MaxMemory")); in TEST() 57 p, max_mem, result.data(), result.size())); in TEST()
|
D | scrypt.c | 148 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt() argument 163 if (max_mem == 0) { in EVP_PBE_scrypt() 164 max_mem = SCRYPT_MAX_MEM; in EVP_PBE_scrypt() 167 size_t max_scrypt_blocks = max_mem / (2 * r * sizeof(block_t)); in EVP_PBE_scrypt()
|
/external/AFLplusplus/utils/libdislocator/ |
D | libdislocator.so.c | 152 static size_t max_mem = MAX_ALLOC; /* Max heap usage to permit */ variable 178 if (total_mem + len > max_mem || total_mem + len < total_mem) { in __dislocator_alloc() 180 if (hard_fail) FATAL("total allocs exceed %zu MB", max_mem / 1024 / 1024); in __dislocator_alloc() 182 DEBUGF("total allocs exceed %zu MB, returning NULL", max_mem / 1024 / 1024); in __dislocator_alloc() 530 max_mem = mmem * 1024 * 1024;
|
/external/cronet/base/process/ |
D | process_metrics_ios.cc | 83 meminfo->total = static_cast<int>(hostinfo.max_mem / 1024); in GetSystemMemoryInfo()
|
D | process_metrics_mac.cc | 288 meminfo->total = static_cast<int>(hostinfo.max_mem / 1024); in GetSystemMemoryInfo()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_bfc_allocator_test.cc | 269 const int32_t max_mem = 1 << 27; in TEST_P() local 274 std::max<size_t>(rand.Rand32() % max_mem, 100), max_mem); in TEST_P()
|
/external/cronet/base/system/ |
D | sys_info_mac.mm | 114 return hostinfo.max_mem;
|
D | sys_info_ios.mm | 121 return hostinfo.max_mem;
|
/external/boringssl/src/include/openssl/ |
D | evp.h | 513 size_t max_mem, uint8_t *out_key,
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | evp.h | 512 size_t max_mem, uint8_t *out_key,
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | evp.h | 513 size_t max_mem, uint8_t *out_key,
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | ucs2.diff | 170 if (max_mem <= 0) {
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 43429 …<var-decl name="max_mem" type-id="9c313c2d" visibility="default" filepath="drivers/gpu/drm/ttm/ttm… 43542 …<var-decl name="max_mem" type-id="9c313c2d" visibility="default" filepath="drivers/gpu/drm/ttm/ttm…
|
D | test-PR27569-v0.abi | 43400 …<var-decl name="max_mem" type-id="9c313c2d" visibility="default" filepath="drivers/gpu/drm/ttm/ttm… 43513 …<var-decl name="max_mem" type-id="9c313c2d" visibility="default" filepath="drivers/gpu/drm/ttm/ttm…
|