Searched defs:variable (Results 1 - 25 of 35) sorted by relevance

12

/haiku/src/kits/debugger/value/value_nodes/
H A DVariableValueNodeChild.cpp13 VariableValueNodeChild::VariableValueNodeChild(Variable* variable) argument
/haiku/headers/private/debugger/model/
H A DStackFrameValueInfos.h63 StackFrameValueInfos::GetInfo(ObjectID* variable, const TypeComponentPath& path, argument
71 StackFrameValueInfos::HasInfo(ObjectID* variable, const TypeComponentPath& path) argument
H A DStackFrameValues.h59 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath& path, argument
67 StackFrameValues::HasValue(ObjectID* variable, const TypeComponentPath& path) argument
/haiku/src/libs/compat/freebsd_network/
H A Dcondvar.cpp19 cv_init(struct cv* variable, const char* description) argument
26 cv_destroy(struct cv* variable) argument
35 cv_signal(struct cv* variable) argument
42 cv_timedwait(struct cv* variable, struct mtx* mutex, int timeout) argument
70 cv_wait(struct cv* variable, struct mtx* mutex) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.h102 VariablesViewState::GetNodeInfo(ObjectID* variable, argument
H A DVariablesViewState.cpp109 ObjectID* variable; member in struct:VariablesViewState::Key
112 Key(ObjectID* variable, TypeComponentPath* path) argument
137 InfoEntry(ObjectID* variable, TypeComponentPath* path) argument
242 GetNodeInfo(ObjectID* variable, const TypeComponentPath* path) const argument
250 SetNodeInfo(ObjectID* variable, TypeComponentPath* path, const VariablesViewNodeInfo& info) argument
[all...]
/haiku/headers/private/kernel/
H A Dscheduling_analysis.h71 InitConditionVariable(ConditionVariable* variable, const void* object, argument
/haiku/src/kits/debugger/model/
H A DStackFrameValueInfos.cpp18 ObjectID* variable; member in struct:StackFrameValueInfos::Key
21 Key(ObjectID* variable, TypeComponentPath* path) argument
45 InfoEntry(ObjectID* variable, TypeComponentPath* path) argument
132 GetInfo(ObjectID* variable, const TypeComponentPath* path, Type** _type, ValueLocation** _location) const argument
156 HasInfo(ObjectID* variable, const TypeComponentPath* path) const argument
164 SetInfo(ObjectID* variable, TypeComponentPath* path, Type* type, ValueLocation* location) argument
[all...]
H A DStackFrameValues.cpp16 ObjectID* variable; member in struct:StackFrameValues::Key
19 Key(ObjectID* variable, TypeComponentPath* path) argument
42 ValueEntry(ObjectID* variable, TypeComponentPath* path) argument
131 GetValue(ObjectID* variable, const TypeComponentPath* path, BVariant& _value) const argument
145 HasValue(ObjectID* variable, const TypeComponentPath* path) const argument
153 SetValue(ObjectID* variable, TypeComponentPath* path, const BVariant& value) argument
[all...]
H A DStackFrame.cpp176 StackFrame::AddLocalVariable(Variable* variable) argument
201 StackFrame::NotifyValueRetrieved(Variable* variable, TypeComponentPath* path) argument
219 StackFrameValueRetrieved(StackFrame* stackFrame, Variable* variable, TypeComponentPath* path) argument
[all...]
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp174 ValueNodeManager::_AddNode(Variable* variable) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.h30 void *variable; member in struct:CACHED_GENERIC
H A Dsecurity.h75 void *variable; member in struct:CACHED_PERMISSIONS_LEGACY
90 void *variable; member in struct:CACHED_SECURID
/haiku/src/servers/launch/
H A DBaseJob.cpp153 BString variable = name; local
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp127 ConditionVariableEntry::_AddToLockedVariable(ConditionVariable* variable) argument
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp304 Variable* variable = new(std::nothrow) Variable(id, name, local
347 Variable* variable = new(std::nothrow) Variable(id, name, type, location); local
/haiku/src/bin/pc/
H A Dpc.c152 typedef struct variable struct
157 }variable; typedef in typeref:struct:variable
[all...]
/haiku/src/system/kernel/debug/
H A Ddebug_variables.cpp85 dequeue_temporary_variable(TemporaryVariable* variable) argument
96 unset_variable(Variable* variable) argument
123 TemporaryVariable* variable = sTemporaryVariablesLRUQueue.RemoveHead(); local
143 TemporaryVariable* variable = sTemporaryVariables + i; local
157 Variable* variable = sVariables + i; local
190 const char* variable = argv[1]; local
227 Variable& variable = sVariables[i]; local
236 Variable& variable = sTemporaryVariables[i]; local
324 Variable& variable = sVariables[i]; local
331 Variable& variable = sTemporaryVariables[i]; local
[all...]
/haiku/src/add-ons/kernel/power/cpuidle/intel_cstates/
H A Dintel_cstates.cpp110 cstates_wait(int32* variable, int32 test) argument
/haiku/src/system/kernel/
H A Dcpu.cpp354 cpu_wait(int32* variable, int32 test) argument
H A Dcondition_variable.cpp76 ConditionVariable* variable = sConditionVariableHash.Lookup(object); local
100 _AddToLockedVariable(ConditionVariable* variable) argument
119 ConditionVariable* variable = atomic_pointer_get(&fVariable); local
173 ConditionVariable* variable = atomic_pointer_get(&fVariable); local
193 THREAD_BLOCK_TYPE_CONDITION_VARIABLE, variable); local
269 ConditionVariable* variable = sConditionVariableHash.Lookup(fObject); local
354 ConditionVariable* variable = sConditionVariableHash.Lookup(object); local
[all...]
/haiku/src/libs/linprog/
H A DLinearSpec.cpp64 SpecificationListener::VariableAdded(Variable* variable) argument
70 SpecificationListener::VariableRemoved(Variable* variable) argument
138 Variable* variable = new(std::nothrow) Variable(this); local
151 LinearSpec::AddVariable(Variable* variable) argument
181 RemoveVariable(Variable* variable, bool deleteVariable) argument
236 UpdateRange(Variable* variable) argument
680 Variable* variable = fVariables.ItemAt(i); local
[all...]
H A DActiveSetSolver.cpp414 Variable* variable = fLinearSpec->AddVariable(); local
529 ActiveSetSolver::VariableAdded(Variable* variable) argument
544 ActiveSetSolver::VariableRemoved(Variable* variable) argument
553 ActiveSetSolver::VariableRangeChanged(Variable* variable) argument
[all...]
H A DLayoutOptimizer.cpp531 int32 variable = summand->Var()->Index(); local
572 int32 variable = summand->Var()->Index(); local
736 int32 variable = summand->Var()->Index(); local
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp492 ConditionVariable* variable local

Completed in 166 milliseconds

12