Home
last modified time | relevance | path

Searched refs:manh (Results 1 – 10 of 10) sorted by relevance

/third_party/FreeBSD/lib/libc/include/
Dfpmath.h47 unsigned long manh :48; member
54 unsigned long manh :48; member
69 (a)[2] = (uint32_t)(u).bits.manh; \
70 (a)[3] = (uint32_t)((u).bits.manh >> 32); \
98 unsigned int manh :20; member
107 unsigned int manh :20;
/third_party/FreeBSD/lib/libc/aarch64/
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/
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/
Ds_frexpl.c46 if ((u.bits.manl | u.bits.manh) == 0) { in frexpl()
Dmath_private.h260 (ix1) = ew_u.xbits.manh; \
295 iw_u.xbits.manh = (ix1); \
/third_party/icu/icu4c/source/data/locales/
Dpt.txt648 morning1{"da manhã"}
656 morning1{"da manhã"}
664 morning1{"da manhã"}
675 morning1{"manhã"}
685 morning1{"manhã"}
695 morning1{"manhã"}
Dpt_PT.txt359 "da manhã",
462 morning1{"manhã"}
477 am{"manhã"}
/third_party/skia/third_party/externals/icu/source/data/locales/
Dpt.txt648 morning1{"da manhã"}
656 morning1{"da manhã"}
664 morning1{"da manhã"}
675 morning1{"manhã"}
685 morning1{"manhã"}
695 morning1{"manhã"}
Dpt_PT.txt359 "da manhã",
462 morning1{"manhã"}
477 am{"manhã"}
/third_party/curl/tests/
Druntests.pl764 open(my $manh, "-|", shell_quote($CURL) . " -M 2>&1");
765 while(my $s = <$manh>) {
773 close($manh);