Home
last modified time | relevance | path

Searched defs:kMaxArgs (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.h29 constexpr size_t kMaxArgs = 8; variable
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.h29 constexpr size_t kMaxArgs = 9; variable
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.h29 constexpr size_t kMaxArgs = 9; variable
/external/openthread/src/core/diags/
Dfactory_diags.hpp125 static constexpr uint8_t kMaxArgs = OPENTHREAD_CONFIG_DIAG_CMD_LINE_ARGS_MAX; member in ot::FactoryDiags::Diags
/external/ruy/ruy/profiler/
Dinstrumentation.h67 static constexpr int kMaxArgs = 4; variable
/external/openthread/src/cli/
Dcli.hpp245 kMaxArgs = 32, enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc40 static const int kMaxArgs = 16; variable
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc80 static const int kMaxArgs = 16; variable
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1342 const size_t kMaxArgs = 3; // eg: clamp, mix, smoothstep in writeIntrinsicCall() local