HomeSort by: relevance | last modified time | path
    Searched defs:j_end (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/atari/stand/ahdilabel/
check.c 51 u_int32_t i_end, j_end; local in function:ahdi_checklabel
97 j_end = ptable->parts[j].start + ptable->parts[j].size
101 (j_end >= ptable->parts[i].start &&
102 j_end <= i_end)) {
  /src/games/rogue/
move.c 244 short i, j, i_end, j_end, row, col; local in function:next_to_something
255 j_end = (rogue.col < (DCOLS-1)) ? 1 : 0;
258 for (j = ((rogue.col > 0) ? -1 : 0); j <= j_end; j++) {
room.c 136 short i, j, i_end, j_end; local in function:light_passage
142 j_end = (col < (DCOLS-1)) ? 1 : 0;
145 for (j = ((col > 0) ? -1 : 0); j <= j_end; j++) {

Completed in 13 milliseconds