HomeSort by relevance Sort by last modified time
    Searched full:statesize (Results 1 - 6 of 6) sorted by null

  /external/icu4c/layout/
StateTableProcessor.h 41 le_int16 stateSize;
StateTables.h 22 le_int16 stateSize;
StateTableProcessor.cpp 27 stateSize = SWAPW(stateTableHeader->stHeader.stateSize);
  /external/chromium_org/third_party/re2/re2/
onepass.cc 199 // Basically (OneState*)(nodes + statesize*nodeindex)
201 static inline OneState* IndexToNode(volatile uint8* nodes, int statesize,
204 const_cast<uint8*>(nodes + statesize*nodeindex));
246 volatile uint32 statesize = onepass_statesize_; local
264 state = IndexToNode(nodes, statesize, nextindex);
391 int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32); local
392 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes)
404 uint8* nodes = new uint8[maxnodes*statesize];
410 nodep += statesize;
415 OneState* node = IndexToNode(nodes, statesize, nodeindex)
    [all...]
  /external/regex-re2/re2/
onepass.cc 199 // Basically (OneState*)(nodes + statesize*nodeindex)
201 static inline OneState* IndexToNode(volatile uint8* nodes, int statesize,
204 const_cast<uint8*>(nodes + statesize*nodeindex));
246 volatile uint32 statesize = onepass_statesize_; local
264 state = IndexToNode(nodes, statesize, nextindex);
391 int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32); local
392 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes)
404 uint8* nodes = new uint8[maxnodes*statesize];
410 nodep += statesize;
415 OneState* node = IndexToNode(nodes, statesize, nodeindex)
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp     [all...]

Completed in 599 milliseconds