Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Ddfa.cc369 static inline const uint8* BytePtr(const void* v) { in BytePtr() function
1323 const uint8* bp = BytePtr(params->text.begin()); // start of text in InlinedSearchLoop()
1325 const uint8* ep = BytePtr(params->text.end()); // end of text in InlinedSearchLoop()
1354 if ((p = BytePtr(memchr(p, params->firstbyte, ep - p))) == NULL) { in InlinedSearchLoop()
1359 if ((p = BytePtr(memrchr(ep, params->firstbyte, p - ep))) == NULL) { in InlinedSearchLoop()