Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Dworking_set.cpp136 byte *BytePtr = (byte *)Ptr; in countAndClearShadowValues() local
138 if (BytePtr[j] & ByteValue) { in countAndClearShadowValues()
142 BytePtr[j] |= (ByteValue << 1); in countAndClearShadowValues()
/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()