| /src/sys/dev/usb/ |
| umodem_common.c | 342 u_char mstatus; local 382 mstatus = sc->sc_notify_buf.data[0]; 384 if (ISSET(mstatus, UCDC_N_SERIAL_RI)) 386 if (ISSET(mstatus, UCDC_N_SERIAL_DSR)) 388 if (ISSET(mstatus, UCDC_N_SERIAL_DCD))
|
| umct.c | 589 u_char mstatus; local 608 mstatus = tbuf[0]; 609 if (ISSET(mstatus, MSR_DSR)) 611 if (ISSET(mstatus, MSR_DCD))
|
| /src/sys/dev/pci/ |
| agp.c | 462 pcireg_t tstatus, mstatus; local 474 mstatus = pci_conf_read(pa.pa_pc, pa.pa_tag, 479 AGP_MODE_GET_MODE_3(mstatus)) 489 pcireg_t tstatus, mstatus; local 495 mstatus = pci_conf_read(pa->pa_pc, pa->pa_tag, 498 /* Set RQ to the min of mode, tstatus and mstatus */ 502 if (AGP_MODE_GET_RQ(mstatus) < rq) 503 rq = AGP_MODE_GET_RQ(mstatus); 507 & AGP_MODE_GET_SBA(mstatus) 512 & AGP_MODE_GET_FW(mstatus) 544 pcireg_t tstatus, mstatus; local [all...] |
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decNumber.c | 3062 uInt mstatus=0; /* local status */ local 3063 decMultiplyOp(b, b, b, &workset, &mstatus); /* try the multiply */ 3064 if (mstatus&DEC_Overflow) { /* result just won't fit */ 3068 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
|
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decNumber.c | 3062 uInt mstatus=0; /* local status */ local 3063 decMultiplyOp(b, b, b, &workset, &mstatus); /* try the multiply */ 3064 if (mstatus&DEC_Overflow) { /* result just won't fit */ 3068 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
|
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decNumber.c | 3062 uInt mstatus=0; /* local status */ local 3063 decMultiplyOp(b, b, b, &workset, &mstatus); /* try the multiply */ 3064 if (mstatus&DEC_Overflow) { /* result just won't fit */ 3068 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decNumber.c | 3062 uInt mstatus=0; /* local status */ local 3063 decMultiplyOp(b, b, b, &workset, &mstatus); /* try the multiply */ 3064 if (mstatus&DEC_Overflow) { /* result just won't fit */ 3068 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
|