Searched defs:BytePtr (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_initimg/
H A Dsimple_huffman.c78 UChar *BytePtr; member in struct:__anon27285
96 stream->BytePtr = buf;
112 buf = stream->BytePtr;
128 stream->BytePtr = buf;
147 buf = stream->BytePtr;
171 stream->BytePtr = buf;
427 total_bytes = (Int)(stream.BytePtr - out);
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc371 static inline const uint8* BytePtr(const void* v) { function in namespace:re2
1325 const uint8* bp = BytePtr(params->text.begin()); // start of text
1327 const uint8* ep = BytePtr(params->text.end()); // end of text
1356 if ((p = BytePtr(memchr(p, params->firstbyte, ep - p))) == NULL) {
1361 if ((p = BytePtr(memrchr(ep, params->firstbyte, p - ep))) == NULL) {
/external/regex-re2/re2/
H A Ddfa.cc369 static inline const uint8* BytePtr(const void* v) { function in namespace:re2
1323 const uint8* bp = BytePtr(params->text.begin()); // start of text
1325 const uint8* ep = BytePtr(params->text.end()); // end of text
1354 if ((p = BytePtr(memchr(p, params->firstbyte, ep - p))) == NULL) {
1359 if ((p = BytePtr(memrchr(ep, params->firstbyte, p - ep))) == NULL) {

Completed in 115 milliseconds