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

  /src/external/gpl3/gdb.old/dist/gdb/
ser-unix.c 53 static int rate_to_code (int rate);
401 rate_to_code (int rate) function
439 int baud_code = rate_to_code (rate);
ser-unix.c 53 static int rate_to_code (int rate);
401 rate_to_code (int rate) function
439 int baud_code = rate_to_code (rate);
  /src/external/gpl3/gdb/dist/gdb/
ser-unix.c 77 static int rate_to_code (int rate);
450 rate_to_code (int rate) function
582 int baud_code = rate_to_code (rate);
589 /* An error should already have been thrown by rate_to_code().
ser-unix.c 77 static int rate_to_code (int rate);
450 rate_to_code (int rate) function
582 int baud_code = rate_to_code (rate);
589 /* An error should already have been thrown by rate_to_code().

Completed in 159 milliseconds