Searched refs:value (Results 201 - 225 of 1663) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/ppc/
H A Dasm_offsets.cpp18 #define DEFINE_MACRO(macro, value) DEFINE_COMPUTED_ASM_MACRO(macro, value)
/haiku/src/tests/system/kernel/
H A Dmtrr_power_test.c8 nearest_powers(uint64 value, uint64 *lower, uint64 *upper) argument
13 while (value >= power) {
28 find_nearest(uint64 value, int iteration) argument
34 nearest_powers(value, &down, &up);
36 if (value - down < 0x100000) {
42 find_nearest(value - down, iteration + 1);
44 if (up - value < 0x100000) {
50 find_nearest(up - value, iteration + 1);
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRenderer.h27 virtual void RenderValue(Value* value, bool valueChanged,
29 virtual float PreferredValueWidth(Value* value,
H A DTableCellFormattedValueRenderer.h27 virtual void RenderValue(Value* value, bool valueChanged,
29 virtual float PreferredValueWidth(Value* value,
H A DTableCellEnumerationEditor.cpp35 EnumeratorValue* value = type->ValueAt(i); local
38 status_t error = AddOption(value->Name(), value->Value().ToInt32());
63 EnumerationValue* value = new(std::nothrow) EnumerationValue(type, local
65 if (value == NULL)
68 _value = value;
/haiku/src/kits/debugger/value/values/
H A DBoolValue.cpp10 BoolValue::BoolValue(bool value) argument
12 fValue(value)
H A DEnumerationValue.cpp12 EnumerationValue::EnumerationValue(EnumerationType* type, const BVariant& value) argument
14 IntegerValue(value),
H A DStringValue.cpp12 StringValue::StringValue(const char* value) argument
14 fValue(value)
/haiku/src/apps/haikudepot/model/
H A DIconTarPtr.cpp44 IconTarPtr::SetOffset(BitmapSize size, off_t value) argument
46 fOffsets[size] = value;
/haiku/src/apps/haikudepot/server/
H A DStandardMetaData.h28 void SetCreateTimestamp(uint64_t value);
34 uint64_t value);
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.cpp18 const AttributeValue& value) \
161 const AttributeValue& value)
164 location->SetFile(value.constant);
174 const AttributeValue& value)
177 location->SetLine(value.constant);
187 const AttributeValue& value)
190 location->SetColumn(value.constant);
200 const AttributeValue& value)
203 if (value.attributeClass == ATTRIBUTE_CLASS_LOCLIST) {
204 location->SetToLocationList(value
160 AddAttribute_decl_file(uint16 attributeName, const AttributeValue& value) argument
173 AddAttribute_decl_line(uint16 attributeName, const AttributeValue& value) argument
186 AddAttribute_decl_column(uint16 attributeName, const AttributeValue& value) argument
199 AddAttribute_location(uint16 attributeName, const AttributeValue& value) argument
220 AddAttribute_sibling(uint16 attributeName, const AttributeValue& value) argument
363 SetDynamicAttributeValue(DynamicAttributeValue& toSet, const AttributeValue& value) argument
383 SetConstantAttributeValue(ConstantAttributeValue& toSet, const AttributeValue& value) argument
403 SetMemberLocation(MemberLocation& toSet, const AttributeValue& value) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater.cpp58 void CTheater::SetRegister(int index, int value) argument
60 fPort.SetRegister(fDevice, index, value);
63 void CTheater::SetRegister(int index, int mask, int value) argument
65 if ((value & ~mask) != 0)
66 PRINT(("WARNING: CTheater::SetRegister(0x%04x, 0x%08x, 0x%08x)\n", index, mask, value));
69 (fPort.Register(fDevice, index) & ~mask) | (value & mask));
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.h49 const char* value);
51 BString& value) const;
56 int32 value);
61 int64 value);
66 float value);
71 bool value);
/haiku/src/tests/kits/media/soundplayer/
H A DSimplePlayerTest.cpp10 float value; member in struct:cookie_record
33 buf[i + j] = cookie->value;
36 if (cookie->direction == 1.0 && cookie->value >= 1.0)
38 else if (cookie->direction == -1.0 && cookie->value <= -1.0)
41 cookie->value += cookie->direction * (1.0 / 64.0);
53 cookie.value = 0.0;
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dcx23882.h58 #define reg_write8(offset, value) (*(volatile uint8 *) ((char *)(device->regs) + (offset)) = value)
59 #define reg_write16(offset, value) (*(volatile uint16 *)((char *)(device->regs) + (offset)) = value)
60 #define reg_write32(offset, value) (*(volatile uint32 *)((char *)(device->regs) + (offset)) = value)
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.h72 size_t Hash(const PackagesDirectory* value) const
74 return HashKey(value->NodeRef());
77 bool Compare(const node_ref& key, const PackagesDirectory* value) const
79 return key == value->NodeRef();
82 PackagesDirectory*& GetLink(PackagesDirectory* value) const
84 return value->HashTableNext();
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependencyFamily.h88 size_t Hash(const DependencyFamily* value) const
90 return value->Name().Hash();
93 bool Compare(const String& key, const DependencyFamily* value) const
95 return key == value->Name();
98 DependencyFamily*& GetLink(DependencyFamily* value) const
100 return value->HashLink();
H A DResolvableFamily.h65 size_t Hash(const ResolvableFamily* value) const
67 return value->Name().Hash();
70 bool Compare(const String& key, const ResolvableFamily* value) const
72 return key == value->Name();
75 ResolvableFamily*& GetLink(ResolvableFamily* value) const
77 return value->HashLink();
/haiku/src/kits/debugger/value/value_nodes/
H A DPrimitiveValueNode.cpp52 // get the value type
66 // load the value data
74 Value* value;
76 value = new(std::nothrow) BoolValue(valueData.ToBool());
78 value = new(std::nothrow) IntegerValue(valueData);
80 value = new(std::nothrow) FloatValue(valueData);
84 if (value == NULL)
89 _value = value;
/haiku/src/apps/mediaplayer/playlist/
H A DUrlPlaylistItem.h32 const int32& value);
34 int32& value) const;
37 const int64& value);
39 int64& value) const;
42 const float& value);
44 float& value) const;
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.h63 size_t Hash(HashedSlab* value) const
65 return HashKey(value->pages);
68 bool Compare(const void* key, HashedSlab* value) const
70 return value->pages == key;
73 HashedSlab*& GetLink(HashedSlab* value) const
75 return value->hash_next;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.h32 size_t Hash(ValueType* value) const
34 return HashKey(value->block);
37 bool Compare(KeyType key, ValueType* value) const
39 return value->block == key;
42 ValueType*& GetLink(ValueType* value) const
44 return value->next;
/haiku/headers/private/kernel/util/
H A DVectorSet.h54 status_t Insert(const Value &value, bool replace = true);
56 int32 Remove(const Value &value);
70 Iterator Find(const Value &value);
71 ConstIterator Find(const Value &value) const;
72 Iterator FindClose(const Value &value, bool less);
73 ConstIterator FindClose(const Value &value, bool less) const;
76 int32 _FindInsertionIndex(const Value &value, bool &exists) const;
111 /*! \brief Inserts a copy of the the supplied value.
113 If an element with the supplied value is already in the set, the
118 \param value Th
128 Insert(const Value &value, bool replace) argument
148 Remove(const Value &value) argument
312 Find(const Value &value) argument
364 FindClose(const Value &value, bool less) argument
405 FindClose(const Value &value, bool less) const argument
432 _FindInsertionIndex(const Value &value, bool &exists) const argument
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.h36 set_pci_config(pci_info* info, uint8 offset, uint8 size, uint32 value) argument
39 size, value);
62 write16(intel_info &info, uint32 encodedRegister, uint16 value) argument
66 + REGISTER_REGISTER(encodedRegister)) = value;
71 write32(intel_info &info, uint32 encodedRegister, uint32 value) argument
75 + REGISTER_REGISTER(encodedRegister)) = value;
/haiku/src/bin/debug/strace/
H A Dmutex.cpp45 int32 value, bytesRead; local
46 status_t err = context.Reader().Read(data, &value, sizeof(value), bytesRead);
52 r += RenderValue(context, (unsigned int)value);
60 string GetReturnValue(Context &context, uint64 value) argument
62 return context.FormatPointer((void *)value);

Completed in 141 milliseconds

1234567891011>>