Home
last modified time | relevance | path

Searched defs:statesize (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Donepass.cc209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode()
248 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in SearchOnePass() local
397 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in IsOnePass() local
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c907 Py_ssize_t statesize; in _multibytecodec_MultibyteIncrementalEncoder_getstate_impl() local