Home
last modified time | relevance | path

Searched refs:GetCursor (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h133 NaClBitstreamCursor &GetCursor() const { in GetCursor() function
139 return GetCursor().GetCurrentBitNo() - StartBit; in GetNumBits()
197 return GetCursor().GetCurrentBitNo() - LocalStartBit; in GetLocalNumBits()
266 : NaClBitcodeData(Block.GetCursor()), in NaClBitcodeRecord()
348 SetStartBit(GetCursor().GetCurrentBitNo()); in ReadEntry()
349 Entry = GetCursor(). in ReadEntry()
357 Data.Code = GetCursor().readRecord(Entry.ID, Data.Values); in ReadValues()
581 return Record.GetCursor().SkipBlock(); in SkipBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp110 bool Result = Record.GetCursor().ReadBlockInfoBlock(Listener); in ParseBlockInfoInternal()
118 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) { in ParseBlockInternal()
126 if (Record.GetCursor().AtEndOfStream()) in ParseBlockInternal()
149 Record.GetCursor().ReadAbbrevRecord(true, Listener); in ParseBlockInternal()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRRewriteRuleElementStream.h46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRRewriteRuleElementStream.h46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRRewriteRuleElementStream.h46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp784 return Context->ErrorAt(Level, Record.GetCursor().getErrorBitNo(Bit), in ErrorAt()
3008 NaClBitstreamCursor &getCursor() const { return Record.GetCursor(); } in getCursor()
3164 NaClBitstreamCursor &Cursor = Record.GetCursor(); in ParseBlock()
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py99 _watch = GetCursor(4).data
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp74 win32Cursor = GetCursor(); in Direct3DDevice8()
4857 if(GetCursor() == nullCursor) in bindCursor()
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c5984 #ifndef GetCursor in Qd_GetCursor()
5985 PyMac_PRECHECK(GetCursor); in Qd_GetCursor()
5990 _rv = GetCursor(cursorID); in Qd_GetCursor()