Searched refs:mstatus (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | u3g.c | 994 uint8_t mstatus; in u3g_intr_callback() local 1035 mstatus = pkt.data[0]; in u3g_intr_callback() 1037 if (mstatus & UCDC_N_SERIAL_RI) in u3g_intr_callback() 1039 if (mstatus & UCDC_N_SERIAL_DSR) in u3g_intr_callback() 1041 if (mstatus & UCDC_N_SERIAL_DCD) in u3g_intr_callback()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 3098 uInt mstatus=0; /* local status */ in uprv_decNumberSquareRoot() local 3099 decMultiplyOp(b, b, b, &workset, &mstatus); /* try the multiply */ in uprv_decNumberSquareRoot() 3100 if (mstatus&DEC_Overflow) { /* result just won't fit */ in uprv_decNumberSquareRoot() 3104 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in uprv_decNumberSquareRoot()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumber.cpp | 3098 uInt mstatus=0; /* local status */ in uprv_decNumberSquareRoot() local 3099 decMultiplyOp(b, b, b, &workset, &mstatus); /* try the multiply */ in uprv_decNumberSquareRoot() 3100 if (mstatus&DEC_Overflow) { /* result just won't fit */ in uprv_decNumberSquareRoot() 3104 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in uprv_decNumberSquareRoot()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 3098 uInt mstatus=0; /* local status */ in uprv_decNumberSquareRoot() local 3099 decMultiplyOp(b, b, b, &workset, &mstatus); /* try the multiply */ in uprv_decNumberSquareRoot() 3100 if (mstatus&DEC_Overflow) { /* result just won't fit */ in uprv_decNumberSquareRoot() 3104 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in uprv_decNumberSquareRoot()
|
Completed in 40 milliseconds