Home
last modified time | relevance | path

Searched refs:uShort (Results 1 – 2 of 2) sorted by path

/qemu/include/libdecnumber/
H A DdecNumberLocal.h81 #define uShort uint16_t macro
103 extern const uShort DPD2BIN[1024]; /* DPD -> 0-999 */
104 extern const uShort BIN2DPD[1000]; /* 0-999 -> DPD */
109 extern const uShort BCD2DPD[2458]; /* 0-0x999 -> DPD (0x999=2457)*/
137 #define USHORTAT(b) (*((uShort *)(b)))
/qemu/libdecnumber/
H A DdecNumber.c5662 static const uShort LNnn[90] = {