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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc352 static inline const uint8_t* BytePtr(const void* v) { in BytePtr() function
1329 const uint8_t* bp = BytePtr(params->text.data()); // start of text in InlinedSearchLoop()
1331 const uint8_t* ep = BytePtr(params->text.data() + in InlinedSearchLoop()
1374 p = BytePtr(prog_->PrefixAccel(p, ep - p)); in InlinedSearchLoop()