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

  /src/external/gpl3/gdb.old/dist/sim/cris/
rvdummy.c 156 expect_input (int fd, unsigned char *buf, int nbytes, int ncomp) function
237 expect_input (fd, bytes, nbytes, nbytes);
283 expect_input (fd, bytes, 11, 7);
303 expect_input (fd, bytes, 11, 11);
340 expect_input (fd, bytes, 3, 3);
429 expect_input (fd, bytes, nbytes + 11, nbytes + 11);
  /src/external/gpl3/gdb/dist/sim/cris/
rvdummy.c 156 expect_input (int fd, unsigned char *buf, int nbytes, int ncomp) function
237 expect_input (fd, bytes, nbytes, nbytes);
283 expect_input (fd, bytes, 11, 7);
303 expect_input (fd, bytes, 11, 11);
340 expect_input (fd, bytes, 3, 3);
429 expect_input (fd, bytes, nbytes + 11, nbytes + 11);

Completed in 29 milliseconds