Lines Matching +full:big +full:- +full:endian
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.
219 * Skip over a UTF-8 string.
229 * Read a UTF-8 string into a fixed-size buffer, and null-terminate it.
236 size_t copyLen = (length < bufLen) ? length : bufLen - 1; in readUtf8String()
246 * Read a UTF-8 string into newly-allocated storage, and null-terminate it.
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.
347 * Stuff a UTF-8 string into the buffer.