HomeSort by relevance Sort by last modified time
    Searched refs:Offset (Results 176 - 200 of 439) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 117 /// OffsetedInfo: Low bits of offset.
142 /// OffsetedInfo - This struct contains the offset and an object identifier.
143 /// this represent the object as with an optional offset from it.
151 // Low bits of offset are in SmallContents.OffsetLo.
152 int OffsetHi; // An offset from the object, high 32 bits.
401 /// getOffset - Return the offset from the symbol in this operand. This always
429 void setOffset(int64_t Offset) {
432 SmallContents.OffsetLo = unsigned(Offset);
433 Contents.OffsetedInfo.OffsetHi = int(Offset >> 32);
521 static MachineOperand CreateCPI(unsigned Idx, int Offset,
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 26 uint32_t offset = Offset; local
28 if (debug_info_data.isValidOffset(offset)) {
29 uint64_t abbrCode = debug_info_data.getULEB128(&offset);
31 OS << format("\n0x%8.8x: ", Offset);
47 dumpAttribute(OS, cu, &offset, attr, form, indent);
99 Offset = *offset_ptr;
107 uint32_t offset = *offset_ptr; local
120 offset += fixed_skip_size;
130 form_size = debug_info_data.getULEB128(&offset);
216 uint32_t offset = *offset_ptr; local
351 uint32_t offset = getOffset(); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 27 ;// | Offset | 0 |
35 ;// Offset = Number of (16-bit) half words from the table
85 ;// BitCount - is offset (from the top bit) to the next unused bitstream bit
530 ;// Separate refill check and -S0+S1 offset
535 BIC $Symbol, $Symbol, #1 ;// table offset
548 ;// Add an offset number of bits
550 ;// Outputs destination byte and bit index values which corresponds to an offset number of bits
555 ;// $Offset - Offset to be added in bits.
562 ;// $ByteIndex - Destination pBitStream pointer after adding the Offset.
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 27 ;// | Offset | 0 |
35 ;// Offset = Number of (16-bit) half words from the table
85 ;// BitCount - is offset (from the top bit) to the next unused bitstream bit
530 ;// Separate refill check and -S0+S1 offset
535 BIC $Symbol, $Symbol, #1 ;// table offset
548 ;// Add an offset number of bits
550 ;// Outputs destination byte and bit index values which corresponds to an offset number of bits
555 ;// $Offset - Offset to be added in bits.
562 ;// $ByteIndex - Destination pBitStream pointer after adding the Offset.
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 341 unsigned Offset; // low bit is set for expansion info.
347 unsigned getOffset() const { return Offset >> 1; }
349 bool isExpansion() const { return Offset & 1; }
362 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
364 E.Offset = Offset << 1;
369 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
371 E.Offset = (Offset << 1) | 1;
408 /// L/R CommonOffset - This is the offset of the previous query in CommonFID
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 180 /// IsConstantOffsetFromGlobal - If this constant is actually a constant offset
184 int64_t &Offset, const TargetData &TD) {
187 Offset = 0;
198 return IsConstantOffsetFromGlobal(CE->getOperand(0), GV, Offset, TD);
209 if (!IsConstantOffsetFromGlobal(CE->getOperand(0), GV, Offset, TD))
212 // Otherwise, add any offset that our operands provide.
221 // N = N + Offset
222 Offset += TD.getStructLayout(ST)->getElementOffset(CI->getZExtValue());
225 Offset += TD.getTypeAllocSize(SQT->getElementType())*CI->getSExtValue();
235 /// constant being copied out of. ByteOffset is an offset into C. CurPtr is th
    [all...]
BasicAliasAnalysis.cpp 170 /// "A*V + B", where A and B are constant integers. Return the scale and offset
177 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset,
185 Offset = 0;
200 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
202 Offset += RHSC->getValue();
205 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
207 Offset *= RHSC->getValue();
211 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
213 Offset <<= RHSC->getValue().getLimitedValue();
229 Offset = Offset.trunc(SmallWidth)
    [all...]
LoopPass.cpp 305 void LPPassManager::dumpPassStructure(unsigned Offset) {
306 errs().indent(Offset*2) << "Loop Pass Manager\n";
309 P->dumpPassStructure(Offset + 1);
310 dumpLastUses(P, Offset+1);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 72 ;// M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
79 ;// $offset Difference of source data location to the source pointer
80 ;// Use when $offset != 0 (unaligned load)
89 ;// register numbering. In case offset is 0, $scratch is not modified.
92 M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
93 IF $offset = 0
100 MOV $out0, $out0, LSR #8 * $offset
101 ORR $out0, $out0, $out1, LSL #(32 - 8 * ($offset))
102 MOV $out1, $out1, LSR #8 * $offset
103 ORR $out1, $out1, $scratch, LSL #(32 - 8 * ($offset))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 892 IN LARGE_INTEGER Offset,
907 ASSERT(0 == (Offset.LowPart % 512));
917 &IoStatusBlock, Buffer, Bytes, &Offset, NULL);
922 &IoStatusBlock, Buffer, Bytes, &Offset, NULL);
947 IN LARGE_INTEGER Offset,
953 return _BlockIo(Handle, Offset, Bytes, (PCHAR)Buffer, FALSE, Errno);
960 IN LARGE_INTEGER Offset,
966 return _BlockIo(Handle, Offset, Bytes, Buffer, TRUE, Errno);
1309 LARGE_INTEGER Offset;
1331 Offset.QuadPart = block * channel->block_size
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 48 // Compute the offset implied by the rest of the indices.
49 int64_t Offset = 0;
54 if (OpC->isZero()) continue; // No offset.
56 // Handle struct indices, which add their field offset to the pointer.
58 Offset += TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
65 Offset += Size*OpC->getSExtValue();
68 return Offset;
72 /// constant offset, and return that constant offset. For example, Ptr1 might
73 /// be &A[42], and Ptr2 might be &A[40]. In this case offset would be -8
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.c 327 uint8_t Offset)
343 /* Store the offset in the context */
344 NdefMap->Offset = Offset;
349 if( (Offset == PH_FRINFC_NDEFMAP_SEEK_BEGIN) || ( NdefMap->PrevOperation ==
354 NdefMap->Offset = PH_FRINFC_NDEFMAP_SEEK_BEGIN;
378 /* Offset = Current, but the read has reached the End of Card */
379 if( (Offset == PH_FRINFC_NDEFMAP_SEEK_CUR) &&
388 /* if the offset is begin then call READALL else copy the data
390 Result = ((Offset == PH_FRINFC_NDEFMAP_SEEK_BEGIN)
    [all...]
phFriNfc_NdefMap.h 220 * \name File Offset Attributes
222 * Following values are used to determine the offset value for Read/Write. This specifies whether
223 * the Read/Write operation needs to be restarted/continued from the last offset set.
228 * Read/Write operation shall start from the last offset set */
342 /**< Specifies Offset*/
343 uint8_t Offset;
453 /** flag to write with offset begin */
455 /** flag to read with offset begin */
457 /** flag to check with offset begin */
751 offset = PH_FRINFC_NDEFMAP_SEEK_CUR *
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 93 function Seek(Offset: Longint; Origin: Word): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
466 if (Offset = 0) and (Origin = soFromCurrent) then
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
532 if (Offset = 0) and (Origin = soFromBeginning) then
540 else if ( (Offset >= 0) and (Origin = soFromCurrent)) or
541 ( ((Offset - FZRec.total_out) > 0) and (Origin = soFromBeginning)) then
543 if Origin = soFromBeginning then Dec(Offset, FZRec.total_out);
544 if Offset > 0 the
    [all...]
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.cc 129 bounds.Offset(top_left);
131 // Adjust top left position by the root document's scroll offset.
139 bounds.Offset(-scroll_x, -scroll_y);
  /external/freetype/src/sfnt/
ttload.c 142 if ( FT_STREAM_SEEK( table->Offset ) )
176 FT_ULong offset = sfnt->offset + 12; local
186 FT_FRAME_ULONG( Offset ),
192 if ( FT_STREAM_SEEK( offset ) )
211 if ( table.Offset + table.Length > stream->size )
245 if ( FT_STREAM_SEEK( table.Offset + 12 ) ||
257 if ( FT_STREAM_SEEK( offset + ( nn + 1 ) * 16 ) )
345 /* read the offset table */
347 sfnt.offset = FT_STREAM_POS()
    [all...]
  /external/llvm/lib/CodeGen/
ELF.h 173 unsigned Offset; // sh_offset - Offset from the file start
195 Offset(0), Size(0), Link(0), Info(0), Align(0), EntSize(0), Sym(0) {}
201 uint64_t r_offset; // offset in the section of the object this applies to
ELFWriter.h 220 // the offset in ELFHeader of these various pieces to update and other
233 ELFSection &GblS, int64_t Offset = 0);
244 void RelocateField(BinaryObject &BO, uint32_t Offset, int64_t Value,
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 121 int Offset = Dst.getOffset() / stackGrowth;
123 if (Offset < 0) {
126 JCE->emitSLEB128Bytes(Offset);
129 JCE->emitULEB128Bytes(Offset);
133 JCE->emitULEB128Bytes(Offset);
221 // (negative) byte offset of the corresponding FilterIds entry. The byte
222 // offset is usually equal to the type id, because the FilterIds entries
227 // FilterOffsets[i] holds the byte offset corresponding to FilterIds[i].
230 int Offset = -1;
233 FilterOffsets.push_back(Offset);
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 76 // name offset bits flags
157 unsigned Offset = Fixup.getOffset();
163 Data[Offset + i] |= uint8_t((Value >> ((4 - i - 1)*8)) & 0xff);
  /external/llvm/lib/VMCore/
Pass.cpp 52 void Pass::dumpPassStructure(unsigned Offset) {
53 dbgs().indent(Offset*2) << getPassName() << "\n";
  /external/clang/lib/Serialization/
ChainedIncludesSource.cpp 180 Stmt *ChainedIncludesSource::GetExternalDeclStmt(uint64_t Offset) {
181 return getFinalReader().GetExternalDeclStmt(Offset);
184 ChainedIncludesSource::GetExternalCXXBaseSpecifiers(uint64_t Offset) {
185 return getFinalReader().GetExternalCXXBaseSpecifiers(Offset);
  /external/icu4c/layout/
MarkToMarkPosnSubtables.cpp 64 Offset anchorTableOffset = SWAPW(mark2Record->mark2AnchorTableOffsetArray[markClass]);
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 358 /// order of desired callee-save stack frame offset. The first register is
590 /// getFrameIndexInstrOffset - Get the offset from the referenced frame
601 virtual bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const {
609 int64_t Offset) const {
614 /// to reference the indicated base register plus offset instead.
616 unsigned BaseReg, int64_t Offset) const {
620 /// isFrameOffsetLegal - Determine whether a given offset immediate is
623 int64_t Offset) const {
  /external/llvm/include/llvm-c/
Target.h 146 /** Computes the structure element that contains the byte offset for a target.
149 unsigned long long Offset);
151 /** Computes the byte offset of the indexed struct element for a target.

Completed in 215 milliseconds

1 2 3 4 5 6 78 91011>>