Lines Matching +full:lsb +full:- +full:first
8 * http://www.apache.org/licenses/LICENSE-2.0
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()
187 // an array of multi-byte values will be output in order low-order in TEST()
188 // element first, each multi-byte element in LSByte order in TEST()
207 // a vector of multi-byte values will be output in order low-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()
337 // all elements will be processed in order, with each multi-byte in TEST()
338 // element being processed LSByte first in TEST()
350 // check that the bytes were correctly packed (LSB first) in TEST()
358 // all elements will be processed in order, with each multi-byte 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()
419 // unaligned multi-byte values will be packed the same as in TEST()
420 // other bits, effectively building up a large value, low-order in TEST()
421 // bits first, then outputting a stream of LSByte values in TEST()
442 // -> 0x9dbc3bd3cd2ad296 -> 0x96 0xd2 0x2a 0xcd 0xd3 0x3b 0xbc 0x9d in TEST()
446 // check that the bytes were correctly packed (LSB first) in TEST()
454 // inspired from a real-world case of Get Session Info in TEST()