Searched refs:Value (Results 101 - 125 of 495) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg6.c325 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) ||
326 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR))
335 Index = Operand[5]->Integer.Value;
385 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value,
391 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value,
399 ReturnDesc->Integer.Value = Index;
/haiku-fatelf/headers/private/kernel/util/
H A DAVLTreeMap.h16 template<typename Value> class Ascending;
17 template<typename Value> class Descending;
20 template <typename Key, typename Value,
27 inline Node* Allocate(const Key& key, const Value& value)
30 inline Value& GetValue(Node* node) const
40 #define _AVL_TREE_MAP_TEMPLATE_LIST template<typename Key, typename Value, \
42 #define _AVL_TREE_MAP_CLASS_NAME AVLTreeMap<Key, Value, NodeStrategy>
46 template<typename Key, typename Value,
47 typename NodeStrategy = AVLTreeMapStrategy::Auto<Key, Value> >
80 status_t Insert(const Key& key, const Value
[all...]
/haiku-fatelf/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp280 fSettings.autostart = fAutostartCB->Value() == B_CONTROL_ON;
282 = fCloseWindowMoviesCB->Value() == B_CONTROL_ON;
284 = fCloseWindowSoundsCB->Value() == B_CONTROL_ON;
285 fSettings.loopMovie = fLoopMoviesCB->Value() == B_CONTROL_ON;
286 fSettings.loopSound = fLoopSoundsCB->Value() == B_CONTROL_ON;
288 fSettings.useOverlays = fUseOverlaysCB->Value() == B_CONTROL_ON;
289 fSettings.scaleBilinear = fScaleBilinearCB->Value() == B_CONTROL_ON;
291 = fScaleFullscreenControlsCB->Value() == B_CONTROL_ON;
293 fSettings.subtitleSize = fSubtitleSizeOP->Value();
294 fSettings.subtitlePlacement = fSubtitlePlacementOP->Value();
[all...]
/haiku-fatelf/src/apps/debugger/user_interface/gui/value/
H A DTableCellStringRenderer.cpp14 #include "Value.h"
18 TableCellStringRenderer::RenderValue(Value* value, BRect rect,
72 TableCellStringRenderer::PreferredValueWidth(Value* value, BView* targetView)
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DPointerToMemberValueNode.cpp44 ValueLocation*& _location, Value*& _value)
71 Value* value = new(std::nothrow) IntegerValue(valueData);
/haiku-fatelf/src/apps/icon-o-matic/generic/property/specific_properties/
H A DInt64Property.cpp57 return SetValue(intOther->Value());
75 return SetValue(fValue + (int64)((double)(intOther->Value()
/haiku-fatelf/src/apps/poorman/
H A DPoorManLoggingView.h31 return (fLogConsole->Value() == B_CONTROL_ON);
44 return (fLogFile->Value() == B_CONTROL_ON);
/haiku-fatelf/src/tests/system/kernel/util/
H A DVectorSetTest.cpp68 template<typename Value, typename TestSet, typename MyIterator,
72 typedef TestIterator<Value, TestSet, MyIterator, ReferenceIterator>
156 inline Value &operator*() const
158 Value &result = *fMyIterator;
163 inline Value *operator->() const
165 Value *result = fMyIterator.operator->();
184 template<typename Value, typename MySet, typename ReferenceSet,
188 typedef TestSet<Value, MySet, ReferenceSet, Compare> Class;
194 typedef TestIterator<Value, Class, MyIterator,
196 typedef TestIterator<const Value, cons
[all...]
/haiku-fatelf/src/apps/cdplayer/
H A DVolumeSlider.cpp31 if (value == Value())
/haiku-fatelf/src/apps/debugger/value/value_handlers/
H A DEnumerationValueHandler.h19 virtual float SupportsValue(Value* value);
/haiku-fatelf/src/apps/debugger/value/values/
H A DBoolValue.cpp43 BoolValue::operator==(const Value& other) const
H A DStringValue.cpp41 StringValue::operator==(const Value& other) const
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.h34 const char* Value() const;
/haiku-fatelf/src/bin/patch/
H A Dargmatch.h80 # define invalid_arg(Context, Value, Problem) \
81 argmatch_invalid ((Context), (Value), (Problem))
125 # define ARGMATCH_TO_ARGUMENT(Value, Arglist, Vallist) \
126 argmatch_to_argument ((char const *) &(Value), (Arglist), \
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwacpi.c249 UINT32 Value; local
264 Status = AcpiReadBitRegister (ACPI_BITREG_SCI_ENABLE, &Value);
270 if (Value)
H A Dhwvalid.c298 * Value Where value is placed
312 UINT32 *Value,
332 Status = AcpiOsReadPort (Address, Value, Width);
346 for (i = 0, *Value = 0; i < Width; i += 8)
358 *Value |= (OneByte << i);
373 * Value Value to write
387 UINT32 Value,
406 Status = AcpiOsWritePort (Address, Value, Width);
426 Status = AcpiOsWritePort (Address, (Value >>
310 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
385 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlUnicodeString.h109 operator const UTFstring &() const {return Value;}
116 return (DefaultISset() && Value == DefaultValue);
120 UTFstring Value; /// The actual value of the element member in class:EbmlUnicodeString
/haiku-fatelf/src/apps/codycam/
H A DSettings.h20 const char* Value() const;
68 int32 Value() const;
91 bool Value() const;
/haiku-fatelf/src/preferences/screen/
H A DRefreshSlider.cpp77 SetValue(Value() - 1);
84 SetValue(Value() + 1);
99 snprintf(fStatus, 32, B_TRANSLATE("%.1f Hz"), (float)Value() / 10);
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DConnectionOptionsAddon.h86 { return fDialOnDemand->Value(); }
88 { return fAskBeforeDialing->Value(); }
90 { return fAutoRedial->Value(); }
/haiku-fatelf/src/apps/debugger/value/
H A DValueNode.h15 class Value;
40 Value*& _value) = 0;
61 Value* value, status_t resolutionState);
63 Value* GetValue() const { return fValue; }
70 Value* fValue;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Ddmextern.c411 * Value - Arg count if adding a Method object
426 UINT32 Value)
471 /* Duplicate method, check that the Value (ArgCount) is the same */
474 (NextExternal->Value != Value))
478 NextExternal->Path, NextExternal->Value, Value));
486 NextExternal->Value = Value;
507 NewExternal->Value
422 AcpiDmAddToExternalList( ACPI_PARSE_OBJECT *Op, char *Path, UINT8 Type, UINT32 Value) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsobject.c179 Op->Common.Value.String,
209 ACPI_ERROR_NAMESPACE (Op->Common.Value.String, Status);
374 Arg = Op->Common.Value.Arg; /* skip first arg */
389 ByteListLength = (UINT32) ByteList->Common.Value.Integer;
532 Arg = Op->Common.Value.Arg;
673 if (!Op->Common.Value.Arg)
682 Status = AcpiDsBuildInternalObject (WalkState, Op->Common.Value.Arg,
794 ObjDesc->Integer.Value = 0;
799 ObjDesc->Integer.Value = 1;
804 ObjDesc->Integer.Value
[all...]
/haiku-fatelf/src/bin/iasl/
H A Dosunixxf.c921 * Value Buffer where value is placed
934 void *Value,
948 * Value Value to be written
961 ACPI_INTEGER Value,
984 * Value Where value is placed
987 * RETURN: Value read from port
996 UINT32 *Value,
1003 *Value = 0xFF;
1007 *Value
931 AcpiOsReadPciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, void *Value, UINT32 Width) argument
958 AcpiOsWritePciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, ACPI_INTEGER Value, UINT32 Width) argument
994 AcpiOsReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
1034 AcpiOsWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
1059 AcpiOsReadMemory( ACPI_PHYSICAL_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
1096 AcpiOsWriteMemory( ACPI_PHYSICAL_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c350 Arg->Common.Value.Name = Path;
401 NameOp->Common.Value.Name = Path;
477 Arg->Common.Value.Name = Path;
517 Arg->Common.Value.Integer = (UINT64) *Aml;
527 ACPI_MOVE_16_TO_64 (&Arg->Common.Value.Integer, Aml);
537 ACPI_MOVE_32_TO_64 (&Arg->Common.Value.Integer, Aml);
547 ACPI_MOVE_64_TO_64 (&Arg->Common.Value.Integer, Aml);
557 Arg->Common.Value.String = ACPI_CAST_PTR (char, Aml);
574 Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState);
683 Field->Common.Value
[all...]

Completed in 218 milliseconds

1234567891011>>