Home
last modified time | relevance | path

Searched refs:manh (Results 1 - 6 of 6) sorted by relevance

/third_party/FreeBSD/lib/libc/include/
H A Dfpmath.h47 unsigned long manh : 48; member
53 unsigned long manh : 48; member
68 (a)[2] = (uint32_t)(u).bits.manh; \
69 (a)[3] = (uint32_t)((u).bits.manh >> 32); \
97 unsigned int manh : 20; member
106 unsigned int manh : 20;
/third_party/FreeBSD/lib/libc/aarch64/
H A D_fpmath.h32 unsigned long manh :48; member
39 unsigned long manh :48; member
54 (a)[2] = (uint32_t)(u).bits.manh; \
55 (a)[3] = (uint32_t)((u).bits.manh >> 32); \
/third_party/FreeBSD/lib/libc/arm/
H A D_fpmath.h42 unsigned int manh :20; member
51 unsigned int manh :20;
66 (a)[1] = (uint32_t)(u).bits.manh; \
/third_party/FreeBSD/lib/msun/src/
H A Ds_frexpl.c46 if ((u.bits.manl | u.bits.manh) == 0) { in frexpl()
H A Dmath_private.h260 (ix1) = ew_u.xbits.manh; \
295 iw_u.xbits.manh = (ix1); \
/third_party/curl/tests/
H A Druntests.pl764 open(my $manh, "-|", shell_quote($CURL) . " -M 2>&1");
765 while(my $s = <$manh>) {
773 close($manh);

Completed in 5 milliseconds