HomeSort by relevance Sort by last modified time
    Searched refs:StartPos (Results 1 - 25 of 29) 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...]
  /external/swiftshader/third_party/subzero/src/
IceRangeSpec.cpp 101 std::string::size_type StartPos = 0;
104 DelimPos = Spec.find(Delimiter, StartPos);
105 Tokens.emplace_back(Spec.substr(StartPos, DelimPos - StartPos));
106 StartPos = DelimPos + 1;
  /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...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FileSpace.c 561 UINTN StartPos;
590 StartPos = OFile->Position;
591 if (Position < StartPos || OFile->FileCluster == Cluster) {
592 StartPos = 0;
596 while (StartPos + ClusterSize <= Position) {
597 StartPos += ClusterSize;
612 Position - StartPos;
614 OFile->Position = StartPos;
619 Run = StartPos + ClusterSize - Position;
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 73 UInt64 StartPos;
125 CUInt64DefVector StartPos;
156 StartPos.Clear();
178 StartPos.ReserveDown();
202 StartPos.CheckSize(size) &&
7zIn.h 117 CUInt64DefVector StartPos;
148 StartPos.Clear();
7zOut.cpp 672 WriteUInt64DefVector(db.StartPos, NID::kStartPos);
909 StartPos.SetItem(index, file2.StartPosDefined, file2.StartPos);
7zUpdate.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
UniClassObject.py 435 StartPos = Line.find(u'\\x')
436 while (StartPos != -1):
437 EndPos = Line.find(u'\\', StartPos + 1, StartPos + 7)
438 if EndPos != -1 and EndPos - StartPos == 6 :
439 if re.match('[a-fA-F0-9]{4}', Line[StartPos + 2 : EndPos], re.UNICODE):
441 UniStr = ('\u' + (Line[StartPos + 2 : EndPos])).decode('unicode_escape')
444 Line = Line[0 : StartPos] + UniStr + EndStr
446 Line = Line[0 : StartPos] + UniStr + EndStr[1:]
447 StartPos = Line.find(u'\\x', StartPos + 1)
    [all...]
GenPcdDb.py 620 StartPos = 0
621 while StartPos < len(List1):
622 Index = List1.index(Key1, StartPos)
626 StartPos = Index + 1
    [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 446 def __ReplaceFragment(self, StartPos, EndPos, Value = ' '):
447 if StartPos[0] == EndPos[0]:
448 Offset = StartPos[1]
450 self.Profile.FileLinesList[StartPos[0]][Offset] = Value
454 Offset = StartPos[1]
455 while self.Profile.FileLinesList[StartPos[0]][Offset] not in ('\r', '\n'):
456 self.Profile.FileLinesList[StartPos[0]][Offset] = Value
459 Line = StartPos[0]
751 StartPos = CurLine.find('$(', PreIndex)
752 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...]

Completed in 927 milliseconds

1 2