HomeSort by relevance Sort by last modified time
    Searched defs:Offset (Results 51 - 75 of 433) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM_Bitstream.c 55 OMX_INT Offset = *pOffset;
58 armAssert(Offset>=0 && Offset<=7);
63 Value = (Value << Offset ) | (pBitStream[4] >> (8-Offset));
90 OMX_INT Offset = *pOffset;
98 armAssert(Offset>=0 && Offset<=7);
103 Value = (Value << Offset ) | (pBitStream[4] >> (8-Offset));
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c 55 OMX_INT Offset = *pOffset;
58 armAssert(Offset>=0 && Offset<=7);
63 Value = (Value << Offset ) | (pBitStream[4] >> (8-Offset));
90 OMX_INT Offset = *pOffset;
98 armAssert(Offset>=0 && Offset<=7);
103 Value = (Value << Offset ) | (pBitStream[4] >> (8-Offset));
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM_Bitstream.c 55 OMX_INT Offset = *pOffset;
58 armAssert(Offset>=0 && Offset<=7);
63 Value = (Value << Offset ) | (pBitStream[4] >> (8-Offset));
90 OMX_INT Offset = *pOffset;
98 armAssert(Offset>=0 && Offset<=7);
103 Value = (Value << Offset ) | (pBitStream[4] >> (8-Offset));
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 29 typedef uint64_t Offset; // FIXME: use SizeTraits<T>::Offset
37 /// @param pOffset - the offset, can be larger than the fragment, but can not
39 /// @return if the offset is legal, return the fragment reference. Otherwise,
53 FragmentRef& assign(Fragment& pFrag, Offset pOffset = 0);
58 /// @pNBytes - copies pNBytes from the fragment[offset()+pOffset]
59 /// @pOffset - additional offset.
60 /// the start address offset from fragment[offset()]
61 void memcpy(void* pDest, size_t pNBytes, Offset pOffset = 0) const
70 Offset offset() const { return m_Offset; } function in class:mcld::FragmentRef
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 106 /// uint32_t BitcodeOffset; // Offset to traditional bitcode file.
118 OffsetField = 2*4, // Offset in bytes to Offset field.
119 SizeField = 3*4 // Offset in bytes to Size field.
125 unsigned Offset = ( BufPtr[OffsetField ] |
134 // Verify that Offset+Size fits in the file.
135 if (Offset+Size > unsigned(BufEnd-BufPtr))
137 BufPtr += Offset;
  /frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h 106 /// uint32_t BitcodeOffset; // Offset to traditional bitcode file.
118 OffsetField = 2*4, // Offset in bytes to Offset field.
119 SizeField = 3*4 // Offset in bytes to Size field.
125 unsigned Offset = ( BufPtr[OffsetField ] |
134 // Verify that Offset+Size fits in the file.
135 if (Offset+Size > unsigned(BufEnd-BufPtr))
137 BufPtr += Offset;
  /frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h 106 /// uint32_t BitcodeOffset; // Offset to traditional bitcode file.
118 OffsetField = 2*4, // Offset in bytes to Offset field.
119 SizeField = 3*4 // Offset in bytes to Size field.
125 unsigned Offset = ( BufPtr[OffsetField ] |
134 // Verify that Offset+Size fits in the file.
135 if (Offset+Size > unsigned(BufEnd-BufPtr))
137 BufPtr += Offset;
  /external/clang/include/clang/Tooling/Core/
Replacement.h 38 Range() : Offset(0), Length(0) {}
39 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {}
43 unsigned getOffset() const { return Offset; }
51 return Offset + Length > RHS.Offset && Offset < RHS.Offset + RHS.Length;
56 return RHS.Offset >= Offset &
    [all...]
  /external/icu/icu4c/source/layout/
OpenTypeTables.h 22 typedef le_uint16 Offset;
34 Offset offset; member in struct:TagAndOffsetRecord
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 27 // The offset from the beginning of the .debug_info section of the
33 // addressing, this is the size of the offset portion of the address.
50 uint32_t Offset;
DWARFDebugInfoEntry.h 30 /// Offset within the .debug_info of the start of this entry.
31 uint32_t Offset;
39 : Offset(0), SiblingIdx(0), AbbrevDecl(nullptr) {}
47 /// starting at a given offset. If DIE can't be extracted, returns false and
60 uint32_t getOffset() const { return Offset; }
DWARFUnitIndex.h 46 uint32_t Offset;
77 const Entry *getFromOffset(uint32_t Offset) const;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 88 // name offset bits flags
98 // name offset bits flags
121 unsigned Offset = Fixup.getOffset();
129 Data[Offset + i] |= uint8_t((Value >> (Idx * 8)) & 0xff);
  /external/pcre/dist/
pcre_scanner.cc 123 int Scanner::Offset() const {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebsc_table.h 27 struct Offset {
37 kBitmapScaleTable_vert = EblcTable::Offset::kSbitLineMetricsLength,
39 EblcTable::Offset::kSbitLineMetricsLength,
60 // Note: caller to do data->Slice(offset, Offset::kBitmapScaleTableLength)
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_header_table.h 86 struct Offset {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
schedule.h 19 ULONG Offset;
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Offset.java 21 public class Offset {
23 * The absolute value of this offset as it was originally read.
28 * The Offsettable that this Offset points to.
33 * The location of this Offset in the new file, ONLY SET IF the Offset
40 * Was the output location for this Offset set?.
45 * Does this Offset need to be written out using ULEB128?.
50 * Was this Offset created after reading, during mutation?.
55 * Only one Offset should have this flag set, the MapItem that points
61 * If an Offset pointed at 0 (because it is not actually a valid Offset)
    [all...]
  /external/aac/libAACdec/src/
aac_rom.h 136 UCHAR Offset;
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 119 // the offset of the category in the table.
121 // the offset of the diagnostic in the category.
124 unsigned Offset = 0;
128 Offset += NUM_BUILTIN_##PREV##_DIAGNOSTICS - DIAG_START_##PREV - 1; \
143 if (ID + Offset >= StaticDiagInfoSize)
146 assert(ID < StaticDiagInfoSize && Offset < StaticDiagInfoSize);
148 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset];
  /external/clang/lib/CodeGen/
CGRecordLayout.h 67 /// The offset within a contiguous run of bitfields that are represented as
68 /// a single "field" within the LLVM struct type. This offset is in bits.
69 unsigned Offset : 16;
81 /// The offset of the bitfield storage from the start of the struct.
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageOffset() {}
87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned,
89 : Offset(Offset), Size(Size), IsSigned(IsSigned),
96 /// accessing that field (which is expected to have the given offset and
100 uint64_t Offset, uint64_t Size
    [all...]
CodeGenTBAA.h 40 : BaseT(B), AccessN(A), Offset(O) {}
43 uint64_t Offset;
90 /// the scalar type has the same format as the struct type: name, offset,
116 /// and offset into the base type.
118 llvm::MDNode *AccessNode, uint64_t Offset);
147 DenseMapInfo<uint64_t>::getHashValue(Val.Offset);
154 LHS.Offset == RHS.Offset;
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 72 /// an index object with a map from function name to function summary offset.
153 /// uint32_t BitcodeOffset; // Offset to traditional bitcode file.
168 OffsetField = 2*4, // Offset in bytes to Offset field.
169 SizeField = 3*4 // Offset in bytes to Size field.
175 unsigned Offset = support::endian::read32le(&BufPtr[OffsetField]);
178 // Verify that Offset+Size fits in the file.
179 if (VerifyBufferSize && Offset+Size > unsigned(BufEnd-BufPtr))
181 BufPtr += Offset;
  /external/llvm/include/llvm/MC/
MCWinEH.h 25 const unsigned Offset;
30 : Label(L), Offset(Off), Register(Reg), Operation(Op) {}
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 35 void DwarfExpression::AddRegIndirect(int DwarfReg, int Offset, bool Deref) {
43 EmitSigned(Offset);
68 bool DwarfExpression::AddMachineRegIndirect(unsigned MachineReg, int Offset) {
70 // If variable offset is based in frame register then use fbreg.
72 EmitSigned(Offset);
80 AddRegIndirect(DwarfReg, Offset);
101 // For example, EAX on x86_64 is a 32-bit piece of RAX with offset 0.
113 // non-zero offset, we need to manually shift the value into
138 unsigned Offset = TRI.getSubRegIdxOffset(Idx);
144 Intersection.set(Offset, Offset + Size)
    [all...]

Completed in 622 milliseconds

1 23 4 5 6 7 8 91011>>