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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_timer.c125 struct l_itimerspec l_val, l_oval; local
129 error = copyin(uap->new, &l_val, sizeof(l_val));
132 ITS_CP(l_val, val);
145 struct l_itimerspec l_val; local
151 ITS_CP(val, l_val);
152 error = copyout(&l_val, uap->setting, sizeof(l_val));
/freebsd-11-stable/contrib/bmake/
H A Dcond.c497 unsigned long l_val;
505 l_val = strtoul(str, &eptr, str[1] == 'x' ? 16 : 10);
508 d_val = str[0] == '-' ? -(double)-l_val : (double)l_val;
490 unsigned long l_val; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp2488 static long double l_val; local
2504 if (::sscanf(value_str, "%Lf", &l_val) == 1) {
2508 (reinterpret_cast<type128 *>(&l_val))->x));

Completed in 215 milliseconds