/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 59 uintptr_t offset = uintptr_t(addr) - uintptr_t(base()); local 60 if (offset < Header->PointerToSymbolTable 61 || offset >= Header->PointerToSymbolTable 65 assert((offset - Header->PointerToSymbolTable) % sizeof(coff_symbol) 81 uintptr_t offset = uintptr_t(addr) - uintptr_t(SectionTable); local 82 assert(offset % sizeof(coff_section) == 0 && 315 uint32_t Offset; 316 name.substr(1).getAsInteger(10, Offset); 317 if (error_code ec = getString(Offset, name)) 563 error_code COFFObjectFile::getString(uint32_t offset, [all...] |
/external/llvm/lib/Target/ARM/ |
ARMConstantIslandPass.cpp | 69 /// counted as part of the following block (i.e., the offset and size for 73 /// BBOffsets - the offset of each MBB in bytes, starting from 0. 258 /// print block size and offset information - debugging 261 DEBUG(errs() << "block " << J << " offset " << BBOffsets[J] 494 unsigned Offset = 0; 525 // table entries. So this code checks whether offset of tBR_JTr + 2 526 // is aligned. That is held in Offset+MBBSize, which already has 529 if ((Offset+MBBSize)%4 != 0 || HasInlineAsm) 597 // pretend the maximum offset is 255 * 4. Since each instruction 656 ((Offset%4) != 0 || HasInlineAsm) [all...] |
ARMBaseInstrInfo.cpp | 153 const MachineOperand &Offset = MI->getOperand(NumOps-3); 156 unsigned OffReg = Offset.getReg(); [all...] |
ARMFastISel.cpp | 73 int Offset; 77 : BaseType(RegBase), Offset(0) { 753 int TmpOffset = Addr.Offset; 769 // Constant-offset addressing. 794 Addr.Offset = TmpOffset; 844 needsLowering = ((Addr.Offset & 0xfff) != Addr.Offset); 849 needsLowering = ((Addr.Offset & 0xff) != Addr.Offset); 853 // If this is a stack pointer and the offset needs to be simplified the [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | 594 // Suppress offset, it is not meaningful here. 812 if (int Offset = MLoc.getOffset()) { 823 EmitSLEB128(Offset); [all...] |
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 471 uint64_t Offset; 479 if (error(si->getOffset(Offset))) continue; 487 if (Offset == UnknownAddressOrSize) 488 Offset = 0; 500 outs() << format("%08x", Offset) << " "
|
/external/v8/src/ |
platform-win32.cc | 258 // Returns the local timezone offset in milliseconds east of UTC. This is 265 // Returns the daylight savings time offset for the time in milliseconds. 498 // Return the local timezone offset in milliseconds east of UTC. This 501 // Also, adding the time-zone offset to the input must not overflow. 542 // Get the local timezone offset for the timestamp in milliseconds. 543 int64_t offset = LocalOffset(); local 545 // Compute the offset for DST. The bias parameters in the timezone info 549 // If the local time offset equals the timezone bias plus the daylight 551 in_dst = offset == dstofs; 558 // Return the daylight savings time offset for this time 638 int64_t offset = Time(time).DaylightSavingsOffset(); local [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-win.c | [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_MifareULMap.c | 260 uint8_t Offset) 267 (Offset <= PH_FRINFC_NDEFMAP_SEEK_BEGIN) && 281 if( (Offset == PH_FRINFC_NDEFMAP_SEEK_BEGIN) || ( NdefMap->PrevOperation == 298 if( (Offset == PH_FRINFC_NDEFMAP_SEEK_CUR) && 304 Offset is set to Continue Operation */ 310 NdefMap->Offset = (((Offset != PH_FRINFC_NDEFMAP_SEEK_BEGIN) && 313 Offset); 315 Result = ((NdefMap->Offset == PH_FRINFC_NDEFMAP_SEEK_BEGIN)? 336 uint8_t Offset) [all...] |
phFriNfc_FelicaMap.c | 68 static NFCSTATUS phFriNfc_Felica_HReadData(phFriNfc_NdefMap_t *NdefMap,uint8_t offset); 71 static NFCSTATUS phFriNfc_Felica_HSetTransceiveForRead(phFriNfc_NdefMap_t *NdefMap,uint16_t TrxLen,uint8_t Offset); 142 uint8_t Offset) 157 NdefMap->Felica.Offset = Offset; 159 if( ( Offset == PH_FRINFC_NDEFMAP_SEEK_BEGIN )||( NdefMap->PrevOperation == PH_FRINFC_NDEFMAP_WRITE_OPE)) 185 /* Offset = Current, but the read has reached the End of NBC Blocks */ 186 if(( ( Offset == PH_FRINFC_NDEFMAP_SEEK_CUR) && (NdefMap->Felica.CurBlockNo == Nbc)) && 195 status = phFriNfc_Felica_HReadData(NdefMap,NdefMap->Felica.Offset); 210 static NFCSTATUS phFriNfc_Felica_HReadData(phFriNfc_NdefMap_t *NdefMap,uint8_t offset) [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 45 /// Represent a region's offset within the top level base region. 50 /// The bit offset within the base region. It shouldn't be negative. 51 int64_t Offset; 54 RegionOffset(const MemRegion *r) : R(r), Offset(0) {} 55 RegionOffset(const MemRegion *r, int64_t off) : R(r), Offset(off) {} 58 int64_t getOffset() const { return Offset; } 137 /// Compute the offset within the top level memory object. 792 CharUnits Offset; 794 RegionRawOffset(const MemRegion* reg, CharUnits offset = CharUnits::Zero()) 795 : Region(reg), Offset(offset) { [all...] |
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 78 void set_name_offset(uint32_t Offset); 221 // In the case that the name does not fit within 8 bytes, the offset 224 void COFFSymbol::set_name_offset(uint32_t Offset) { 226 write_uint32_le(Data.Name + 4, Offset); 298 size_t Offset = Data.size(); 305 Map[String] = Offset; 310 return Offset; 659 // Offset of the symbol in the section 704 // of the offset? 745 // Update section number & offset for symbols that have them 779 unsigned offset = 0; local [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 385 // Offset to first argument stack slot. 440 unsigned Offset = FirstArgOffset + VA.getLocMemOffset(); 443 DAG.getIntPtrConstant(Offset)); 729 int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset(); 737 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset); 738 Offset = 0; 754 // If there was a non-zero offset that we didn't fold, create an explicit 756 if (Offset != 0) 758 DAG.getConstant(Offset, getPointerTy())); [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineSelect.cpp | 600 // 'x ? 2^n + C : C'. Then we can offset both arms by C, use the logic 602 ConstantInt *Offset = 0; 605 Offset = FalseVal; 607 Offset = TrueVal; 611 // Adjust TrueVal and FalseVal to the offset. 613 TrueVal->getValue() - Offset->getValue()); 615 FalseVal->getValue() - Offset->getValue()); 643 // Apply an offset if needed. 644 if (Offset) 645 V = Builder->CreateAdd(V, Offset); [all...] |
InstCombineCasts.cpp | 23 /// X*Scale+Offset. 26 uint64_t &Offset) { 28 Offset = CI->getZExtValue(); 38 Offset = 0; 46 Offset = 0; 53 Offset = 0; 62 DecomposeSimpleLinearExpr(I->getOperand(0), SubScale, Offset); 63 Offset += RHS->getZExtValue(); 72 Offset = 0; 128 if (uint64_t Offset = (AllocElTySize*ArrayOffset)/CastElTySize) [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCCodeEmitter.cpp | 475 // Thumb BL and BLX use a strange offset encoding where bits 22 and 21 are 477 static int32_t encodeThumbBLOffset(int32_t offset) { 478 offset >>= 1; 479 uint32_t S = (offset & 0x800000) >> 23; 480 uint32_t J1 = (offset & 0x400000) >> 22; 481 uint32_t J2 = (offset & 0x200000) >> 21; 487 offset &= ~0x600000; 488 offset |= J1 << 22; 489 offset |= J2 << 21; 491 return offset; [all...] |
/external/clang/lib/CodeGen/ |
TargetInfo.cpp | 757 uint64_t Offset = 760 Builder.CreateGEP(Addr, llvm::ConstantInt::get(CGF.Int32Ty, Offset), 872 /// \param OffsetBase - The bit offset of this type in the [all...] |
CGClass.cpp | 30 CharUnits Offset = CharUnits::Zero(); 44 // Add the offset. 45 Offset += Layout.getBaseClassOffset(BaseDecl); 50 return Offset; 59 CharUnits Offset = 62 if (Offset.isZero()) 68 return llvm::ConstantInt::get(PtrDiffTy, Offset.getQuantity()); 86 // Compute the offset of the virtual base. 87 CharUnits Offset; 90 Offset = Layout.getVBaseClassOffset(Base) [all...] |
/external/icu4c/layout/ |
OpenTypeUtilities.cpp | 54 Offset OpenTypeUtilities::getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recordCount) 75 return SWAPW(records[index].offset);
|
PairPositioningSubtables.cpp | 52 Offset pairSetTableOffset = SWAPW(pairSetTableOffsetArray[coverageIndex]);
|
/external/llvm/include/llvm/ |
Pass.h | 168 virtual void dumpPassStructure(unsigned Offset = 0);
|
/external/llvm/include/llvm/Target/ |
TargetData.h | 10 // This file defines target properties related to datatype size/offset/alignment 234 /// getTypeAllocSize - Return the offset in bytes between successive objects 243 /// getTypeAllocSizeInBits - Return the offset in bits between successive 279 /// getIndexedOffset - return the offset from the beginning of the type for 334 /// getElementContainingOffset - Given a valid byte offset into the structure, 337 unsigned getElementContainingOffset(uint64_t Offset) const;
|
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.h | 172 SDValue &Offset,
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 481 /// isOffsetSuitableForCodeModel - Returns true of the given offset can be 483 bool isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M, 602 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const; 705 /// protector cookies at a fixed offset in some non-standard address 706 /// space, and populates the address space and offset as 708 virtual bool getStackCookieLocation(unsigned &AddressSpace, unsigned &Offset) const; [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGComponentTransferFunctionElement.cpp | 40 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::offsetAttr, Offset, offset) 152 func.offset = offset();
|