/src/sys/arch/mac68k/nubus/ |
cpi_nubus.c | 685 printf("Counter 2 (MSW) is now 0x%05x\n", 716 printf("Counter 2 (MSW) is now 0x%05x\n", 725 uint msw, msw2, lsw; local in function:cpi_get_timecount 734 * where the output of counter 1 (LSW) clocks counter 2 (MSW). 739 * Unfortunately, there is no such mechanism between MSW and 741 * read-out, we read the MSW, then the LSW, then re-read the 742 * MSW and compare with the old value. If we find that the MSW 745 * and an old MSW value. 767 msw = bus_space_read_1(bst, bsh, CIO_CTRL) << 8 847 uint32_t msw; local in function:z8536_read_counter2 [all...] |
/src/lib/libm/src/ |
math_private.h | 64 u_int64_t msw; member in struct:__anondc5d15d7010a::__anondc5d15d70308 84 u_int64_t msw; member in struct:__anondc5d15d7040a::__anondc5d15d70608 102 u_int32_t msw; member in struct:__anondc5d15d7070a::__anondc5d15d70808 121 u_int32_t msw; member in struct:__anondc5d15d70a0a::__anondc5d15d70b08 137 (ix0) = ew_u.parts.msw; \ 156 (i) = gh_u.parts.msw; \ 173 iw_u.parts.msw = (ix0); \ 193 sh_u.parts.msw = (v); \
|