run 47 extensions/ST_avmplus_basics.cpp virtual void run(int n);
run 48 extensions/ST_avmplus_peephole.cpp virtual void run(int n);
run 47 extensions/ST_mmgc_basics.cpp virtual void run(int n);
run 48 extensions/ST_mmgc_threads.cpp virtual void run(int n);
run 56 extensions/Selftest.cpp selftestRunner->run(component_glob, category_glob, name_glob);
run 119 extensions/Selftest.cpp t->run(n);
run 80 extensions/Selftest.h void run(const char* component_glob, const char* category_glob, const char* name_glob);
run 128 extensions/Selftest.h virtual void run(int n) = 0;
run 1688 other-licenses/zlib/deflate.c uInt run; /* length of run */
run 1707 other-licenses/zlib/deflate.c run = 0;
run 1715 other-licenses/zlib/deflate.c } while (++run < max);
run 1719 other-licenses/zlib/deflate.c if (run >= MIN_MATCH) {
run 1720 other-licenses/zlib/deflate.c check_match(s, s->strstart, s->strstart - 1, run);
run 1721 other-licenses/zlib/deflate.c _tr_tally_dist(s, 1, run - MIN_MATCH, bflush);
run 1722 other-licenses/zlib/deflate.c s->lookahead -= run;
run 1723 other-licenses/zlib/deflate.c s->strstart += run;
run 183 shell/avmshell.h static int run(int argc, char *argv[]);
run 112 shell/avmshellMac.cpp int code = avmshell::Shell::run(argc, argv);
run 110 shell/avmshellUnix.cpp int code = avmshell::Shell::run(argc, argv);
run 249 shell/avmshellWin.cpp code = avmshell::Shell::run(argc, argv);
run 296 shell/avmshellWin.cpp int code = avmshell::Shell::run(argc, argArray);
run 121 vprof/testVprofMT.c run ();