HomeSort by relevance Sort by last modified time
    Searched defs:ByteOffset (Results 1 - 16 of 16) sorted by null

  /external/icu/icu4c/source/layout/
LayoutTables.h 21 typedef le_int16 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))
  /external/llvm/include/llvm/Transforms/IPO/
LowerBitSets.h 38 uint64_t ByteOffset;
  /external/llvm/unittests/Transforms/IPO/
LowerBitSets.cpp 19 uint64_t ByteOffset;
61 EXPECT_EQ(T.ByteOffset, BSI.ByteOffset);
  /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;
  /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/MC/
MCAsmStreamer.cpp 724 unsigned ByteOffset =
726 uint64_t ValueToEmit = IntValue >> (ByteOffset * 8);
    [all...]
  /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...]
netmon.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /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...]
R600ISelLowering.cpp 829 uint32_t ByteOffset = getImplicitParameterOffset(MFI, GRID_DIM);
830 return LowerImplicitParameter(DAG, VT, DL, ByteOffset / 4);
    [all...]
  /external/v8/src/
api.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]

Completed in 859 milliseconds