OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteOffset
(Results
1 - 17
of
17
) sorted by null
/external/icu4c/layout/
LayoutTables.h
21
typedef le_int16
ByteOffset
;
LigatureSubstitution.h
25
ByteOffset
ligatureActionTableOffset;
26
ByteOffset
componentTableOffset;
27
ByteOffset
ligatureTableOffset;
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;
StateTables.h
23
ByteOffset
classTableOffset;
24
ByteOffset
stateArrayOffset;
25
ByteOffset
entryTableOffset;
59
ByteOffset
newStateOffset;
ContextualGlyphInsertion.h
41
ByteOffset
currentInsertionListOffset;
42
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;
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
56
uint64_t &
ByteOffset
,
65
ByteOffset
+= TD->getIndexedOffset(GEP->getPointerOperandType(),
88
uint64_t
ByteOffset
= 0;
91
Base = getUnderlyingObjectWithOffset(V, TD,
ByteOffset
);
119
if (
ByteOffset
+ LoadSize <= TD->getTypeAllocSize(BaseType) &&
120
(Align == 0 || (
ByteOffset
% Align) == 0))
ConstantFolding.cpp
235
/// constant being copied out of.
ByteOffset
is an offset into C. CurPtr is the
238
static bool ReadDataFromGlobal(Constant *C, uint64_t
ByteOffset
,
241
assert(
ByteOffset
<= TD.getTypeAllocSize(C->getType()) &&
257
for (unsigned i = 0; i != BytesLeft &&
ByteOffset
!= IntBytes; ++i) {
258
CurPtr[i] = (unsigned char)(Val >> (
ByteOffset
* 8));
259
++
ByteOffset
;
267
return ReadDataFromGlobal(C,
ByteOffset
, CurPtr, BytesLeft, TD);
271
return ReadDataFromGlobal(C,
ByteOffset
, CurPtr, BytesLeft, TD);
278
unsigned Index = SL->getElementContainingOffset(
ByteOffset
);
280
ByteOffset
-= CurEltOffset
[
all
...]
/external/e2fsprogs/lib/ext2fs/
nt_io.c
90
IN PLARGE_INTEGER
ByteOffset
OPTIONAL,
105
IN PLARGE_INTEGER
ByteOffset
OPTIONAL,
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
[
all
...]
Completed in 464 milliseconds