HomeSort by relevance Sort by last modified time
    Searched full:next_free_line (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
listing.c 1040 static int next_free_line = 0; local
1075 cache = cached_lines + next_free_line;
1076 next_free_line ++;
1077 if (next_free_line == NUM_CACHE_LINES)
1078 next_free_line = 0;
1100 cache = cached_lines + next_free_line;
1110 next_free_line ++;
1111 if (next_free_line == NUM_CACHE_LINES)
1112 next_free_line = 0;
    [all...]

Completed in 69 milliseconds