Searched refs:tx (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | base64.c | 168 register unsigned char* tx; local 191 tx = te - tz; 196 te = tx = tp; 211 if (tp >= tx)
|
/ast/src/lib/libcs/ |
H A D | msguser.c | 287 char* tx; local 290 tx = coexport; 293 while (*tp == *tx && *tx) 296 tx++; 298 if (*tp != '=' || *tx != ':' && *tx) 300 while (*tx) 301 if (*tx++ == ':')
|
/ast/src/lib/libtk/generic/ |
H A D | tkCanvArc.c | 1441 double tx, ty; /* Coordinates of intersection point in 1457 tx = sqrt(tmp); 1458 x = tx*rx; 1464 if ((x >= x1) && (x <= x2) && AngleInRange(tx, ty, start, extent)) { 1467 if ((-x >= x1) && (-x <= x2) && AngleInRange(-tx, ty, start, extent)) { 1506 double tx, ty; /* Coordinates of intersection point in 1517 tx = x/rx; 1518 tmp = 1 - tx*tx; 1529 if ((y > y1) && (y < y2) && AngleInRange(tx, t 1429 double tx, ty; /* Coordinates of intersection point in local 1493 double tx, ty; /* Coordinates of intersection point in local [all...] |
Completed in 10 milliseconds