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

/external/bison/lib/glthread/
H A Dlock.c461 char *firstbyte = (char *)once_control; local
462 if (*firstbyte == *(const char *)&fresh_once)
465 *firstbyte = ~ *(const char *)&fresh_once;
/external/regex-re2/re2/
H A Ddfa.cc179 // Special "firstbyte" values for a state. (Values >= 0 denote actual bytes.)
259 firstbyte(kFbUnknown),
271 int firstbyte; member in struct:re2::DFA::SearchParams
283 // "firstbyte" for that state, if any.
285 StartInfo() : start(NULL), firstbyte(kFbUnknown) { }
287 volatile int firstbyte; member in struct:re2::DFA::StartInfo
290 // Fills in params->start and params->firstbyte using
1170 start_[i].firstbyte = kFbUnknown;
1286 // loop as the "firstbyte" argument, along with a boolean "have_firstbyte".
1349 // In start state, only way out is to find firstbyte,
1721 int firstbyte = kFbNone; local
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp1610 unsigned char firstbyte; local
1615 firstbyte = (unsigned char)(BFINAL + ((BTYPE & 1) << 1) + ((BTYPE & 2) << 1));
1616 ucvector_push_back(out, firstbyte);

Completed in 594 milliseconds