HomeSort by relevance Sort by last modified time
    Searched defs:Value (Results 76 - 100 of 2048) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyMmcDxe/
HiKeyMmcDxe.c 87 UINTN Value;
102 Status = Gpio->Get (Gpio, DETECT_SD_CARD, &Value);
104 DEBUG ((DEBUG_ERROR, "Failed to get GPIO value: %r\n", Status));
107 if (Value == 0) {
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960MmcDxe/
HiKey960MmcDxe.c 75 UINTN Value;
88 Status = Gpio->Get (Gpio, DETECT_SD_CARD, &Value);
90 DEBUG ((DEBUG_ERROR, "Failed to get GPIO value: %r\n", Status));
93 if (Value == 0) {
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/
ArmLib.c 56 UINTN Value;
57 Value = ArmReadCpuActlr ();
58 Value |= Bits;
59 ArmWriteCpuActlr (Value);
68 UINTN Value;
69 Value = ArmReadCpuActlr ();
70 Value &= ~Bits;
71 ArmWriteCpuActlr (Value);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
XPressRich3.c 67 UINT32 Value;
137 PCIE_CONTROL_READ32 (PCIE_CONTROL_RST_STS, Value);
138 if ((Value & PCIE_CONTROL_RST_STS_RCPHYPLL_OUT) == PCIE_CONTROL_RST_STS_RCPHYPLL_OUT) {
144 if (!(Value & PCIE_CONTROL_RST_STS_RCPHYPLL_OUT)) {
145 DEBUG ((EFI_D_ERROR, "PCIe failed to come out of reset: %x.\n", Value));
155 PCIE_ROOTPORT_READ32 (VEXPRESS_BASIC_STATUS, Value);
156 if (Value & LINK_UP) {
162 if (!(Value & LINK_UP)) {
163 DEBUG ((EFI_D_ERROR, "PCIe link not up: %x.\n", Value));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrLibrary.h 37 UINT16 Value;
453 Default - Default value
860 Default - Default value of the numeric
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Guid/
DataHubStatusCodeRecord.h 37 /// An operation, plus value information about the class and subclass, used to
40 EFI_STATUS_CODE_VALUE Value;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
Crc32.c 67 @param Value The data to be reversed.
74 UINT32 Value
82 if ((Value & (1 << Index)) != 0) {
101 UINT32 Value;
104 Value = ReverseBits ((UINT32) TableEntry);
106 if ((Value & 0x80000000) != 0) {
107 Value = (Value << 1) ^ 0x04c11db7;
109 Value = Value << 1;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Set.c 31 CONST CHAR16 *Value;
39 Value = gEfiShellProtocol->GetEnv(ConstEnvNameList);
40 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SET_DISP), gShellLevel2HiiHandle, ConstEnvNameList, Value);
69 CONST CHAR16 *Value;
137 Value = ShellCommandLineGetRawValue(Package, 2);
138 if (KeyName != NULL && Value != NULL) {
142 Status = ShellSetEnvironmentVariable(KeyName, Value, ShellCommandLineGetFlag(Package, L"-v"));
151 // print out value for this one only.
153 Value = ShellGetEnvironmentVariable(KeyName);
154 if (Value == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SerialPortLib/
SioInit.c 38 UINT8 Value;
127 IoWrite8 (DataPort, mSioTableWpcn381u[Index].Value);
137 IoWrite8 (DataPort, mSioTableWdcp376[Index].Value);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcSio.c 46 UINT8 Value;
87 WriteRegisterAndSaveToScript (mSioTable[Index].Register, mSioTable[Index].Value);
  /external/clang/include/clang/Basic/
MacroBuilder.h 29 /// Append a \#define line for macro of the form "\#define Name Value\n".
30 void defineMacro(const Twine &Name, const Twine &Value = "1") {
31 Out << "#define " << Name << ' ' << Value << '\n';
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 21 VariantValue Value = kUnsigned;
23 EXPECT_TRUE(Value.isUnsigned());
24 EXPECT_EQ(kUnsigned, Value.getUnsigned());
26 EXPECT_TRUE(Value.hasValue());
27 EXPECT_FALSE(Value.isString());
28 EXPECT_FALSE(Value.isMatcher());
33 VariantValue Value = kString;
35 EXPECT_TRUE(Value.isString());
36 EXPECT_EQ(kString, Value.getString());
37 EXPECT_EQ("String", Value.getTypeAsString())
    [all...]
  /external/deqp/framework/delibs/decpp/
deMeta.hpp 47 Value = !Cond
56 Value = false
65 Value = true
  /external/libunwind/doc/
unw_init_local.tex 46 \section{Return Value}
49 Otherwise the negative value of one of the error-codes below is
unw_init_remote.tex 41 \section{Return Value}
44 Otherwise the negative value of one of the error-codes below is
unw_resume.tex 47 argument register to a particular value (e.g., via
49 value as the contents of the register. In other words, the exception
61 \section{Return Value}
65 negative value of one of the errors below is returned.
unw_strerror.tex 22 \section{Return Value}
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
32 void writeInt16(int16_t Value);
33 void writeUInt16(uint16_t Value);
34 void writeInt32(int32_t Value);
35 void writeUInt32(uint32_t Value);
36 void writeInt64(int64_t Value);
37 void writeUInt64(uint64_t Value);
40 void writeEncodedInteger(int64_t Value);
41 void writeEncodedSignedInteger(int64_t Value);
42 void writeEncodedUnsignedInteger(uint64_t Value);
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp 29 // The EntrySize value of 1 seems strange since the records are neither
30 // 1-byte long nor fixed length but it matches the value GAS emits.
70 unsigned Value = 0;
77 Value |= 1 << EncVal;
81 ri_gprmask |= Value;
83 ri_cprmask[0] |= Value;
89 ri_cprmask[1] |= Value;
91 ri_cprmask[2] |= Value;
93 ri_cprmask[3] |= Value;
  /external/llvm/unittests/ADT/
ilistTest.cpp 21 int Value;
24 Node(int Value) : Value(Value) {}
26 ~Node() { Value = -1; }
32 EXPECT_EQ(1, List.back().Value);
37 EXPECT_EQ(2, List.back().Value);
38 EXPECT_EQ(2, List.getNextNode(List.front())->Value);
39 EXPECT_EQ(1, List.getPrevNode(List.back())->Value);
42 EXPECT_EQ(2, ConstList.back().Value);
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 21 UString Value;
  /external/nanopb-c/generator/google/protobuf/internal/
enum_type_wrapper.py 52 """Returns a string containing the name of an enum value."""
55 raise ValueError('Enum %s has no name defined for value %d' % (
58 def Value(self, name):
59 """Returns the value coresponding to the given enum name."""
62 raise ValueError('Enum %s has no value defined for name %s' % (
84 """Return a list of the (name, value) pairs of the enum.
  /external/protobuf/python/google/protobuf/internal/
enum_type_wrapper.py 52 """Returns a string containing the name of an enum value."""
55 raise ValueError('Enum %s has no name defined for value %d' % (
58 def Value(self, name):
59 """Returns the value coresponding to the given enum name."""
62 raise ValueError('Enum %s has no value defined for name %s' % (
84 """Return a list of the (name, value) pairs of the enum.
  /external/tensorflow/tensorflow/core/lib/hash/
crc32c.h 31 inline uint32 Value(const char* data, size_t n) { return Extend(0, data, n); }
  /external/v8/src/parsing/
token.h 184 enum Value {
192 static const char* Name(Value tok) {
198 static bool IsKeyword(Value tok) {
202 static bool IsIdentifier(Value tok, LanguageMode language_mode,
224 static bool IsAssignmentOp(Value tok) {
228 static bool IsBinaryOp(Value op) { return COMMA <= op && op <= EXP; }
230 static bool IsTruncatingBinaryOp(Value op) {
234 static bool IsCompareOp(Value op) {
238 static bool IsOrderedRelationalCompareOp(Value op) {
242 static bool IsEqualityOp(Value op)
    [all...]

Completed in 1141 milliseconds

1 2 34 5 6 7 8 91011>>