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

  /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/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/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 339 for firstByte in range(256):
340 subHeadindex = subHeaderKeys[firstByte]
343 if (firstByte < subHeader.firstCode) or (firstByte >= subHeader.firstCode + subHeader.entryCount):
346 charCode = firstByte
347 offsetIndex = firstByte - subHeader.firstCode
356 charCodeOffset = firstByte * 256 + subHeader.firstCode
443 firstbyte = charCode >> 8
446 if firstbyte != lastFirstByte: # Need to update the current subhead, and start a new one.
465 subHeaderKeys[firstbyte] = len(subHeaderList) -
    [all...]
  /bionic/libc/arch-x86_64/string/
sse4-memcmp-slm.S 91 je L(firstbyte)
99 L(firstbyte):
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 1610 unsigned char firstbyte; local
    [all...]

Completed in 135 milliseconds