Searched refs:W0 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/test/
H A Dstrtodt.c46 static int W0, W1; variable
83 if (b.L[W0] != a.L[0] || b.L[W1] != a.L[1]) {
86 line, fname, UL b.L[W0], UL b.L[W1], UL a.L[0], UL a.L[1]);
116 W0 = u.L[0] == 0;
117 W1 = 1 - W0;
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/
H A Dah_regdomain.c50 #define W0(_a) \ macro
54 #define BM1(_fa) { W0(_fa), W1(_fa) }
55 #define BM2(_fa, _fb) { W0(_fa) | W0(_fb), W1(_fa) | W1(_fb) }
57 { W0(_fa) | W0(_fb) | W0(_fc), W1(_fa) | W1(_fb) | W1(_fc) }
59 { W0(_fa) | W0(_fb) | W0(_f
[all...]

Completed in 121 milliseconds