Lines Matching refs:byte
64 /* Converts from IEEE high-byte-first real to native real. */
67 /* Converts from native real to IEEE high-byte-first real. */
70 /* Converts from IEEE low-byte-first real to native real. */
73 /* Converts from native real to IEEE low-byte-first real. */
1048 first byte of either a binary token or a binary object sequence */
1628 #define PB(byte) c = (byte),DPSWriteData(ctxt, (char *) &c, 1)
1630 #define WTT(byte) PB((byte)+1)
1632 #define WTT(byte) PB(byte)