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

1 2

  /external/icu4c/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;
StateTableProcessor.h 31 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;
42 ByteOffset classTableOffset;
43 ByteOffset stateArrayOffset;
44 ByteOffset entryTableOffset;
LigatureSubstitution.h 25 ByteOffset ligatureActionTableOffset;
26 ByteOffset componentTableOffset;
27 ByteOffset ligatureTableOffset;
StateTables.h 23 ByteOffset classTableOffset;
24 ByteOffset stateArrayOffset;
25 ByteOffset entryTableOffset;
67 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);
ContextualGlyphSubstProc.cpp 39 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
42 ByteOffset newState = SWAPW(entry->newStateOffset);
LigatureSubstProc.cpp 45 ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
48 ByteOffset newState = SWAPW(entry->newStateOffset);
59 ByteOffset actionOffset = flags & lsfActionOffsetMask;
StateTableProcessor.cpp 45 ByteOffset currentState = stateArrayOffset;
LigatureSubstProc2.cpp 59 ByteOffset actionOffset = flags & lsfPerformAction;
IndicRearrangementProcessor.cpp 38 ByteOffset IndicRearrangementProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
41 ByteOffset newState = SWAPW(entry->newStateOffset);
  /external/llvm/lib/Analysis/
Loads.cpp 58 int64_t ByteOffset = 0;
60 Base = GetPointerBaseWithConstantOffset(V, ByteOffset, TD);
62 if (ByteOffset < 0) // out of bounds
91 if (ByteOffset + LoadSize <= TD->getTypeAllocSize(BaseType) &&
92 (Align == 0 || (ByteOffset % Align) == 0))
ConstantFolding.cpp 254 /// constant being copied out of. ByteOffset is an offset into C. CurPtr is the
257 static bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset,
260 assert(ByteOffset <= TD.getTypeAllocSize(C->getType()) &&
276 for (unsigned i = 0; i != BytesLeft && ByteOffset != IntBytes; ++i) {
277 int n = ByteOffset;
281 ++ByteOffset;
289 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, TD);
293 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, TD);
297 return ReadDataFromGlobal(C, ByteOffset, CurPtr, BytesLeft, TD);
304 unsigned Index = SL->getElementContainingOffset(ByteOffset);
    [all...]
ValueTracking.cpp     [all...]
  /external/chromium_org/gin/
array_buffer.cc 158 offset_(view->ByteOffset()),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 361 unsigned ByteOffset = DwordOffset * 4;
366 assert(isInt<16>(ByteOffset));
369 DAG.getConstant(ByteOffset, MVT::i32), // PTR
  /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/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8TypedArrayCustom.h 152 v8::Local<v8::Object> wrapper = V8Type::New(v8Buffer.As<v8::ArrayBuffer>(), impl->byteOffset(), Traits::length(impl.get()));
168 RefPtr<TypedArray> typedArray = TypedArray::create(arrayBuffer, view->ByteOffset(), Traits::length(view));
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 90 IN PLARGE_INTEGER ByteOffset OPTIONAL,
105 IN PLARGE_INTEGER ByteOffset OPTIONAL,
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 782 unsigned ByteOffset = DwordOffset * 4;
787 assert(isInt<16>(ByteOffset));
790 DAG.getConstant(ByteOffset, MVT::i32), // PTR
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 309 milliseconds

1 2