Lines Matching defs:byte_offset
109 uint16_t byte_offset = 0;
114 byte_offset = 1;
119 byte_offset = 2;
127 byte_offset = 5;
135 while (byte_offset < byte_count) {
136 uint8_t byte1 = GetByteAtOffset(data, byte_offset++);
146 if (byte_offset >= byte_count)
149 uint8_t byte2 = GetByteAtOffset(data, byte_offset++);
202 if (byte_offset >= byte_count)
205 uint8_t byte2 = GetByteAtOffset(data, byte_offset++);
227 uint64_t uleb128 = GetULEB128(data, byte_offset, byte_count);
233 if (byte_offset >= byte_count)
236 uint8_t byte2 = GetByteAtOffset(data, byte_offset++);
279 if (byte_offset >= byte_count)
282 uint8_t byte2 = GetByteAtOffset(data, byte_offset++);
293 if (byte_offset >= byte_count)
296 uint8_t byte2 = GetByteAtOffset(data, byte_offset++);