Searched refs:firstbyte (Results 1 – 4 of 4) sorted by relevance
/external/regex-re2/re2/ |
D | dfa.cc | 259 firstbyte(kFbUnknown), in SearchParams() 271 int firstbyte; member 285 StartInfo() : start(NULL), firstbyte(kFbUnknown) { } in StartInfo() 287 volatile int firstbyte; member 1170 start_[i].firstbyte = kFbUnknown; in ResetCache() 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() 1556 params->firstbyte >= 0, in SlowSearchLoop() 1577 bool have_firstbyte = (params->firstbyte >= 0); in FastSearchLoop() 1673 DumpState(info->start).c_str(), info->firstbyte); in AnalyzeSearch() [all …]
|
/external/bison/lib/glthread/ |
D | lock.c | 461 char *firstbyte = (char *)once_control; in glthread_once_singlethreaded() local 462 if (*firstbyte == *(const char *)&fresh_once) in glthread_once_singlethreaded() 465 *firstbyte = ~ *(const char *)&fresh_once; in glthread_once_singlethreaded()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _c_m_a_p.py | 443 firstbyte = charCode >> 8 446 if firstbyte != lastFirstByte: # Need to update the current subhead, and start a new one. 465 subHeaderKeys[firstbyte] = len(subHeaderList) -1 466 lastFirstByte = firstbyte
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 1610 unsigned char firstbyte; in deflateNoCompression() local 1615 firstbyte = (unsigned char)(BFINAL + ((BTYPE & 1) << 1) + ((BTYPE & 2) << 1)); in deflateNoCompression() 1616 ucvector_push_back(out, firstbyte); in deflateNoCompression()
|