HomeSort by relevance Sort by last modified time
    Searched refs:ByteOffset (Results 1 - 25 of 36) sorted by null

1 2

  /external/icu/icu4c/source/layout/
LayoutTables.h 21 typedef le_int16 ByteOffset;
LigatureSubstProc.h 32 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
57 ByteOffset ligatureActionTableOffset;
58 ByteOffset componentTableOffset;
59 ByteOffset ligatureTableOffset;
LigatureSubstitution.h 25 ByteOffset ligatureActionTableOffset;
26 ByteOffset componentTableOffset;
27 ByteOffset ligatureTableOffset;
StateTableProcessor.h 31 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;
42 ByteOffset classTableOffset;
43 ByteOffset stateArrayOffset;
44 ByteOffset entryTableOffset;
StateTables.h 58 ByteOffset classTableOffset;
59 ByteOffset stateArrayOffset;
60 ByteOffset entryTableOffset;
103 ByteOffset newStateOffset;
ContextualGlyphInsertion.h 46 ByteOffset currentInsertionListOffset;
47 ByteOffset markedInsertionListOffset;
ContextualGlyphSubstProc.h 30 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
55 ByteOffset substitutionTableOffset;
ContextualGlyphSubstitution.h 24 ByteOffset substitutionTableOffset;
IndicRearrangementProcessor.h 30 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
LigatureSubstProc.cpp 45 ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
50 ByteOffset newState = SWAPW(entry->newStateOffset);
65 ByteOffset actionOffset = flags & lsfActionOffsetMask;
ContextualGlyphSubstProc.cpp 44 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
48 ByteOffset newState = SWAPW(entry->newStateOffset);
StateTableProcessor.cpp 49 ByteOffset currentState = stateArrayOffset;
LigatureSubstProc2.cpp 69 ByteOffset actionOffset = flags & lsfPerformAction;
IndicRearrangementProcessor.cpp 41 ByteOffset IndicRearrangementProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
45 ByteOffset newState = SWAPW(entry->newStateOffset);
  /external/llvm/lib/Analysis/
Loads.cpp 68 int64_t ByteOffset = 0;
70 Base = GetPointerBaseWithConstantOffset(V, ByteOffset, DL);
72 if (ByteOffset < 0) // out of bounds
104 if (ByteOffset + LoadSize <= DL.getTypeAllocSize(BaseType) &&
105 (Align == 0 || (ByteOffset % Align) == 0))
ConstantFolding.cpp 276 /// out of. ByteOffset is an offset into C. CurPtr is the pointer to copy
279 static bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset,
282 assert(ByteOffset <= DL.getTypeAllocSize(C->getType()) &&
298 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) {
299 int n = ByteOffset;
303 ++ByteOffset;
311 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL);
315 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL);
319 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL);
326 unsigned Index = SL->getElementContainingOffset(ByteOffset);
    [all...]
  /external/llvm/unittests/Transforms/IPO/
LowerBitSets.cpp 19 uint64_t ByteOffset;
61 EXPECT_EQ(T.ByteOffset, BSI.ByteOffset);
  /external/llvm/include/llvm/Transforms/IPO/
LowerBitSets.h 37 uint64_t ByteOffset;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvol.h 93 LARGE_INTEGER ByteOffset;
winioctl.h 792 LARGE_INTEGER ByteOffset;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
afilter.h 159 IN UINT ByteOffset,
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 47 if (Offset < ByteOffset)
50 if ((Offset - ByteOffset) % (uint64_t(1) << AlignLog2) != 0)
53 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2;
109 BSI.ByteOffset = Min;
431 GlobalAsInt, ConstantInt::get(IntPtrTy, BSI.ByteOffset));
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 361 unsigned ByteOffset = DwordOffset * 4;
366 assert(isInt<16>(ByteOffset));
369 DAG.getConstant(ByteOffset, MVT::i32), // PTR
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 89 IN PLARGE_INTEGER ByteOffset OPTIONAL,
104 IN PLARGE_INTEGER ByteOffset OPTIONAL,
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 682 unsigned ByteOffset =
684 uint64_t ValueToEmit = IntValue >> (ByteOffset * 8);
    [all...]

Completed in 833 milliseconds

1 2