HomeSort by relevance Sort by last modified time
    Searched defs:CurPos (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 131 unsigned CurPos = PieceOffsetInBits;
153 AddOpPiece(Size, Offset == CurPos ? 0 : Offset);
154 CurPos = Offset + Size;
161 return CurPos > PieceOffsetInBits;
AsmPrinter.cpp 590 MCSymbol *CurPos = OutContext.createTempSymbol();
591 OutStreamer->EmitLabel(CurPos);
593 MCSymbolRefExpr::create(CurPos, OutContext));
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 103 __off_t CurPos = -1;
117 Status = ShellGetFilePosition( FileHandle, (UINT64 *)&CurPos);
121 CurPos = 0; // offset is an absolute position for SEEK_SET
127 /* CurPos now indicates the point we are seeking from, so seek... */
128 Status = ShellSetFilePosition( FileHandle, (UINT64)(CurPos + offset));
131 Status = ShellGetFilePosition( FileHandle, (UINT64 *)&CurPos);
142 CurPos = EOF;
144 return CurPos;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 526 __off_t CurPos = -1;
536 CurPos = filp->f_ops->fo_lseek( filp, offset, how);
537 if(CurPos >= 0) {
538 filp->f_offset = CurPos;
548 return CurPos;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]

Completed in 194 milliseconds