Searched refs:num_memory (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/top/dist/
H A Ddisplay.c142 static int num_memory; variable
847 num_memory = string_count(memory_names);
897 memory_cidx = emalloc(num_memory * sizeof(int));
900 while (i < num_memory)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c8247 int num_memory = 0; local
8343 num_memory++;
8415 num_memory++;
8421 || num_memory > 1)
8935 int num_memory = 0; local
9716 num_memory++;
9891 num_memory++;
9897 if (optimize || !match || num_memory > 1)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc9468 int num_memory = 0; local
9561 num_memory++;
9633 num_memory++;
9639 || num_memory > 1)
10146 int num_memory = 0; local
10965 num_memory++;
11145 num_memory++;
11151 if (optimize || !match || num_memory > 1)

Completed in 305 milliseconds