Searched refs:vars (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/alm/
H A DSharedSolver.cpp30 inline void CallSolverMethod(LinearSpec* spec, VariableList* vars) argument
32 spec->FindMins(vars);
49 inline void CallSolverMethod(LinearSpec* spec, VariableList* vars) argument
51 spec->FindMaxs(vars);
69 inline void CallSolverMethod(LinearSpec* spec, VariableList* vars) argument
/haiku/src/bin/pc/
H A Dpc.c136 int get_var(char *name, ULONG *val); /* external interfaces to vars */
160 variable *vars=&dummy; variable
978 for(v=vars; v; v=v->next)
1010 v->next = vars;
1012 vars = v; /* set head of list to the new guy */
/haiku/3rdparty/kallisti5/
H A Dconfigure.py31 args = vars(parser.parse_args())

Completed in 41 milliseconds