Searched defs:was (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/math/gcc/
H A Dmuldi3.c7 * This software was developed by the Computer Systems Engineering group
195 u_int prodh, prodl, was; local
228 was = prodl;
230 prodh -= HHALF(mid) + (prodl > was);
232 was = prodl;
234 prodh += HHALF(mid) + (prodl < was);
238 was = prodl;
240 prodh += HHALF(low) + (prodl < was);
/vbox/src/libs/libxml2-2.6.31/python/
H A Ddrv_libxml2.py70 "import error was: %s" % e) namespace
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c518 struct stat was; local
522 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG)
526 (void)chmod(to, was.st_mode & 07777);
529 (void)chown(to, was.st_uid, was.st_gid);
532 when.actime = was.st_atime;
533 when.modtime = was.st_mtime;
/vbox/src/libs/zlib-1.2.6/
H A Dinflate.h121 unsigned was; /* initial length of match */ member in struct:inflate_state

Completed in 67 milliseconds