HomeSort by relevance Sort by last modified time
    Searched defs:firstbyte (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/glthread/
lock.c 461 char *firstbyte = (char *)once_control; local
462 if (*firstbyte == *(const char *)&fresh_once)
465 *firstbyte = ~ *(const char *)&fresh_once;
  /external/regex-re2/re2/
dfa.cc 179 // 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
1721 int firstbyte = kFbNone; local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 1610 unsigned char firstbyte; local
    [all...]

Completed in 331 milliseconds