HomeSort by relevance Sort by last modified time
    Searched refs:Identifier (Results 26 - 50 of 354) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DxeSmmPerformanceLib.c 137 Creates a record that contains the Handle, Token, Module and Identifier.
149 @param Identifier 32-bit identifier. If the value is 0, the created record
163 IN UINT32 Identifier
186 @param Identifier 32-bit identifier. If the value is 0, the found record
200 IN UINT32 Identifier
275 and then assign the Identifier with 0.
286 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
293 If Identifier is NULL, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePerformanceLibNull/
PerformanceLib.c 94 and then eliminate the Identifier.
153 Creates a record that contains the Handle, Token, Module and Identifier.
165 @param Identifier 32-bit identifier. If the value is 0, the created record
180 IN UINT32 Identifier
189 Looks up the record that matches Handle, Token, Module and Identifier.
203 @param Identifier 32-bit identifier. If the value is 0, the found record
218 IN UINT32 Identifier
227 and then assign the Identifier with 0.
    [all...]
  /external/llvm/tools/llvm-pdbdump/
ExternalSymbolDumper.cpp 40 WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName;
EnumDumper.cpp 43 WithColor(Printer, PDB_ColorItem::Identifier).get()
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
PrettyExternalSymbolDumper.cpp 41 WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName;
  /external/u-boot/arch/arm/mach-socfpga/
qts-filter.sh 26 /* SPDX-License-Identifier: BSD-3-Clause */
69 /* SPDX-License-Identifier: BSD-3-Clause */
105 /* SPDX-License-Identifier: BSD-3-Clause */
148 /* SPDX-License-Identifier: BSD-3-Clause */
  /external/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 38 /// the module identifier to pass to the ModuleLoader. The value is the set of
48 std::function<std::unique_ptr<Module>(StringRef Identifier)> ModuleLoader)
62 /// Factory function to load a Module for a given identifier
63 std::function<std::unique_ptr<Module>(StringRef Identifier)> ModuleLoader;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 5 ATTRIBUTE NAS-Identifier 32 string
  /external/u-boot/arch/arm/mach-stm32mp/
config.mk 1 # SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
  /external/u-boot/arch/nds32/
config.mk 1 # SPDX-License-Identifier: GPL-2.0+
  /external/u-boot/arch/x86/cpu/
config.mk 1 # SPDX-License-Identifier: GPL-2.0+
  /external/u-boot/board/imgtec/boston/
config.mk 1 # SPDX-License-Identifier: GPL-2.0+
  /external/u-boot/board/intel/edison/
config.mk 1 # SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
  /external/u-boot/board/xilinx/microblaze-generic/
config.mk 1 # SPDX-License-Identifier: GPL-2.0+
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
PeiPerformanceLib.c 44 @param PeiPerformanceIdArray Pointer to Pointer to PEI performance identifier array.
90 Searches in the log array with keyword Handle, Token, Module and Identifier.
99 @param PeiPerformanceIdArray Pointer to PEI performance identifier array.
106 @param Identifier 32-bit identifier.
118 IN UINT32 Identifier
154 Creates a record that contains the Handle, Token, Module and Identifier.
166 @param Identifier 32-bit identifier. If the value is 0, the created record
180 IN UINT32 Identifier
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 475 // If this is a raw identifier or a literal token, set the pointer data.
544 /// identifier information for the token and install it into the token,
546 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const {
547 assert(!Identifier.getRawIdentifier().empty() && "No raw identifier data!");
551 if (!Identifier.needsCleaning() && !Identifier.hasUCN()) {
553 II = getIdentifierInfo(Identifier.getRawIdentifier());
557 StringRef CleanedStr = getSpelling(Identifier, IdentifierBuffer);
559 if (Identifier.hasUCN())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFModuleDefinition.cpp 37 Identifier,
119 return Token(Identifier, S);
136 .Default(Identifier);
172 if (Tok.K != Identifier || Tok.Value.getAsInteger(10, *I))
194 if (Tok.K != Identifier) {
237 if (Tok.K != Identifier)
238 return createError("identifier expected, but got " + Tok.Value);
254 if (Tok.K == Identifier && Tok.Value[0] == '@') {
318 if (Tok.K == Identifier) {
341 if (Tok.K != Identifier)
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Include/Guid/
ArmMpCoreInfo.h 42 EFI_GUID Identifier;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/AcpiTable/
AcpiTable.h 45 EFI_GUID Identifier;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
SmmCorePerformanceLib.c 86 @param Identifier 32-bit identifier.
96 IN CONST UINT32 Identifier
135 that contains the Handle, Token, Module and Identifier.
148 @param Identifier 32-bit identifier. If the value is 0, the created record
162 IN UINT32 Identifier
212 GaugeEntryExArray[Index].Identifier = Identifier;
245 @param Identifier 32-bit identifier. If the value is 0, the found record
    [all...]
SmmCorePerformanceLibInternal.h 47 that contains the Handle, Token, Module and Identifier.
60 @param Identifier 32-bit identifier. If the value is 0, the created record
74 IN UINT32 Identifier
82 for the first record that matches Handle, Token, Module and Identifier and has an end time value of zero.
96 @param Identifier 32-bit identifier. If the value is 0, the found record
110 IN UINT32 Identifier
116 and then assign the Identifier with 0.
211 and then eliminate the Identifier.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
I2cMaster.h 103 EFI_GUID Identifier;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.h 36 UINT16 Identifier;
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 82 /// Variable decls are numbered by identifier.
84 const IdentifierInfo *Identifier = VD->getIdentifier();
85 if (!Identifier) {
86 // VarDecl without an identifier represents an anonymous union declaration.
87 Identifier = findAnonymousUnionVarDeclName(*VD);
89 return ++VarManglingNumbers[Identifier];
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DxeCorePerformanceLibInternal.h 44 that contains the Handle, Token, Module and Identifier.
57 @param Identifier 32-bit identifier. If the value is 0, the created record
71 IN UINT32 Identifier
79 for the first record that matches Handle, Token, Module and Identifier and has an end time value of zero.
93 @param Identifier 32-bit identifier. If the value is 0, the found record
107 IN UINT32 Identifier
113 and then assign the Identifier with 0.
208 and then eliminate the Identifier.
    [all...]

Completed in 3510 milliseconds

12 3 4 5 6 7 8 91011>>