Lines Matching full:first
30 // check that the bytes were correctly packed (LSB first) in TEST()
42 // check that the bytes were correctly packed (LSB first) in TEST()
54 // check that the bytes were correctly packed (LSB first) in TEST()
66 // check that the bytes were correctly packed (LSB first) in TEST()
78 // check that the bytes were correctly packed (LSB first) in TEST()
85 // individual bytes are packed low-order-bits first in TEST()
95 // check that the bytes were correctly packed (LSB first) in TEST()
102 // individual bytes are packed low-order-bits first in TEST()
110 // check that the bytes were correctly packed (LSB first) in TEST()
117 // individual bytes are packed low-order-bits first in TEST()
124 // check that the bytes were correctly packed (LSB first) in TEST()
131 // individual bytes are packed low-order-bits first in TEST()
139 // check that the bytes were correctly packed (LSB first) in TEST()
146 // individual bytes are packed low-order-bits first in TEST()
147 // v1 will occupy 4 bytes, but in LSByte first order in TEST()
154 // check that the bytes were correctly packed (LSB first) in TEST()
167 // check that the bytes were correctly packed (LSB first) in TEST()
174 // an array of bytes will be output verbatim, low-order element first in TEST()
188 // element first, each multi-byte element in LSByte order in TEST()
208 // element first, each multi-byte element in LSByte order in TEST()
227 // a vector of bytes will be output verbatim, low-order element first in TEST()
338 // element being processed LSByte first in TEST()
350 // check that the bytes were correctly packed (LSB first) in TEST()
359 // element being processed LSByte first in TEST()
372 // check that the bytes were correctly packed (LSB first) in TEST()
388 // check that the bytes were correctly packed packed (LSB first) in TEST()
395 // each element will be added, filling the low-order bits first in TEST()
396 // with multi-byte values getting added LSByte first in TEST()
408 // concat binary: 0b1101101110011110 -> 0xdb9e -> 0x9e 0xdb (LSByte first) in TEST()
412 // check that the bytes were correctly packed (LSB first) in TEST()
421 // bits first, then outputting a stream of LSByte values in TEST()
446 // check that the bytes were correctly packed (LSB first) in TEST()