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

  /src/external/gpl3/gdb/dist/sim/common/
syscall.c 58 #define FILE_XFR_SIZE 4096
314 char buf[FILE_XFR_SIZE];
325 (count < FILE_XFR_SIZE
326 ? count : FILE_XFR_SIZE));
329 (count < FILE_XFR_SIZE
330 ? count : FILE_XFR_SIZE));
346 if (result != FILE_XFR_SIZE)
359 char buf[FILE_XFR_SIZE];
368 int bytes_to_read = count < FILE_XFR_SIZE ? count : FILE_XFR_SIZE;
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
syscall.c 58 #define FILE_XFR_SIZE 4096
314 char buf[FILE_XFR_SIZE];
325 (count < FILE_XFR_SIZE
326 ? count : FILE_XFR_SIZE));
329 (count < FILE_XFR_SIZE
330 ? count : FILE_XFR_SIZE));
346 if (result != FILE_XFR_SIZE)
359 char buf[FILE_XFR_SIZE];
368 int bytes_to_read = count < FILE_XFR_SIZE ? count : FILE_XFR_SIZE;
    [all...]

Completed in 22 milliseconds