HomeSort by: relevance | last modified time | path
    Searched defs:W0 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/test/
strtodt.c 46 static int W0, W1;
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;
  /src/sys/external/isc/atheros_hal/dist/
ah_regdomain.c 50 #define W0(_a) \
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(_fc) | W0(_fd),
    [all...]

Completed in 14 milliseconds