Searched defs:tmp2 (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libbz/
H A Dcompress.c169 UChar tmp2; local
195 tmp2 = tmp;
197 yy[j] = tmp2;
414 UChar pos[BZ_N_GROUPS], ll_i, tmp2, tmp; local
422 tmp2 = tmp;
424 pos[j] = tmp2;
/ast/src/lib/libtk/generic/
H A Dtk3d.c1235 int stressed, tmp1, tmp2;
1279 tmp2 = (MAX_INTENSITY + (int) borderPtr->bgColorPtr->red)/2;
1280 lightColor.red = (tmp1 > tmp2) ? tmp1 : tmp2;
1285 tmp2 = (MAX_INTENSITY + (int) borderPtr->bgColorPtr->green)/2;
1286 lightColor.green = (tmp1 > tmp2) ? tmp1 : tmp2;
1291 tmp2 = (MAX_INTENSITY + (int) borderPtr->bgColorPtr->blue)/2;
1292 lightColor.blue = (tmp1 > tmp2) ? tmp1 : tmp2;
1217 int stressed, tmp1, tmp2; local
[all...]
/ast/src/cmd/pax/
H A Dpax.c385 char tmp2[PATH_MAX]; local
840 if (!pathpath("lib/pax", opt.arg0, PATH_EXECUTE, tmp1, sizeof(tmp1)) || sfsprintf(tmp2, sizeof(tmp2) - 1, "%s/%s.fmt", tmp1, s) <= 0 || !(sp = sfopen(NiL, tmp2, "r")))

Completed in 18 milliseconds