Searched defs:newValue (Results 1 - 25 of 34) sorted by last modified time

12

/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp1305 uint32 newValue = ReadConfig(dev->domain, dev->bus, dev->device, dev->function, local
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp599 int64 newValue = ReadValue(); local
H A DSettings.cpp72 StringValueSetting::ValueChanged(const char* newValue) argument
126 EnumeratedStringValueSetting::ValueChanged(const char* newValue) argument
192 ScalarValueSetting::ValueChanged(int32 newValue) argument
[all...]
/haiku/src/kits/interface/
H A DColumnListView.cpp1880 float newValue = currentValue; local
H A DScrollBar.cpp769 BScrollBar::ValueChanged(float newValue) argument
[all...]
H A DSplitLayout.cpp1123 int32 newValue = previousSize + (previousCollapsed ? 0 : (int32)fSpacing); local
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp1232 uint32_t newValue; local
1256 uint32 newValue; local
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp352 int newValue = current->undo_values[semaphoreNumber] + value; local
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp548 BVariant newValue; local
H A DTeamWindow.cpp1022 ValueNodeWriteRequested(ValueNode* node, CpuState* state, Value* newValue) argument
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp104 void SetActive(bool newValue) { fActive = newValue; } argument
/haiku/headers/os/support/
H A DSupportDefs.h261 atomic_set(int32* value, int32 newValue) argument
268 atomic_get_and_set(int32* value, int32 newValue) argument
275 atomic_test_and_set(int32* value, int32 newValue, int32 testAgainst) 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
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h81 Unaligned<T>& operator=(const T& newValue) argument
/haiku/src/system/libroot/os/
H A Datomic.c15 atomic_set(int32 *value, int32 newValue) argument
22 atomic_get_and_set(int32 *value, int32 newValue) argument
29 atomic_test_and_set(int32 *value, int32 newValue, int32 testAgainst) argument
68 atomic_set64(int64 *value, int64 newValue) argument
75 atomic_test_and_set64(int64 *value, int64 newValue, int64 testAgainst) argument
[all...]
/haiku/src/apps/codycam/
H A DSettings.cpp46 StringValueSetting::ValueChanged(const char* newValue) argument
107 EnumeratedStringValueSetting::ValueChanged(const char* newValue) argument
170 ScalarValueSetting::ValueChanged(int32 newValue) argument
[all...]
/haiku/src/kits/media/
H A DControllable.cpp337 BroadcastNewParameterValue(bigtime_t when, int32 id, void* newValue, size_t valueSize) argument
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1074 ValueNodeWriteRequested(ValueNode* node, CpuState* state, Value* newValue) argument
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceUtils.h49 set_string(char *&location, const char *newValue) argument
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DVariableEditWindow.cpp178 VariableEditWindow::TableCellEditEnded(Value* newValue) argument
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp250 ValueNodeWriteRequested(ValueNode* node, CpuState* state, Value* newValue) argument
/haiku/src/kits/debugger/jobs/
H A DWriteValueNodeJob.cpp23 WriteValueNodeValueJob( DebuggerInterface* debuggerInterface, Architecture* architecture, CpuState* cpuState, TeamTypeInformation* typeInformation, ValueNode* valueNode, Value* newValue) argument
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp730 float newValue = *((float*) event->user_data); local
742 float newValue = *((float*) event->user_data); local
754 int32 newValue = *((int32*) event->user_data); local
/haiku/src/build/libroot/
H A Datomic.cpp14 atomic_set(int32 *value, int32 newValue) argument
21 atomic_get_and_set(int32 *value, int32 newValue) argument
30 atomic_test_and_set(int32 *value, int32 newValue, int32 testAgainst) argument
74 atomic_set64(int64 *value, int64 newValue) argument
81 atomic_get_and_set64(int64 *value, int64 newValue) argument
89 atomic_test_and_set64(int64 *value, int64 newValue, int64 testAgainst) argument
[all...]
/haiku/src/bin/desklink/
H A DVolumeControl.cpp223 int32 newValue = ValueForPoint(where); local
280 int32 newValue = currentValue - int32(deltaY) * 3; local
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueEditor.cpp73 TableCellValueEditor::NotifyEditCompleted(Value* newValue) argument
103 TableCellValueEditor::Listener::TableCellEditEnded(Value* newValue) argument

Completed in 155 milliseconds

12