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

  /src/games/trek/
move.c 91 double sectsize; local
100 sectsize = NSECTS;
156 if (x < 0.0 || y < 0.0 || x >= sectsize || y >= sectsize) {
torped.c 78 double sectsize; local
124 sectsize = NSECTS;
154 if (x < 0.0 || x >= sectsize ||
155 y < 0.0 || y >= sectsize) {
  /src/external/gpl3/gdb.old/dist/gdb/
osabi.c 328 *SECTSIZE is non-zero, then this reads that many bytes from
329 the start of the section and clears *SECTSIZE. */
332 check_note (bfd *abfd, asection *sect, char *note, unsigned int *sectsize,
337 if (*sectsize)
339 if (!bfd_get_section_contents (abfd, sect, note, 0, *sectsize))
341 *sectsize = 0;
380 unsigned int sectsize;
383 sectsize = bfd_section_size (sect);
386 if (sectsize > MAX_NOTESZ)
387 sectsize = MAX_NOTESZ
377 unsigned int sectsize; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
osabi.c 328 *SECTSIZE is non-zero, then this reads that many bytes from
329 the start of the section and clears *SECTSIZE. */
332 check_note (bfd *abfd, asection *sect, char *note, unsigned int *sectsize,
337 if (*sectsize)
339 if (!bfd_get_section_contents (abfd, sect, note, 0, *sectsize))
341 *sectsize = 0;
380 unsigned int sectsize;
383 sectsize = bfd_section_size (sect);
386 if (sectsize > MAX_NOTESZ)
387 sectsize = MAX_NOTESZ
377 unsigned int sectsize; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
strings.c 397 bfd_size_type sectsize;
403 sectsize = bfd_section_size (sect);
404 if (sectsize == 0)
415 print_strings (filename, NULL, sect->filepos, sectsize, (char *) mem);
394 bfd_size_type sectsize; local
  /src/external/gpl3/binutils.old/dist/binutils/
strings.c 397 bfd_size_type sectsize;
403 sectsize = bfd_section_size (sect);
404 if (sectsize == 0)
415 print_strings (filename, NULL, sect->filepos, sectsize, (char *) mem);
394 bfd_size_type sectsize; local

Completed in 15 milliseconds