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

  /src/usr.bin/deroff/
deroff.c 168 #define tomac(c1, c2) ((((c1) & 0xFF) << 8) | ((c2) & 0xFF)) macro
187 #define M(cond, c1, c2, func) {cond, tomac(c1, c2), func}
1472 c12 = tomac(c1, c2);
deroff.c 168 #define tomac(c1, c2) ((((c1) & 0xFF) << 8) | ((c2) & 0xFF)) macro
187 #define M(cond, c1, c2, func) {cond, tomac(c1, c2), func}
1472 c12 = tomac(c1, c2);
deroff.c 168 #define tomac(c1, c2) ((((c1) & 0xFF) << 8) | ((c2) & 0xFF)) macro
187 #define M(cond, c1, c2, func) {cond, tomac(c1, c2), func}
1472 c12 = tomac(c1, c2);

Completed in 39 milliseconds