Home
last modified time | relevance | path

Searched refs:MAX_OPS (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/fuzz/
DFuzzPathop.cpp14 const uint8_t MAX_OPS = 20; variable
23 fuzz->nextRange(&ops, 0, MAX_OPS); in DEF_FUZZ()
/third_party/skia/fuzz/
DFuzzPathop.cpp14 const uint8_t MAX_OPS = 20; variable
23 fuzz->nextRange(&ops, 0, MAX_OPS); in DEF_FUZZ()
/third_party/grpc/include/grpcpp/impl/codegen/
Dcall_op_set.h956 static const size_t MAX_OPS = 6; in ContinueFillOpsAfterInterception() local
957 grpc_op ops[MAX_OPS]; in ContinueFillOpsAfterInterception()