Home
last modified time | relevance | path

Searched refs:numwords (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/flex/dist/examples/manual/
H A Dwc.lex12 int numwords = 0; variable
28 [^ \t\n]+ { numwords++; numchars += yyleng; }
71 numlines = numchars = numwords = 0;
80 totwords += numwords;
91 fprintf(stdout,"words %5d ",numwords);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc1979 const int numwords = (GET_MODE_SIZE (mode) <= UNITS_PER_WORD) ? 1 : 2; in visium_register_move_cost() local
1984 return 4 * numwords; in visium_register_move_cost()
1986 return 2 * numwords; in visium_register_move_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c1977 const int numwords = (GET_MODE_SIZE (mode) <= UNITS_PER_WORD) ? 1 : 2; in visium_register_move_cost() local
1982 return 4 * numwords; in visium_register_move_cost()
1984 return 2 * numwords; in visium_register_move_cost()