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

  /external/icu/icu4c/source/layout/
StateTableProcessor.h 41 le_int16 stateSize;
StateTableProcessor.cpp 27 stateSize = SWAPW(stateTableHeader->stHeader.stateSize);
StateTables.h 57 le_int16 stateSize;
  /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...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvcommn.c 944 FT_UShort stateSize,
992 default: /* user-defined: 4 - ( stateSize - 1 ) */
993 if ( classID >= stateSize )
1003 for ( i = 0; i < stateSize; i++ )
1009 GXV_TRACE(( "Declared stateSize=0x%02x, Used maxClassID=0x%02x\n",
1010 stateSize, *maxClassID_p ));
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 252 const size_t stateSize = numCoefs * mChannelCount * 2;
253 mState = (int16_t*)memalign(32, stateSize*sizeof(int16_t));
254 memset(mState, 0, sizeof(int16_t)*stateSize);
388 const size_t stateSize = (c.halfNumCoefs*2)*CHANNELS;
389 memcpy(mState, mState+stateSize, sizeof(int16_t)*stateSize);
390 impulse -= stateSize;
  /external/tpm2/
CpriHash.c 289 // stateSize in hashState is updated to indicate the number of bytes of state that were saved. This function
332 // from this function and set the actual stateSize to zero.
    [all...]

Completed in 912 milliseconds