Searched refs:l_val (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_timer.c | 125 struct l_itimerspec l_val, l_oval; in linux_timer_settime() local 129 error = copyin(uap->new, &l_val, sizeof(l_val)); in linux_timer_settime() 132 ITS_CP(l_val, val); in linux_timer_settime() 145 struct l_itimerspec l_val; in linux_timer_gettime() local 151 ITS_CP(val, l_val); in linux_timer_gettime() 152 error = copyout(&l_val, uap->setting, sizeof(l_val)); in linux_timer_gettime()
|
| /freebsd-11-stable/contrib/bmake/ |
| HD | cond.c | 490 unsigned long l_val; in CondCvtArg() local 498 l_val = strtoul(str, &eptr, str[1] == 'x' ? 16 : 10); in CondCvtArg() 501 d_val = str[0] == '-' ? -(double)-l_val : (double)l_val; in CondCvtArg()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/ |
| HD | Scalar.cpp | 2488 static long double l_val; in SetValueFromCString() local 2504 if (::sscanf(value_str, "%Lf", &l_val) == 1) { in SetValueFromCString() 2508 (reinterpret_cast<type128 *>(&l_val))->x)); in SetValueFromCString()
|