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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
ComponentName.c 252 UINTN StringIndex;
259 for (StringIndex = 0; StringIndex < 41; StringIndex++) {
260 ModelName[StringIndex] = IdeBlkIoDevicePtr->ModelName[StringIndex];
  /art/runtime/
dex_file_types.h 26 class StringIndex {
30 constexpr StringIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {}
31 explicit constexpr StringIndex(uint32_t idx) : index_(idx) {}
36 static StringIndex Invalid() {
37 return StringIndex(std::numeric_limits<decltype(index_)>::max());
40 bool operator==(const StringIndex& other) const {
43 bool operator!=(const StringIndex& other) const {
46 bool operator<(const StringIndex& other) const {
49 bool operator<=(const StringIndex& other) const {
52 bool operator>(const StringIndex& other) const
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SmbiosLib/
SmbiosLib.c 176 UINTN StringIndex;
187 StringIndex = StringNumber;
188 return gSmbios->UpdateString (gSmbios, &SmbiosHandle, &StringIndex, String);
216 UINTN StringIndex;
234 StringIndex = StringNumber;
235 Status = gSmbios->UpdateString (gSmbios, &SmbiosHandle, &StringIndex, Ascii);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 150 UINT16 StringIndex;
271 StringIndex = (UINT16) Index;
272 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 78 uint64_t StringIndex;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 80 uint64_t StringIndex;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 175 UINT16 StringIndex;
297 StringIndex = (UINT16) Index;
298 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
PcdDataBaseSignatureGuid.h 70 UINT32 StringIndex; // Offset in String Table in units of UINT8.
  /external/llvm/include/llvm/Object/
Archive.h 149 uint32_t StringIndex; // Extra index to the string.
159 , StringIndex(stri) {}
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 67 uint64_t StringIndex;
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 99 uint32_t StringIndex;
119 S.StringIndex = STE->StringIndex;
449 outs() << MachOObj->getStringAtIndex(Symbols[SymIdx].StringIndex)
482 MachOObj->getStringAtIndex(Symbols[SymIdx].StringIndex),
583 UnsortedSymbols[Relocs[j].second].StringIndex)
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 284 uint32_t StringIndex;
370 Symbol.StringIndex = Entry.n_strx;
378 Symbol.StringIndex = Entry.n_strx;
626 W.printNumber("Name", SymbolName, MOSymbol.StringIndex);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c 387 UINT32 StringIndex;
484 for (StringIndex = 0; StringIndex < mDBData.NumStringIdentifiersReferenced; StringIndex++) {
489 if (StringIndex == STRING_ID_LANGUAGE_NAME) {
495 StringIdentifier = StringDBFindStringIdentifierByIndex (StringIndex);
497 Error (NULL, 0, 0, "internal error", "invalid string index 0x%X", StringIndex);
558 StringIndex = 0;
560 for (StringIndex = 0; StringIndex < mDBData.NumStringIdentifiersReferenced; StringIndex++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 459 UINT16 StringIndex;
526 StringIndex = STRING_ID_INVALID;
527 if (StringDBAddStringIdentifier (StringName, &StringIndex, Flags) != STATUS_SUCCESS) {
782 UINT32 StringIndex
789 if (Identifier->Index == StringIndex) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 78 USHORT StringIndex, Reserved2;
115 USHORT StringIndex, Reserved2;
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 268 uint32_t StringIndex;
275 uint32_t StringIndex;
  /external/libusb/libusb/os/
windows_winusb.h 927 USHORT StringIndex, Reserved2;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 619 milliseconds