HomeSort by relevance Sort by last modified time
    Searched refs:ByteOffset (Results 1 - 25 of 40) 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/CodeGen/AsmPrinter/
DebugLocStream.h 44 size_t ByteOffset;
46 Entry(const MCSymbol *BeginSym, const MCSymbol *EndSym, size_t ByteOffset,
48 : BeginSym(BeginSym), EndSym(EndSym), ByteOffset(ByteOffset),
117 .slice(Entries[EI].ByteOffset, getNumBytes(EI));
143 return DWARFBytes.size() - Entries[EI].ByteOffset;
144 return Entries[EI + 1].ByteOffset - Entries[EI].ByteOffset;
DebugLocStream.cpp 29 if (Entries.back().ByteOffset != DWARFBytes.size())
  /external/llvm/unittests/Transforms/IPO/
LowerBitSets.cpp 19 uint64_t ByteOffset;
61 EXPECT_EQ(T.ByteOffset, BSI.ByteOffset);
  /external/llvm/lib/Analysis/
Loads.cpp 74 int64_t ByteOffset = 0;
76 Base = GetPointerBaseWithConstantOffset(V, ByteOffset, DL);
78 if (ByteOffset < 0) // out of bounds
110 if (ByteOffset + LoadSize <= DL.getTypeAllocSize(BaseType) &&
111 ((ByteOffset % Align) == 0))
ConstantFolding.cpp 275 /// out of. ByteOffset is an offset into C. CurPtr is the pointer to copy
278 static bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset,
281 assert(ByteOffset <= DL.getTypeAllocSize(C->getType()) &&
297 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) {
298 int n = ByteOffset;
302 ++ByteOffset;
310 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL);
314 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL);
318 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, DL);
325 unsigned Index = SL->getElementContainingOffset(ByteOffset);
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
LowerBitSets.h 38 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;
  /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 51 if (Offset < ByteOffset)
54 if ((Offset - ByteOffset) % (uint64_t(1) << AlignLog2) != 0)
57 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2;
98 OS << "offset " << ByteOffset << " size " << BitSize << " align "
128 BSI.ByteOffset = Min;
470 CombinedGlobalIntAddr, ConstantInt::get(IntPtrTy, BSI.ByteOffset));
    [all...]
  /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/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 802 int64_t ByteOffset = C->getSExtValue();
803 if (isUInt<16>(ByteOffset)) {
813 if (isDSOffsetLegal(Sub, ByteOffset, 16)) {
    [all...]

Completed in 1451 milliseconds

1 2