Searched refs:Offset (Results 101 - 125 of 443) sorted by relevance

1234567891011>>

/external/libnfc-nxp/src/
H A DphFriNfc_NdefMap.c159 NdefMap->Offset = 0;
283 uint8_t Offset)
293 || ( ( Offset != PH_FRINFC_NDEFMAP_SEEK_CUR) && (Offset != PH_FRINFC_NDEFMAP_SEEK_BEGIN ))
317 else if ( (NdefMap->PrevOperation == PH_FRINFC_NDEFMAP_WRITE_OPE) && (Offset != PH_FRINFC_NDEFMAP_SEEK_BEGIN ))
329 if ( Offset == PH_FRINFC_NDEFMAP_SEEK_BEGIN )
336 (Offset == PH_FRINFC_NDEFMAP_SEEK_CUR) && (*NdefMap->DataCount == 0 ))
341 Read Operation with Offset set to Continue & DataCount set to 0 */
354 Offset);
367 Offset);
280 phFriNfc_NdefMap_RdNdef( phFriNfc_NdefMap_t *NdefMap, uint8_t *PacketData, uint32_t *PacketDataLength, uint8_t Offset) argument
464 phFriNfc_NdefMap_WrNdef( phFriNfc_NdefMap_t *NdefMap, uint8_t *PacketData, uint32_t *PacketDataLength, uint8_t Offset) argument
[all...]
H A DphFriNfc_TopazMap.h279 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
280 * file/card storage \b or continue from the last offset. The last Offset set is stored
288 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
304 uint8_t Offset);
323 * \param[in] Offset Indicates whether the write operation shall start from the begining of the
324 * file/card storage \b or continue from the last offset. The last Offset set is stored
332 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
349 uint8_t Offset);
498 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
499 * file/card storage \b or continue from the last offset. The last Offset se
[all...]
H A DphFriNfc_DesfireMap.h215 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
216 * file/card storage \b or continue from the last offset. The last Offset set is stored
224 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
240 uint8_t Offset);
257 * \param[in] Offset Indicates whether the write operation shall start from the begining of the
258 * file/card storage \b or continue from the last offset. The last Offset set is stored
266 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
283 uint8_t Offset);
H A DphFriNfc_MifareULMap.h129 #define PH_FRINFC_NDEFMAP_MFUL_OTP_OFFSET 3 /*!< To initialise the Offset */
183 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
184 * file/card storage \b or continue from the last offset. The last Offset set is stored
192 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
208 uint8_t Offset);
225 * \param[in] Offset Indicates whether the write operation shall start from the begining of the
226 * file/card storage \b or continue from the last offset. The last Offset set is stored
234 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
251 uint8_t Offset);
/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp48 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
74 SDValue &Base, SDValue &Offset) {
77 Offset = CurDAG->getTargetConstant(0, MVT::i32);
94 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
100 Offset = Addr.getOperand(0).getOperand(0);
105 Offset = Addr.getOperand(1).getOperand(0);
110 Offset = CurDAG->getTargetConstant(0, MVT::i32);
73 SelectADDRri(SDValue Addr, SDValue &Base, SDValue &Offset) argument
/external/clang/lib/Serialization/
H A DModule.cpp56 template<typename Key, typename Offset, unsigned InitialCapacity>
59 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) {
63 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType;
/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h27 /// Offset within the .debug_info of the start of this entry.
28 uint32_t Offset; member in class:llvm::DWARFDebugInfoEntryMinimal
40 : Offset(0), ParentIdx(0), SiblingIdx(0), AbbrevDecl(0) {}
64 uint32_t getOffset() const { return Offset; }
H A DDWARFDebugRangeList.h60 // Offset in .debug_ranges section.
61 uint32_t Offset; member in class:llvm::DWARFDebugRangeList
H A DDWARFDebugAranges.cpp42 range.Offset = set.getCompileUnitDIEOffset();
104 range.Offset, (uint64_t)range.LoPC, (uint64_t)range.HiPC());
110 Offset, LoPC, HiPC());
116 if (Aranges.back().Offset == offset && Aranges.back().HiPC() == low_pc) {
185 return pos->Offset;
189 return (*pos).Offset;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp205 SDValue Offset, Base; local
238 SelectADDRsi64(N1.getNode(), N1, Base, Offset):
239 SelectADDRsi(N1.getNode(), N1, Base, Offset)) {
264 Base, Offset, Chain };
268 SelectADDRri64(N1.getNode(), N1, Base, Offset):
269 SelectADDRri(N1.getNode(), N1, Base, Offset)) {
294 Base, Offset, Chain };
390 SDValue Offset, Base; local
425 SelectADDRsi64(N2.getNode(), N2, Base, Offset):
426 SelectADDRsi(N2.getNode(), N2, Base, Offset)) {
549 SelectADDRsi_imp(SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) argument
565 SelectADDRsi(SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset) argument
571 SelectADDRsi64(SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset) argument
577 SelectADDRri_imp(SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) argument
608 SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset) argument
614 SelectADDRri64(SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp80 int Offset; member in struct:__anon8843::ARMLoadStoreOpt::MemOpQueueEntry
88 : Offset(o), Reg(r), isKill(k), Position(p), MBBI(i), Merged(false) {}
94 int Offset, unsigned Base, bool BaseKill, int Opcode,
104 int Offset,
284 int Offset, unsigned Base, bool BaseKill,
298 if (Offset == 4 && haveIBAndDA)
300 else if (Offset == -4 * (int)NumRegs + 4 && haveIBAndDA)
302 else if (Offset == -4 * (int)NumRegs && isNotVFP)
305 else if (Offset != 0) {
328 if (Offset <
282 MergeOps(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, ArrayRef<std::pair<unsigned, bool> > Regs, ArrayRef<unsigned> ImpDefs) argument
365 MergeOpsUpdate(MachineBasicBlock &MBB, MemOpQueue &memOps, unsigned memOpsBegin, unsigned memOpsEnd, unsigned insertAfter, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, SmallVector<MachineBasicBlock::iterator, 4> &Merges) argument
452 int Offset = MemOps[SIndex].Offset; local
940 int Offset = AddSub == ARM_AM::sub ? -Bytes : Bytes; local
945 int Offset = ARM_AM::getAM2Opc(AddSub, Bytes, ARM_AM::no_shift); local
951 int Offset = AddSub == ARM_AM::sub ? -Bytes : Bytes; local
963 int Offset = ARM_AM::getAM2Opc(AddSub, Bytes, ARM_AM::no_shift); local
969 int Offset = AddSub == ARM_AM::sub ? -Bytes : Bytes; local
1060 int Offset = isAM3 ? ARM_AM::getAM3Offset(OffField) local
1072 InsertLDR_STR(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, int Offset, bool isDef, DebugLoc dl, unsigned NewOpc, unsigned Reg, bool RegDeadKill, bool RegUndef, unsigned BaseReg, bool BaseKill, bool BaseUndef, bool OffKill, bool OffUndef, ARMCC::CondCodes Pred, unsigned PredReg, const TargetInstrInfo *TII, bool isT2) argument
1251 int Offset = getMemoryOpOffset(MBBI); local
1560 CanFormLdStDWord(MachineInstr *Op0, MachineInstr *Op1, DebugLoc &dl, unsigned &NewOpc, unsigned &EvenReg, unsigned &OddReg, unsigned &BaseReg, int &Offset, unsigned &PredReg, ARMCC::CondCodes &Pred, bool &isT2) argument
1681 int Offset = getMemoryOpOffset(Op); local
1729 int Offset = 0; local
1829 int Offset = getMemoryOpOffset(MI); local
[all...]
H A DARMBaseRegisterInfo.h140 bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const;
143 int64_t Offset) const;
145 unsigned BaseReg, int64_t Offset) const;
146 bool isFrameOffsetLegal(const MachineInstr *MI, int64_t Offset) const;
H A DARMBaseRegisterInfo.cpp857 needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const {
901 int64_t FPOffset = Offset - 8;
909 Offset = -Offset;
910 Offset += MFI->getLocalFrameSize();
914 Offset += 128; // 128 bytes of spill slots
931 if (!MFI->hasVarSizedObjects() && isFrameOffsetLegal(MI, Offset))
943 int64_t Offset) const {
959 .addFrameIndex(FrameIdx).addImm(Offset));
967 unsigned BaseReg, int64_t Offset) cons
[all...]
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_widget_win.cc40 contents_bounds.Offset(window_bounds.origin());
/external/llvm/include/llvm-c/
H A DDisassembler.h42 * instruction are specified by the Offset parameter and its byte widith is the
44 * operand per instruction, the Offset parameter will be zero and Size parameter
51 uint64_t Offset, uint64_t Size,
56 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
59 * platforms only allow a relocatable expression of the form AddSymbol + Offset
66 * the fields of the structure with the Offset of the relocatable expression
/external/llvm/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.cpp161 int Offset = (spOffset < 0) ? (stackSize - spOffset) : spOffset;
162 Offset += MI.getOperand(oi).getImm();
164 DEBUG(dbgs() << "Offset : " << Offset << "\n" << "<--------->\n");
166 MI.getOperand(oi).ChangeToImmediate(Offset);
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h39 MachineOperandType MOTy, unsigned Offset) const;
/external/icu4c/layout/
H A DAnchorTables.cpp83 Offset dtxOffset = SWAPW(xDeviceTableOffset);
84 Offset dtyOffset = SWAPW(yDeviceTableOffset);
H A DValueRecords.cpp93 Offset dtOffset = getFieldValue(valueFormat, vrfXPlaDevice);
104 Offset dtOffset = getFieldValue(valueFormat, vrfYPlaDevice);
115 Offset dtOffset = getFieldValue(valueFormat, vrfXAdvDevice);
126 Offset dtOffset = getFieldValue(valueFormat, vrfYAdvDevice);
197 Offset dtOffset = getFieldValue(index, valueFormat, vrfXPlaDevice);
208 Offset dtOffset = getFieldValue(index, valueFormat, vrfYPlaDevice);
219 Offset dtOffset = getFieldValue(index, valueFormat, vrfXAdvDevice);
230 Offset dtOffset = getFieldValue(index, valueFormat, vrfYAdvDevice);
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c94 value Offset) {
95 return Val_int(LLVMElementAtOffset(TD, Ty, Int_val(Offset)));
93 llvm_element_at_offset(LLVMTargetDataRef TD, LLVMTypeRef Ty, value Offset) argument
/external/llvm/lib/Support/
H A DMemoryBuffer.cpp243 off_t Offset,
270 size_t End = Offset + MapSize;
286 int64_t Offset,
305 if (shouldUseMmap(FD, FileSize, MapSize, Offset, RequiresNullTerminator,
307 off_t RealMapOffset = Offset & ~(PageSize - 1);
308 off_t Delta = Offset - RealMapOffset;
332 if (lseek(FD, Offset, SEEK_SET) == -1)
338 ssize_t NumRead = ::pread(FD, BufPtr, BytesLeft, MapSize-BytesLeft+Offset);
240 shouldUseMmap(int FD, size_t FileSize, size_t MapSize, off_t Offset, bool RequiresNullTerminator, int PageSize) argument
283 getOpenFile(int FD, const char *Filename, OwningPtr<MemoryBuffer> &result, uint64_t FileSize, uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator) argument
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp161 unsigned Offset = SizeVal - BytesLeft; local
167 DAG.getConstant(Offset, AddrVT)),
170 Align, isVolatile, DstPtrInfo.getWithOffset(Offset));
245 unsigned Offset = SizeVal - BytesLeft; local
251 DAG.getConstant(Offset, DstVT)),
253 DAG.getConstant(Offset, SrcVT)),
256 DstPtrInfo.getWithOffset(Offset),
257 SrcPtrInfo.getWithOffset(Offset)));
/external/clang/lib/AST/
H A DVTableBuilder.cpp64 /// Offset - the base offset of the overrider in the layout class.
65 CharUnits Offset; member in struct:__anon3534::FinalOverriders::OverriderInfo
67 OverriderInfo() : Method(0), Offset(CharUnits::Zero()) { }
201 Overrider.Offset = OverriderOffset;
365 CharUnits Offset = Layout.getBaseClassOffset(BaseDecl); local
367 BaseOffset = Base.getBaseOffset() + Offset;
368 BaseOffsetInLayoutClass = OffsetInLayoutClass + Offset;
422 Out << ", " << ", " << Overrider.Offset.getQuantity() << ')';
424 BaseOffset Offset; local
426 Offset
708 CharUnits Offset = CharUnits::Zero(); local
759 CharUnits Offset = local
1168 ComputeReturnAdjustment(BaseOffset Offset) argument
1209 BaseOffset Offset = ComputeBaseOffset(Context, DerivedRD, *I); local
1256 BaseOffset Offset = ComputeThisAdjustmentBaseOffset(OverriddenBaseSubobject, local
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_analysis.c914 SINT32 Offset,Offset2,ChOffset; local
942 Offset=(SINT32)(EncMaxShiftCounter-ShiftCounter);
946 s16X[3+Offset] = *ps16PcmBuf; ps16PcmBuf++;
947 s16X[2+Offset] = *ps16PcmBuf; ps16PcmBuf++;
948 s16X[1+Offset] = *ps16PcmBuf; ps16PcmBuf++;
949 s16X[0+Offset] = *ps16PcmBuf; ps16PcmBuf++;
953 s16X[3+Offset] = *ps16PcmBuf; ps16PcmBuf++;
954 s16X[Offset2+3+Offset] = *ps16PcmBuf; ps16PcmBuf++;
955 s16X[2+Offset] = *ps16PcmBuf; ps16PcmBuf++;
956 s16X[Offset2+2+Offset]
1005 SINT32 Offset,Offset2; local
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp64 // Name Offset (bits) Size (bits) Flags
174 int64_t Offset = int64_t(Value) - 4; local
175 return Offset > 2046 || Offset < -2048;
184 int64_t Offset = int64_t(Value) - 4; local
185 return Offset > 254 || Offset < -256;
191 int64_t Offset = int64_t(Value) - 4; local
192 return Offset > 1020 || Offset <
581 unsigned Offset = Fixup.getOffset(); local
666 unsigned Offset = Fixup.getOffset(); local
[all...]

Completed in 574 milliseconds

1234567891011>>