Searched defs:TWIN_LO (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/tc/ | ||
H A D | mfb.c | 85 #define TWIN_LO(x) (twin = (x) & 0x00ff, twin << 8 | twin) macro |
H A D | tfb.c | 115 #define TWIN_LO(x) (twin = (x) & 0x00ff, (twin << 8) | twin) macro |