Searched refs:x3 (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dmathimpl.h69 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \
70 const static long cat3(name,,x)[] = {cat3t(0x,x1,x2), cat3t(0x,x3,x4)};
78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) ;
/ast/src/lib/libpz/
H A Dpzip.h87 #define PZ_VAR_LEN(r) (1<<(((r)>>14)&0x3)) /* row => size len */
/ast/src/cmd/pax/
H A Dpax.c1965 register char* x3 = x2 + x; local
1966 register char* x4 = x3 + x;
2010 sfsprintf(x3, x, "%I*u file%s, ", sizeof(ap->selected), ap->selected, ap->selected == 1 ? "" : "s");
2017 *x3 = *x4 = 0;
2018 sfprintf(sfstderr, "%s%s%I*d block%s%s%s\n", x3, x4, sizeof(n), n, n == 1 ? "" : "s", x1, x2);
/ast/src/lib/libcmd/
H A Dwclib.c418 if(skip==2 && (cp[-1]&0xc)==0 && (state=(cp[-1]&0x3)))
/ast/src/lib/libtk/generic/
H A DtkOption.c74 #define EXACT_NODE_CLASS 0x3
/ast/src/lib/libvcodex/
H A Dvcio.c275 if(v <= 0x3)
/ast/src/lib/libast/comp/
H A Dsetlocale.c1681 return (n = (utf8_wcw[(c >> 2) & 0x3fff] >> ((c & 0x3) << 1)) & 0x3) == 3 ? -1 : n;

Completed in 144 milliseconds