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

  /src/sys/rump/dev/lib/libugenhc/
ugenhc.c 582 int shortval, i; local
601 shortval = (xfer->ux_flags & USBD_SHORT_XFER_OK) != 0;
608 USB_SET_SHORT_XFER, &shortval, &error);
642 if (shortval) {
  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 4468 int shortval; local
4472 shortval = (value[0] << 8) | (value[1]);
4473 intval = h8300hmode ? longval : shortval;
4480 cpu_set_pc (cpu, shortval); /* PC for Normal mode is 2 bytes */
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 4468 int shortval; local
4472 shortval = (value[0] << 8) | (value[1]);
4473 intval = h8300hmode ? longval : shortval;
4480 cpu_set_pc (cpu, shortval); /* PC for Normal mode is 2 bytes */

Completed in 18 milliseconds