Searched refs:Value (Results 151 - 175 of 181) sorted by relevance

12345678

/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Ddtcompile.c261 Next->Value = ASL_CREATOR_ID;
265 Next->Value = VersionString;
H A Ddtparser.y128 Value
H A Dprparser.y136 Value
H A Dasltransform.c361 if (!ACPI_COMPARE_NAME (Next->Asl.Value.String, ACPI_SIG_DSDT))
425 * Examine the return type of the Switch Value -
737 * Switch() value. The store is of the form: Store (Value, _T_x)
H A Daslcompiler.h723 UINT64 Value);
/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp318 if (vector_type->element_count.Value() == Size::Max().Value())
334 return string_type->max_size.Value() < Size::Max().Value();
550 if (__builtin_mul_overflow(element_count.Value(), element_type->size, &size)) {
1371 auto ordinal_result = method_scope.ordinals.Insert(method.ordinal.Value(), method.name);
1470 auto ordinal_result = ordinal_scope.Insert(member.ordinal->Value(), member.ordinal->source_element()->location());
1505 fields[member.ordinal->Value() - 1] = &member.maybe_used->typeshape;
1632 *out_typeshape = ArrayTypeShape(element_typeshape, array_type->element_count.Value());
1641 uint32_t max_element_count = vector_type->element_count.Value();
[all...]
H A Dtables_generator.cpp351 uint32_t max_count = vector_type->element_count.Value();
366 uint32_t max_size = string_type->max_size.Value();
561 if (!members.emplace(member.ordinal->Value(), &member).second) {
573 table_fields.emplace_back(coded_member_type, member.ordinal->Value());
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacpixf.h1058 UINT64 *Value,
1064 UINT64 Value,
1077 UINT32 Value))
H A Dactbl2.h200 UINT8 Value; member in struct:acpi_asf_alert_data
229 UINT8 Value; member in struct:acpi_asf_control_data
1581 UINT32 Value; /* Value used with Read/Write register */ member in struct:acpi_wdat_entry
H A Dactypes.h137 * Value returned by AcpiOsGetThreadId. There is no standard "thread_id"
937 UINT64 Value; /* The actual number */ member in struct:acpi_object::__anon1501
1129 UINT32 Value,
1172 UINT64 *Value,
H A Dacresrc.h72 UINT8 Value; member in struct:acpi_rsconvert_info
/fuchsia/zircon/third_party/lib/acpica/source/components/dispatcher/
H A Ddsutils.c520 (Arg->Common.Value.String) &&
528 Arg->Common.Value.Buffer, &NameString, &NameLength);
/fuchsia/zircon/third_party/lib/acpica/source/components/namespace/
H A Dnsdump.c337 ACPI_FORMAT_UINT64 (ObjDesc->Integer.Value));
503 ACPI_FORMAT_UINT64 (ObjDesc->Integer.Value));
/fuchsia/zircon/third_party/lib/acpica/source/components/parser/
H A Dpsobject.c193 UnnamedOp->Common.Value.Arg = NULL;
258 AcpiPsAppendArg (*Op, UnnamedOp->Common.Value.Arg);
/fuchsia/zircon/system/dev/bus/acpi/
H A Dpciroot.cpp39 if (addr == obj.Integer.Value) {
H A Ddebug.c295 UINT64 data = object.Integer.Value;
H A Dpci.c278 UINT64 data = object.Integer.Value;
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbxface.c359 if (WalkState->ControlState->Common.Value)
H A Ddbcmds.c464 * Value - Value of the notify to send.
476 UINT32 Value)
494 Status = AcpiEvQueueNotifyRequest (Node, Value);
474 AcpiDbSendNotify( char *Name, UINT32 Value) argument
/fuchsia/zircon/third_party/lib/acpica/source/components/executer/
H A Dexmutex.c294 Status = AcpiExAcquireMutexObject ((UINT16) TimeDesc->Integer.Value,
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutobject.c240 IntegerDesc->Integer.Value = InitialValue;
/fuchsia/zircon/third_party/lib/acpica/source/tools/examples/
H A Dextables.c312 [0001] ACPI Enable Value : 00
313 [0001] ACPI Disable Value : 00
380 [0001] Value to cause reset : 00
/fuchsia/zircon/system/ulib/trace-reader/
H A Dreader.cpp452 auto value = Int32ArgumentFields::Value::Get<int32_t>(header);
458 auto value = Uint32ArgumentFields::Value::Get<uint32_t>(header);
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmtbinfo.c407 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (AcpiEnable), "ACPI Enable Value", 0},
408 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (AcpiDisable), "ACPI Disable Value", 0},
488 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (ResetValue), "Value to cause reset", 0},
499 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (ResetValue), "Value to cause reset", 0},
560 {ACPI_DMT_UINT8, ACPI_ASF0_OFFSET (MinResetValue), "Minimum Reset Value", 0},
587 {ACPI_DMT_UINT8, ACPI_ASF1a_OFFSET (Value), "Value", 0},
616 {ACPI_DMT_UINT8, ACPI_ASF2a_OFFSET (Value), "Value", 0},
1039 {ACPI_DMT_UINT64, ACPI_EINJ0_OFFSET (Value), "Valu
[all...]
/fuchsia/zircon/scripts/
H A Dzircon.elf-gdb.py193 offsetof = long(gdb.Value(0).cast(type_object_ptr)[member_name].address)

Completed in 176 milliseconds

12345678