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

  /src/external/gpl3/gdb.old/dist/gdb/
serial.c 628 static const char parity_odd[] = "odd";
631 {parity_none, parity_odd, parity_even, NULL};
639 if (parity == parity_odd)
626 static const char parity_odd[] = "odd"; variable
  /src/external/gpl3/gdb/dist/gdb/
serial.c 628 static const char parity_odd[] = "odd";
631 {parity_none, parity_odd, parity_even, NULL};
639 if (parity == parity_odd)
626 static const char parity_odd[] = "odd"; variable

Completed in 37 milliseconds