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

1 2

  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Variable.c 98 BOOLEAN Volatile = FALSE;
107 Volatile = 0;
134 ( !Volatile ? EFI_VARIABLE_NON_VOLATILE : 0) |
179 ( !Volatile ? EFI_VARIABLE_NON_VOLATILE : 0) |
201 " ; set UEFI variable\n\r [v]; create volatile variable",
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Alias.c 36 BOOLEAN Volatile;
38 Volatile = FALSE;
57 Command = gEfiShellProtocol->GetAlias(Alias, &Volatile);
59 Volatile = FALSE;
61 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_ALIAS_OUTPUT), gShellLevel3HiiHandle, !Volatile?L' ':L'*', Alias, Command);
96 BOOLEAN Volatile;
173 ConstAliasVal = gEfiShellProtocol->GetAlias(Param1, &Volatile);
179 Volatile = FALSE;
181 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 127 @param[in] Volatile TRUE if volatile FALSE if non-volatile.
138 IN BOOLEAN Volatile,
166 gVariableInfo->Volatile = Volatile;
202 Entry->Next->Volatile = Volatile;
245 @param Volatile Point out the Variable is Volatile or Non-Volatile.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
VariableFormat.h 223 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...]
  /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...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 284 Volatile = 0x0002,
339 Volatile = 0x00000200,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 289 Volatile = 0x0002,
344 Volatile = 0x00000200,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 289 Volatile = 0x0002,
344 Volatile = 0x00000200,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 289 Volatile = 0x0002,
344 Volatile = 0x00000200,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 289 Volatile = 0x0002,
344 Volatile = 0x00000200,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 289 Volatile = 0x0002,
344 Volatile = 0x00000200,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 289 Volatile = 0x0002,
344 Volatile = 0x00000200,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 289 Volatile = 0x0002,
344 Volatile = 0x00000200,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 289 Volatile = 0x0002,
344 Volatile = 0x00000200,
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 445 return EmitLoadOfScalar(DIter->second, /*volatile=*/false,
    [all...]
  /external/clang/include/clang/AST/
Type.h 113 /// * C99: const, volatile, and restrict
122 Volatile = 0x4,
123 CVRMask = Const | Volatile | Restrict
243 bool hasVolatile() const { return Mask & Volatile; }
245 Mask = (Mask & ~Volatile) | (flag ? Volatile : 0);
247 void removeVolatile() { Mask &= ~Volatile; }
248 void addVolatile() { Mask |= Volatile; }
589 /// example we only need one for 'int', 'const int', 'volatile int',
590 /// 'const volatile int', etc)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 114 /// * C99: const, volatile, and restrict
123 Volatile = 0x4,
124 CVRMask = Const | Volatile | Restrict
244 bool hasVolatile() const { return Mask & Volatile; }
246 Mask = (Mask & ~Volatile) | (flag ? Volatile : 0);
248 void removeVolatile() { Mask &= ~Volatile; }
249 void addVolatile() { Mask |= Volatile; }
604 /// example we only need one for 'int', 'const int', 'volatile int',
605 /// 'const volatile int', etc)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 114 /// * C99: const, volatile, and restrict
123 Volatile = 0x4,
124 CVRMask = Const | Volatile | Restrict
244 bool hasVolatile() const { return Mask & Volatile; }
246 Mask = (Mask & ~Volatile) | (flag ? Volatile : 0);
248 void removeVolatile() { Mask &= ~Volatile; }
249 void addVolatile() { Mask |= Volatile; }
604 /// example we only need one for 'int', 'const int', 'volatile int',
605 /// 'const volatile int', etc)
    [all...]

Completed in 387 milliseconds

1 2