Lines Matching refs:byte
43 * is aligned on either a 2-byte or 4-byte boundary. We get at
44 * least a twofold speedup on 486 and Pentium if it is 4-byte aligned.
45 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
72 ! buf is 2 byte aligned (len could be 0)
86 ! buf is 4 byte aligned (len could be 0)
218 ! This is not common, so simple byte by byte copy will do.
255 ! src and dest equally aligned, but to a two byte boundary.