HomeSort by relevance Sort by last modified time
    Searched refs:StartPos (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
MouseHid.c 30 @param StartPos Start position of the HID item to get.
40 IN UINT8 *StartPos,
47 if (EndPos <= StartPos) {
51 Temp = *StartPos;
52 StartPos++;
69 if ((EndPos - StartPos) >= 2) {
70 HidItem->Size = *StartPos++;
71 HidItem->Tag = *StartPos++;
73 if ((EndPos - StartPos) >= HidItem->Size) {
74 HidItem->Data.LongData = StartPos;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
MouseHid.c 30 @param StartPos Start position of the HID item to get.
40 IN UINT8 *StartPos,
47 if (EndPos <= StartPos) {
51 Temp = *StartPos;
52 StartPos++;
69 if ((EndPos - StartPos) >= 2) {
70 HidItem->Size = *StartPos++;
71 HidItem->Tag = *StartPos++;
73 if ((EndPos - StartPos) >= HidItem->Size) {
74 HidItem->Data.LongData = StartPos;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CodeFragment.py 30 self.StartPos = Begin
47 self.StartPos = Begin
65 self.StartPos = Begin
81 self.StartPos = Begin
99 self.StartPos = Begin
118 self.StartPos = Begin
134 self.StartPos = Begin
150 self.StartPos = Begin
167 self.StartPos = Begin
184 self.StartPos = Begin
    [all...]
c.py 130 IdPP = DataClass.IdentifierClass(-1, '', '', '', pp.Content, Type, -1, -1, pp.StartPos[0],pp.StartPos[1],pp.EndPos[0],pp.EndPos[1])
134 IdAE = DataClass.IdentifierClass(-1, ae.Operator, '', ae.Name, ae.Value, DataClass.MODEL_IDENTIFIER_ASSIGNMENT_EXPRESSION, -1, -1, ae.StartPos[0],ae.StartPos[1],ae.EndPos[0],ae.EndPos[1])
156 IdVar = DataClass.IdentifierClass(-1, var.Modifier, '', var.Declarator, '', DataClass.MODEL_IDENTIFIER_FUNCTION_DECLARATION, -1, -1, var.StartPos[0],var.StartPos[1],var.EndPos[0],var.EndPos[1])
169 IdVar = DataClass.IdentifierClass(-1, var.Modifier, '', Name, (len(DeclList) > 1 and [DeclList[1]]or [''])[0], DataClass.MODEL_IDENTIFIER_VARIABLE, -1, -1, var.StartPos[0],var.StartPos[1],var.EndPos[0],var.EndPos[1])
178 IdVar = DataClass.IdentifierClass(-1, var.Modifier, '', Name, (len(DeclList) > 1 and [DeclList[1]]or [''])[0], DataClass.MODEL_IDENTIFIER_VARIABLE, -1, -1, var.StartPos[0],var.StartPos[1],var.EndPos[0],var.EndPos[1])
    [all...]
CodeFragmentCollector.py 422 print str(asign.StartPos) + asign.Name + asign.Operator + asign.Value
428 print str(pp.StartPos) + pp.Content
434 print str(var.StartPos) + var.Modifier + ' '+ var.Declarator
440 print str(func.StartPos) + func.Modifier + ' '+ func.Declarator + ' ' + str(func.NamePos)
446 print str(enum.StartPos) + enum.Content
452 print str(su.StartPos) + su.Content
458 print str(typedef.StartPos) + typedef.ToType
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragment.py 30 self.StartPos = Begin
47 self.StartPos = Begin
63 self.StartPos = Begin
81 self.StartPos = Begin
100 self.StartPos = Begin
116 self.StartPos = Begin
132 self.StartPos = Begin
149 self.StartPos = Begin
163 self.StartPos = Begin
CodeFragmentCollector.py 576 print str(comment.StartPos) + comment.Content
582 print str(pp.StartPos) + pp.Content
588 print str(var.StartPos) + var.Modifier + ' '+ var.Declarator
594 print str(func.StartPos) + func.Modifier + ' '+ func.Declarator + ' ' + str(func.NamePos)
600 print str(enum.StartPos) + enum.Content
606 print str(su.StartPos) + su.Content
612 print str(predexp.StartPos) + predexp.Content
618 print str(typedef.StartPos) + typedef.ToType
c.py 89 if Su.StartPos[0] == Td.StartPos[0] and Su.EndPos[0] == Td.EndPos[0]:
96 IdComment = DataClass.IdentifierClass(-1, '', '', '', comment.Content, DataClass.MODEL_IDENTIFIER_COMMENT, -1, -1, comment.StartPos[0], comment.StartPos[1], comment.EndPos[0], comment.EndPos[1])
101 IdPP = DataClass.IdentifierClass(-1, '', '', '', pp.Content, Type, -1, -1, pp.StartPos[0], pp.StartPos[1], pp.EndPos[0], pp.EndPos[1])
105 IdPE = DataClass.IdentifierClass(-1, '', '', '', pe.Content, DataClass.MODEL_IDENTIFIER_PREDICATE_EXPRESSION, -1, -1, pe.StartPos[0], pe.StartPos[1], pe.EndPos[0], pe.EndPos[1])
181 IdVar = DataClass.IdentifierClass(-1, var.Modifier, '', var.Declarator, FuncName, DataClass.MODEL_IDENTIFIER_FUNCTION_DECLARATION, -1, -1, var.StartPos[0], var.StartPos[1], VarNameStartLine, VarNameStartColumn)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwPadFile.c 82 UINT8 *StartPos;
102 StartPos = FreeSpaceEntry->StartingAddress;
109 StartPos,
115 PadFileHeader = (EFI_FFS_FILE_HEADER *) StartPos;
122 Offset = (UINTN) (StartPos - FvDevice->CachedFv);
164 Offset = (UINTN) (StartPos - FvDevice->CachedFv);
184 Offset = (UINTN) (StartPos - FvDevice->CachedFv);
211 FfsFileEntry->FfsHeader = (UINT8 *) (UINTN) StartPos;
443 UINT8 *StartPos;
476 StartPos = PadFileEntry->FfsHeader;
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 71 UInt64 StartPos;
123 CUInt64DefVector StartPos;
154 StartPos.Clear();
176 StartPos.ReserveDown();
200 StartPos.CheckSize(size) &&
7zIn.h 105 CUInt64DefVector StartPos;
136 StartPos.Clear();
7zUpdate.cpp 639 UInt64 StartPos;
681 StartPos,
744 file2.StartPosDefined = inDb.StartPos.GetItem(index, file2.StartPos);
1125 threadDecoder.StartPos = db->ArcInfo.DataStartPosition; // db->GetFolderStreamPos(folderIndex, 0);
    [all...]
7zOut.cpp 663 WriteUInt64DefVector(db.StartPos, NID::kStartPos);
896 StartPos.SetItem(index, file2.StartPosDefined, file2.StartPos);
7zHandler.cpp 266 size_t startPos = _db.FoCodersDataOffset[folderIndex];
267 const Byte *p = _db.CodersData + startPos;
268 size_t size = _db.FoCodersDataOffset[folderIndex + 1] - startPos;
370 size_t startPos = _db.FoCodersDataOffset[folderIndex];
371 const Byte *p = _db.CodersData + startPos;
372 size_t size = _db.FoCodersDataOffset[folderIndex + 1] - startPos;
587 case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) PropVarEm_Set_UInt64(value, v); break; }
7zIn.cpp 496 size_t startPos = FoCodersDataOffset[folderIndex];
498 inByte.Init(CodersData + startPos, FoCodersDataOffset[folderIndex + 1] - startPos);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveInterval.cpp 85 const_iterator StartPos) const {
89 const_iterator j = StartPos;
92 assert((StartPos->start <= i->start || StartPos == other.begin()) &&
93 StartPos != other.end() && "Bogus start position hint!");
99 ++StartPos;
100 if (StartPos != other.end() && StartPos->start <= i->start) {
101 assert(StartPos < other.end() && i < end());
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 218 /// Walk up the CFG from StartPos (which is in StartBB) and find local and
229 BasicBlock::iterator StartPos = StartInst->getIterator();
232 Worklist.push_back(std::make_pair(StartBB, StartPos));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py 444 def __ReplaceFragment(self, StartPos, EndPos, Value = ' '):
445 if StartPos[0] == EndPos[0]:
446 Offset = StartPos[1]
448 self.Profile.FileLinesList[StartPos[0]][Offset] = Value
452 Offset = StartPos[1]
453 while self.Profile.FileLinesList[StartPos[0]][Offset] not in ('\r', '\n'):
454 self.Profile.FileLinesList[StartPos[0]][Offset] = Value
457 Line = StartPos[0]
749 StartPos = CurLine.find('$(', PreIndex)
750 EndPos = CurLine.find(')', StartPos+2)
    [all...]
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 351 const_iterator StartPos) const {
355 const_iterator j = StartPos;
358 assert((StartPos->start <= i->start || StartPos == other.begin()) &&
359 StartPos != other.end() && "Bogus start position hint!");
365 ++StartPos;
366 if (StartPos != other.end() && StartPos->start <= i->start) {
367 assert(StartPos < other.end() && i < end());
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py 363 def __ReplaceFragment(self, StartPos, EndPos, Value=' '):
364 if StartPos[0] == EndPos[0]:
365 Offset = StartPos[1]
367 self.Profile.FileLinesList[StartPos[0]][Offset] = Value
371 Offset = StartPos[1]
372 while self.Profile.FileLinesList[StartPos[0]][Offset] not in ('\r', '\n'):
373 self.Profile.FileLinesList[StartPos[0]][Offset] = Value
376 Line = StartPos[0]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 868 StartPos = -1
878 StartPos = Count
882 if (Count == StartPos) and Line.strip() == '/*/':
892 FirstPos = StartPos
893 for Index in xrange(StartPos, EndPos+1):
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 186 uint64_t StartPos = 0;
191 if (StartPos != Layout->getElementOffsetInBits(i))
193 StartPos += DL.getTypeAllocSizeInBits(ElTy);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenPcdDb.py 618 StartPos = 0
619 while StartPos < len(List1):
620 Index = List1.index(Key1, StartPos)
624 StartPos = Index + 1
    [all...]
AutoGen.py     [all...]

Completed in 678 milliseconds

1 2