HomeSort by: relevance | last modified time | path
    Searched refs:bsect (Results 1 - 5 of 5) sorted by relevancy

  /src/games/backgammon/common_source/
fancy.c 43 static void bsect(int, int, int, int);
159 bsect(board[i], 13, 1 + 4 * (12 - i), -1);
162 bsect(board[0], 13, 25, -1);
166 bsect(board[i], 13, 29 + 4 * (6 - i), -1);
169 bsect(l, 3, 54, 1);
178 bsect(board[i], 3, 1 + 4 * (i - 13), 1);
181 bsect(board[25], 3, 25, 1);
185 bsect(board[i], 3, 29 + 4 * (i - 19), 1);
188 bsect(-l, 13, 54, -1);
196 * bsect (b,rpos,cpos,cnext
205 bsect(int b, int rpos, int cpos, int cnext) function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
z80-tdep.c 949 asection *bsect = osect->the_bfd_section; local
951 unsigned vma = bfd_section_vma (bsect);
993 asection *bsect = sect->the_bfd_section; local
994 bfd_vma lma = bfd_section_lma (bsect);
995 bfd_vma vma = bfd_section_vma (bsect);
symfile.c 3521 asection *bsect = osect->the_bfd_section;
3527 if (cache_ovly_table[i][VMA] == bfd_section_vma (bsect)
3528 && cache_ovly_table[i][LMA] == bfd_section_lma (bsect))
3533 if (cache_ovly_table[i][VMA] == bfd_section_vma (bsect)
3534 && cache_ovly_table[i][LMA] == bfd_section_lma (bsect))
3592 asection *bsect = sect->the_bfd_section;
3595 if (cache_ovly_table[i][VMA] == bfd_section_vma (bsect)
3596 && cache_ovly_table[i][LMA] == bfd_section_lma (bsect))
3514 asection *bsect = osect->the_bfd_section; local
3585 asection *bsect = sect->the_bfd_section; local
  /src/external/gpl3/gdb.old/dist/gdb/
z80-tdep.c 949 asection *bsect = osect->the_bfd_section; local
951 unsigned vma = bfd_section_vma (bsect);
993 asection *bsect = sect->the_bfd_section; local
994 bfd_vma lma = bfd_section_lma (bsect);
995 bfd_vma vma = bfd_section_vma (bsect);
symfile.c 3510 asection *bsect = osect->the_bfd_section;
3516 if (cache_ovly_table[i][VMA] == bfd_section_vma (bsect)
3517 && cache_ovly_table[i][LMA] == bfd_section_lma (bsect))
3522 if (cache_ovly_table[i][VMA] == bfd_section_vma (bsect)
3523 && cache_ovly_table[i][LMA] == bfd_section_lma (bsect))
3581 asection *bsect = sect->the_bfd_section;
3584 if (cache_ovly_table[i][VMA] == bfd_section_vma (bsect)
3585 && cache_ovly_table[i][LMA] == bfd_section_lma (bsect))
3503 asection *bsect = osect->the_bfd_section; local
3574 asection *bsect = sect->the_bfd_section; local

Completed in 44 milliseconds