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

  /external/webkit/Source/JavaScriptCore/bytecode/
JumpTable.h 49 StringOffsetTable offsetTable;
56 StringOffsetTable::const_iterator end = offsetTable.end();
57 StringOffsetTable::const_iterator loc = offsetTable.find(value);
66 StringOffsetTable::const_iterator end = offsetTable.end();
67 StringOffsetTable::const_iterator loc = offsetTable.find(value);
CodeBlock.cpp 470 StringJumpTable::StringOffsetTable::const_iterator end = m_rareData->m_stringSwitchJumpTables[i].offsetTable.end();
471 for (StringJumpTable::StringOffsetTable::const_iterator iter = m_rareData->m_stringSwitchJumpTables[i].offsetTable.begin(); iter != end; ++iter)
    [all...]
  /external/icu4c/layout/
LigatureSubstProc.cpp 79 const le_int16 *offsetTable = (const le_int16 *)((char *) &ligatureSubstitutionHeader->stHeader + 2 * SignExtend(offset, lafComponentOffsetMask));
81 i += SWAPW(offsetTable[LE_GET_GLYPH(glyphStorage[componentGlyph])]);
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 275 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */
285 FDK_ASSERT(offsetTable != NULL);
289 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR));
336 offsetTable[CENTER_FRONT_CHANNEL] = chIdx[CH_GROUP_FRONT][0];
368 offsetTable[chMapPos] = chIdx[grpIdx][ch];
402 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */
412 FDK_ASSERT(offsetTable != NULL);
417 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR));
439 offsetTable[CENTER_FRONT_CHANNEL] = pChannelMap[0];
476 offsetTable[chMapPos] = pChannelMap[ch]
    [all...]
  /external/svox/pico/lib/
picoktab.c 198 picoos_uint8 * offsetTable;
217 ktabgraphs->offsetTable = &(this->base[KTAB_START_GRAPHS_OFFSET_TABLE]);
387 graphsOffset = g->offsetTable[g->sizeOffset*m];
390 graphsOffset = g->offsetTable[g->sizeOffset*m ] +
391 256*g->offsetTable[g->sizeOffset*m + 1];
392 /* PICODBG_DEBUG(("picoktab_graphOffset: %i %i %i %i", m, g->offsetTable[g->sizeOffset*m], g->offsetTable[g->sizeOffset*m + 1], graphsOffset));
587 graphsOffset = g->offsetTable[graphIndex];
589 graphsOffset = g->offsetTable[2 * graphIndex]
590 + (g->offsetTable[2 * graphIndex + 1] << 8)
    [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp 707 u4* offsetTable;
715 offsetTable = (u4*) ptr;
745 offsetTable[idx] = ptr - basePtr;
747 idx, offsetTable[idx], ptr, basePtr);
758 (ptr - basePtr) - offsetTable[idx]);
761 assert(offsetTable[idx] == 0);
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 538 StringJumpTable::StringOffsetTable::iterator end = record.jumpTable.stringJumpTable->offsetTable.end();
539 for (StringJumpTable::StringOffsetTable::iterator it = record.jumpTable.stringJumpTable->offsetTable.begin(); it != end; ++it) {
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]

Completed in 210 milliseconds