Lines Matching refs:bytes
132 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
136 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
312 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)])
316 #define DFBYTE(df, off) ((df)->bytes[off])
466 /* four bytes are moved at a time for speed; the alternative */
467 /* macro moves exactly three bytes (usually slower). */
473 /* decode). Each DPD decode is 3 bytes BCD8 plus a one-byte */
476 /* for the final three bytes (to avoid overrun). The code below */