HomeSort by relevance Sort by last modified time
    Searched defs:Volatile (Results 1 - 25 of 68) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Variable.c 101 BOOLEAN Volatile = FALSE;
110 Volatile = 0;
138 ( !Volatile ? EFI_VARIABLE_NON_VOLATILE : 0) |
184 ( !Volatile ? EFI_VARIABLE_NON_VOLATILE : 0) |
206 " ; set UEFI variable\n\r [v]; create volatile variable",
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Alias.c 35 BOOLEAN Volatile;
37 Volatile = FALSE;
56 Command = gEfiShellProtocol->GetAlias(Alias, &Volatile);
58 Volatile = FALSE;
60 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_ALIAS_OUTPUT), gShellLevel3HiiHandle, !Volatile?L' ':L'*', Alias, Command);
95 BOOLEAN Volatile;
172 ConstAliasVal = gEfiShellProtocol->GetAlias(Param1, &Volatile);
178 Volatile = FALSE;
180 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_ALIAS_OUTPUT), gShellLevel3HiiHandle, !Volatile?L' ':L'*', Param1, ConstAliasVal);
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p2.cpp 11 struct Volatile {
12 Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be volatile}}
13 Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be volatile}}
25 ConstAssignment& operator=(ConstAssignment&&) const = default; // expected-error {{an explicitly-defaulted move assignment operator may not have 'const', 'constexpr' or 'volatile' qualifiers}
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
Variable.h 56 BOOLEAN Volatile;
83 Initializes variable store area for non-volatile and volatile variable.
86 variable service and variable store area for non-volatile and volatile variable.
107 variable store for non-volatile and volatile variables, and registers
141 This code finds variable in storage blocks (Volatile or Non-Volatile).
201 This code sets variable in storage blocks (Volatile or Non-Volatile).
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FSVariable.h 76 Volatile,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Variable.h 78 BOOLEAN Volatile;
146 Finds variable in storage blocks of volatile and non-volatile storage areas.
148 This code finds variable in storage blocks of volatile and non-volatile storage areas.
160 base of volatile variable storage area, base of
431 Initializes variable store area for non-volatile and volatile variable.
452 Get non-volatile maximum variable size.
454 @return Non-volatile maximum variable size.
    [all...]
Variable.c 164 @param[in] Volatile TRUE if volatile FALSE if non-volatile.
175 IN BOOLEAN Volatile,
203 gVariableInfo->Volatile = Volatile;
239 Entry->Next->Volatile = Volatile;
282 @param Volatile Point out the Variable is Volatile or Non-Volatile.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
VariableFormat.h 224 BOOLEAN Volatile; ///< TRUE if volatile, FALSE if non-volatile.
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.h 86 BOOLEAN Volatile;
133 Initializes variable store area for non-volatile and volatile variable.
136 variable service and variable store area for non-volatile and volatile variable.
156 variable store for non-volatile and volatile variables, and registers
367 Finds variable in volatile and non-volatile storage areas.
369 This code finds variable in volatile and non-volatile storage areas.
    [all...]
Variable.c 104 Reads/Writes variable storage, volatile or non-volatile.
106 This function reads or writes volatile or non-volatile variable stroage.
107 For volatile storage, it performs memory copy.
108 For non-volatile storage, it accesses data on firmware storage. Data
114 @param[in] Volatile TRUE - Variable is volatile.
115 FALSE - Variable is non-volatile.
130 IN BOOLEAN Volatile,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellParametersProtocol.c 729 BOOLEAN Volatile;
    [all...]
FileHandleWrappers.c 1042 BOOLEAN Volatile;
1055 Status = IsVolatileEnv (((EFI_FILE_PROTOCOL_ENVIRONMENT*)This)->Name, &Volatile);
1079 if (Volatile) {
    [all...]
ShellProtocol.c     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 82 const static char *Volatile = "volatile";
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 574 Volatile is used to reduce the chance of optimisation,
585 #define Volatile volatile
594 #define Volatile static
769 Volatile int trapped; /* For testing FPE traps */
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeView.h 300 Volatile = 0x0002,
355 Volatile = 0x00000200,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeView.h 300 Volatile = 0x0002,
355 Volatile = 0x00000200,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeView.h 300 Volatile = 0x0002,
355 Volatile = 0x00000200,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeView.h 300 Volatile = 0x0002,
355 Volatile = 0x00000200,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeView.h 300 Volatile = 0x0002,
355 Volatile = 0x00000200,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeView.h 300 Volatile = 0x0002,
355 Volatile = 0x00000200,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeView.h 300 Volatile = 0x0002,
355 Volatile = 0x00000200,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeView.h 300 Volatile = 0x0002,
355 Volatile = 0x00000200,
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 284 Volatile = 0x0002,
339 Volatile = 0x00000200,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 289 Volatile = 0x0002,
344 Volatile = 0x00000200,

Completed in 774 milliseconds

1 2 3