Searched refs:StrIndex (Results 1 – 4 of 4) sorted by relevance
60 uint64_t StrIndex; in getIndexedString() local63 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString()66 StrIndex = InfoData.getU16(&InfoOffset); in getIndexedString()69 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()72 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()76 StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()85 uint64_t StrOffsetsOffset = 4 * StrIndex; in getIndexedString()
965 for (size_t StrIndex = 0; CurrentStr < TableEnd; ++StrIndex) { in printNeededLibraries() local968 if (StrIndex % 3 == 1) in printNeededLibraries()979 for (size_t StrIndex = 0; CurrentStr < TableEnd; in printNeededLibraries() local980 ++StrIndex, CurrentStr += strlen(CurrentStr) + 1) { in printNeededLibraries()981 if (StrIndex >= 3 && StrIndex % 3 != 0) { in printNeededLibraries()982 if (StrIndex % 3 == 1) in printNeededLibraries()
486 UINT8 StrIndex; in DevPathToTextAcpiEx() local497 StrIndex = 0; in DevPathToTextAcpiEx()498 while (CurrentLength < AcpiEx->Header.Length[0] && StrIndex < ARRAY_SIZE (Strings)) { in DevPathToTextAcpiEx()499 Strings[StrIndex] = CurrentPos; in DevPathToTextAcpiEx()503 StrIndex++; in DevPathToTextAcpiEx()
39 unsigned StrIndex = i + WordIndex; in convertCharsToWord() local41 if (StrIndex < Str.size()) { // If it's within the string, get a real char. in convertCharsToWord()42 CharToAdd = Str[StrIndex]; in convertCharsToWord()