/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 1076 void Compiler::Setup(Regexp::ParseFlags flags, int64_t max_mem, in Setup() 1111 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile() 1202 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() 1206 Prog* Regexp::CompileToReverseProg(int64_t max_mem) { in CompileToReverseProg() 1215 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet() 1257 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
|
D | re2.h | 685 int64_t max_mem() const { return max_mem_; } in max_mem() function
|
D | dfa.cc | 423 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64_t max_mem) in DFA()
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | compile.cc | 1077 void Compiler::Setup(Regexp::ParseFlags flags, int64_t max_mem, in Setup() 1112 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile() 1203 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() 1207 Prog* Regexp::CompileToReverseProg(int64_t max_mem) { in CompileToReverseProg() 1216 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet() 1258 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
|
H A D | re2.h | 694 int64_t max_mem() const { return max_mem_; } in max_mem() function
|
H A D | dfa.cc | 417 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64_t max_mem) in DFA()
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | compile.cc | 1096 void Compiler::Setup(Regexp::ParseFlags flags, int64_t max_mem, in Setup() 1136 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile() 1217 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() 1221 Prog* Regexp::CompileToReverseProg(int64_t max_mem) { in CompileToReverseProg() 1230 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet() 1272 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
|
H A D | re2.h | 649 int64_t max_mem() const { return max_mem_; } in max_mem() function
|
H A D | dfa.cc | 438 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64_t max_mem) in DFA()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | gatt_sr_test.cc | 207 uint8_t max_mem[MAX_UINT16]; in TEST_F() local 238 uint8_t max_mem[MAX_UINT16]; in TEST_F() local 272 uint8_t max_mem[MAX_UINT16]; in TEST_F() local 304 uint8_t max_mem[MAX_UINT16]; in TEST_F() local
|
/aosp_15_r20/external/boringssl/src/crypto/evp/ |
H A D | scrypt_test.cc | 43 uint64_t N, r, p, max_mem = 0; in TEST() local
|
H A D | scrypt.c | 145 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/ |
H A D | scrypt_test.cc | 43 uint64_t N, r, p, max_mem = 0; in TEST() local
|
H A D | scrypt.c | 145 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt()
|
/aosp_15_r20/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
|
D | scrypt.c | 148 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | scrypt_test.cc | 43 uint64_t N, r, p, max_mem = 0; in TEST() local
|
D | scrypt.c | 148 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/ |
H A D | max_guest_memory_test.c | 170 uint64_t max_gpa, gpa, slot_size, max_mem, i; in main() local
|
/aosp_15_r20/external/AFLplusplus/utils/libdislocator/ |
H A D | libdislocator.so.c | 152 static size_t max_mem = MAX_ALLOC; /* Max heap usage to permit */ variable
|
/aosp_15_r20/system/core/init/ |
H A D | service.cpp | 505 size_t max_mem = SIZE_MAX; in ConfigureMemcg() local
|
/aosp_15_r20/external/google-breakpad/src/third_party/mac_headers/mach/ |
H A D | machine.h | 100 uint64_t max_mem; /* actual size of physical memory */ member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
H A D | gpu_bfc_allocator_test.cc | 269 const int32_t max_mem = 1 << 27; in TEST_P() local
|