Home | History | Annotate | Download | only in minzip

Lines Matching full:bytes

4  * Some handy functions for manipulating bits and bytes.
23 * Get 2 big-endian bytes.
36 * Get 4 big-endian bytes.
51 * Get 8 big-endian bytes.
70 * Get 2 little-endian bytes.
83 * Get 4 little-endian bytes.
98 * Get 8 little-endian bytes.
125 * Grab 2 big-endian bytes and advance the data pointer.
138 * Grab 4 big-endian bytes and advance the data pointer.
153 * Get 8 big-endian bytes.
172 * Grab 2 little-endian bytes and advance the data pointer.
185 * Grab 4 little-endian bytes and advance the data pointer.
200 * Get 8 little-endian bytes.
277 * Set 2 big-endian bytes.
286 * Set 4 big-endian bytes.
297 * Set 8 big-endian bytes.
312 * Set 2 little-endian bytes.
321 * Set 4 little-endian bytes.
332 * Set 8 little-endian bytes.