Searched defs:dval (Results 1 - 7 of 7) sorted by relevance
| /src/lib/libc/gdtoa/test/ | ||
| H A D | dt.c | 73 #define dval(x) (x)->d macro [all...] |
| /src/sys/arch/alpha/stand/netboot/ | ||
| H A D | if_prom.c | 161 #define dval(c) (((c) >= '0' && (c) <= '9') ? ((c) - '0') : \ macro |
| /src/lib/libusbhid/ | ||
| H A D | parse.c | 157 int dval; local in function:hid_get_item_raw [all...] |
| /src/sys/dev/hid/ | ||
| H A D | hid.c | 124 int32_t dval; local in function:hid_get_item [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | ||
| H A D | sanitizer_printf.cc | 166 s64 dval; local in function:__sanitizer::VSNPrintf |
| /src/lib/libc/gdtoa/ | ||
| H A D | gdtoaimp.h | 300 #define dval(x) x macro 316 #define dval(x) ( /* LINTED */ (U*)x)->d macro |
| /src/usr.sbin/npf/npfctl/ | ||
| H A D | npf_show.c | 812 int val, defval, *dval; local in function:npfctl_print_params |
Completed in 8 milliseconds