Searched refs:value (Results 126 - 150 of 1663) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/server/
H A DServerSettings.cpp37 ServerSettings::SetBaseUrl(const BUrl& value) argument
39 if (!value.IsValid()) {
44 if (value.Protocol() != "http" && value.Protocol() != "https") {
49 sBaseUrl = value;
107 ServerSettings::SetPreferCache(bool value) argument
109 sPreferCache = value;
121 ServerSettings::SetDropCache(bool value) argument
123 sDropCache = value;
135 ServerSettings::SetForceNoNetwork(bool value) argument
[all...]
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp94 bool value; local
95 node->ReadAttr(name, info.type, 0, &value, sizeof(value));
96 representation = value ? B_TRANSLATE("yes")
107 int16 value; local
108 node->ReadAttr(name, info.type, 0, &value, sizeof(value));
109 representation.SetToFormat("%" B_PRId16, value);
119 int32 value; local
120 node->ReadAttr(name, info.type, 0, &value, sizeo
131 int64 value; local
143 int8 value; local
155 BRect value; local
170 double value; local
182 float value; local
195 int32 value; local
200 int64 value; local
215 uint16 value; local
227 uint32 value; local
239 uint64 value; local
251 uint8 value; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dsd.c79 aa_ace->sid.identifier_authority.value[0] = 0;
80 aa_ace->sid.identifier_authority.value[1] = 0;
81 aa_ace->sid.identifier_authority.value[2] = 0;
82 aa_ace->sid.identifier_authority.value[3] = 0;
83 aa_ace->sid.identifier_authority.value[4] = 0;
85 aa_ace->sid.identifier_authority.value[5] = 5;
118 aa_ace->sid.identifier_authority.value[0] = 0;
119 aa_ace->sid.identifier_authority.value[1] = 0;
120 aa_ace->sid.identifier_authority.value[2] = 0;
121 aa_ace->sid.identifier_authority.value[
[all...]
/haiku/src/bin/addattr/
H A DaddAttr.cpp29 writeAttrValue(int fd, const char* name, type_code type, Type value) argument
31 ssize_t bytes = fs_write_attr(fd, name, type, 0, &value, sizeof(Type));
40 converting the value accordingly
46 writeAttr(int fd, type_code type, const char* name, const char* value, size_t length) argument
60 int64value = strtoll(value, NULL, 0);
67 uint64value = strtoull(value, NULL, 0);
72 floatValue = strtod(value, NULL);
104 if (!strcasecmp(value, "true") || !strcasecmp(value, "t")
105 || !strcasecmp(value, "o
151 addAttr(const char* file, type_code type, const char* name, const char* value, size_t length, bool resolveLinks) argument
[all...]
/haiku/headers/os/support/
H A DSupportDefs.h261 atomic_set(int32* value, int32 newValue) argument
263 __atomic_store_n(value, newValue, __ATOMIC_RELEASE);
268 atomic_get_and_set(int32* value, int32 newValue) argument
270 return __atomic_exchange_n(value, newValue, __ATOMIC_SEQ_CST);
275 atomic_test_and_set(int32* value, int32 newValue, int32 testAgainst) argument
277 __atomic_compare_exchange_n(value, &testAgainst, newValue, 1,
284 atomic_add(int32* value, int32 addValue) argument
286 return __atomic_fetch_add(value, addValue, __ATOMIC_SEQ_CST);
291 atomic_and(int32* value, int32 andValue) argument
293 return __atomic_fetch_and(value, andValu
298 atomic_or(int32* value, int32 orValue) argument
305 atomic_get(int32* value) argument
312 atomic_set64(int64* value, int64 newValue) argument
319 atomic_get_and_set64(int64* value, int64 newValue) argument
326 atomic_test_and_set64(int64* value, int64 newValue, int64 testAgainst) argument
335 atomic_add64(int64* value, int64 addValue) argument
342 atomic_and64(int64* value, int64 andValue) argument
349 atomic_or64(int64* value, int64 orValue) argument
356 atomic_get64(int64* value) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dobject_id.h27 int ntfs_get_ntfs_object_id(ntfs_inode *ni, char *value, size_t size);
29 int ntfs_set_ntfs_object_id(ntfs_inode *ni, const char *value,
H A Dea.h31 int ntfs_get_ntfs_ea(ntfs_inode *ni, char *value, size_t size);
33 int ntfs_set_ntfs_ea(ntfs_inode *ni, const char *value, size_t size, int flags);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DMSP3430.h29 void SetControlRegister(int value);
33 void SetRegister(int address, int subaddress, int value);
/haiku/src/apps/debugger/user_interface/gui/value/
H A DValueHandler.cpp17 ValueHandler::CreateTableCellValueSettingsMenu(Value* value, Settings* settings, argument
26 ValueHandler::GetTableCellValueEditor(Value* value, Settings* settings, argument
H A DValueHandler.h25 virtual float SupportsValue(Value* value) = 0;
26 virtual status_t GetValueFormatter(Value* value,
29 virtual status_t GetTableCellValueRenderer(Value* value,
32 virtual status_t GetTableCellValueEditor(Value* value,
38 virtual status_t CreateTableCellValueSettingsMenu(Value* value,
/haiku/src/kits/debugger/value/values/
H A DAddressValue.cpp12 AddressValue::AddressValue(const BVariant& value) argument
14 IntegerValue(value)
/haiku/src/system/libroot/posix/glibc/include/arch/sparc/
H A Dmath_ldbl.h32 long double value; member in union:__anon2008
50 long double value; member in union:__anon2011
69 qw_u.value = (d); \
81 (d) = qw_u.value; \
89 sh_u.value = (d); \
98 sh_u.value = (d); \
100 (d) = sh_u.value; \
108 sh_u.value = (d); \
/haiku/src/apps/haikudepot/util/
H A DRatingUtils.h21 static void Draw(BView* target, BPoint at, float value,
23 static void Draw(BView* target, BPoint at, float value);
/haiku/src/kits/game/
H A DGSUtility.cpp19 InitRamp(float* value, float set, float frames, bigtime_t duration) argument
21 float diff = (set > *value) ? set - *value : *value - set;
27 ramp->value = value;
32 ramp->inc = (set - *value) / inc;
51 *ramp->value += ramp->inc;
/haiku/src/libs/compat/freebsd_network/compat/machine/
H A Datomic.h12 #define atomic_add_int(ptr, value) \
13 atomic_add((int32 *)(ptr), value)
15 #define atomic_subtract_int(ptr, value) \
16 atomic_add((int32 *)(ptr), -value)
21 #define atomic_set_acq_32(ptr, value) \
22 atomic_set_int(ptr, value)
24 #define atomic_set_int(ptr, value) \
25 atomic_or((int32 *)(ptr), value)
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_osdep.c45 e1000_write_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value) argument
47 pci_write_config(((struct e1000_osdep *)hw->back)->dev, reg, *value, 2);
51 e1000_read_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value) argument
53 *value = pci_read_config(((struct e1000_osdep *)hw->back)->dev, reg, 2);
74 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value) argument
80 *value = pci_read_config(dev, offset + reg, 2);
88 e1000_write_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value) argument
94 pci_write_config(dev, offset + reg, *value, 2);
/haiku/src/system/libroot/os/arch/ppc/
H A Dtls.c44 tls_set(int32 index, void *value) argument
46 gSlots[index] = value;
/haiku/src/system/libroot/os/arch/sparc/
H A Dtls.c44 tls_set(int32 index, void *value) argument
46 gSlots[index] = value;
/haiku/headers/private/shared/
H A DHashMap.h33 HashMapElement(const Key& key, const Value& value) argument
36 fValue(value),
55 size_t Hash(const ValueType* value) const
56 { return HashKey(value->fKey); }
57 bool Compare(const KeyType& key, const ValueType* value) const
58 { return value->fKey == key; }
59 ValueType*& GetLink(ValueType* value) const
60 { return value->fNext; }
71 Entry(const Key& key, Value value) : key(key), value(valu argument
74 Value value; member in class:BPrivate::HashMap::Entry
173 Put(const Key& key, const Value& value) argument
247 HashKey32(const Value& value) argument
270 Value value; member in struct:BPrivate::HashKey32
278 HashKey64(const Value& value) argument
302 Value value; member in struct:BPrivate::HashKey64
310 HashKeyPointer(const Value& value) argument
340 Value value; member in struct:BPrivate::HashKeyPointer
376 Put(const Key& key, const Value& value) argument
408 Value value = element->fValue; local
[all...]
/haiku/src/libs/print/libprint/
H A DPrintUtils.cpp54 SetBool(BMessage* msg, const char* name, bool value) argument
57 msg->ReplaceBool(name, value);
59 msg->AddBool(name, value);
65 SetFloat(BMessage* msg, const char* name, float value) argument
68 msg->ReplaceFloat(name, value);
70 msg->AddFloat(name, value);
76 SetInt32(BMessage* msg, const char* name, int32 value) argument
79 msg->ReplaceInt32(name, value);
81 msg->AddInt32(name, value);
87 SetString(BMessage* msg, const char* name, const char* value) argument
109 SetString(BMessage* msg, const char* name, const BString& value) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h114 size_t Hash(const FUSEEntry* value) const
115 { return HashKey(FUSEEntryRef(value->parent->id, value->name)); }
116 bool Compare(const FUSEEntryRef& key, const FUSEEntry* value) const
117 { return value->parent->id == key.parentID
118 && strcmp(value->name, key.name) == 0; }
119 FUSEEntry*& GetLink(FUSEEntry* value) const
120 { return value->hashLink; }
130 size_t Hash(const FUSENode* value) const
131 { return HashKey(value
[all...]
/haiku/src/bin/debug/strace/
H A DTypeHandler.cpp59 TypeHandlerImpl<void>::GetReturnValue(Context &, uint64 value) argument
82 TypeHandlerImpl<bool>::GetReturnValue(Context &, uint64 value) argument
84 return (value ? "true" : "false");
104 string GetReturnValue(Context &context, uint64 value) argument
106 return RenderValue(context, value);
110 string RenderValue(Context &context, uint64 value) const
112 string rendered = context.FormatUnsigned(value);
113 if (value <= UINT32_MAX && (status_t)value <= 0) {
115 rendered += strerror(value);
159 GetReturnValue(Context &context, uint64 value) argument
175 GetReturnValue(Context &context, uint64 value) argument
190 GetReturnValue(Context &context, uint64 value) argument
217 GetReturnValue(Context &context, uint64 value) argument
277 GetReturnValue(Context &context, uint64 value) argument
346 GetReturnValue(Context &context, uint64 value) argument
361 GetReturnValue(Context &context, uint64 value) argument
376 GetReturnValue(Context &context, uint64 value) argument
391 GetReturnValue(Context &context, uint64 value) argument
[all...]
/haiku/src/libs/icon/flat_icon/
H A DLittleEndianBuffer.cpp64 LittleEndianBuffer::Write(uint8 value) argument
72 *fHandle = value;
80 LittleEndianBuffer::Write(uint16 value) argument
88 *(uint16*)fHandle = B_HOST_TO_LENDIAN_INT16(value);
96 LittleEndianBuffer::Write(uint32 value) argument
104 *(uint32*)fHandle = B_HOST_TO_LENDIAN_INT32(value);
112 LittleEndianBuffer::Write(float value) argument
120 *(float*)fHandle = B_HOST_TO_LENDIAN_FLOAT(value);
128 LittleEndianBuffer::Write(double value) argument
136 *(double*)fHandle = B_HOST_TO_LENDIAN_DOUBLE(value);
180 Read(uint8& value) argument
192 Read(uint16& value) argument
205 Read(uint32& value) argument
218 Read(float& value) argument
231 Read(double& value) argument
[all...]
/haiku/src/system/libroot/os/arch/generic/
H A Dgeneric_atomic.cpp12 atomic_set(int32_t* ptr, int32_t value) argument
15 obj.store(value, std::memory_order_release);
20 atomic_get_and_set(int32_t* ptr, int32_t value) argument
23 return obj.exchange(value);
37 atomic_add(int32_t* ptr, int32_t value) argument
40 return obj.fetch_add(value);
45 atomic_and(int32_t* ptr, int32_t value) argument
48 return obj.fetch_and(value);
53 atomic_or(int32_t* ptr, int32_t value) argument
56 return obj.fetch_or(value);
69 atomic_set64(int64_t* ptr, int64_t value) argument
77 atomic_get_and_set64(int64_t* ptr, int64_t value) argument
94 atomic_add64(int64_t* ptr, int64_t value) argument
102 atomic_and64(int64_t* ptr, int64_t value) argument
110 atomic_or64(int64_t* ptr, int64_t value) argument
[all...]
/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp114 uint32 value; local
117 if (bDevice->GetProperty("hci_version", &value) == B_OK)
118 string << "HCI ver: " << BluetoothHciVersion(value);
119 if (bDevice->GetProperty("hci_revision", &value) == B_OK)
120 string << " HCI rev: " << value ; local
125 if (bDevice->GetProperty("lmp_version", &value) == B_OK)
126 string << "LMP ver: " << BluetoothLmpVersion(value);
127 if (bDevice->GetProperty("lmp_subversion", &value) == B_OK)
128 string << " LMP subver: " << value; local
132 if (bDevice->GetProperty("manufacturer", &value)
139 string << "ACL mtu: " << value; local
146 string << "SCO mtu: " << value; local
175 SetEnabled(bool value) argument
[all...]

Completed in 306 milliseconds

1234567891011>>