Lines Matching full:leb128
30 // Reads an unsigned LEB128 value, updating the given pointer to point
105 // Reads an unsigned LEB128 + 1 value. updating the given pointer to point
113 // Reads a signed LEB128 value, updating the given pointer to point
200 // Returns the number of bytes needed to encode the value in unsigned LEB128.
214 // Returns the first byte of a Leb128 value assuming that:
215 // (1) `end_ptr` points to the first byte after the Leb128 value, and
216 // (2) there is another Leb128 value before this one.
228 // Fail after reading five bytes in case there isn't another Leb128 value
238 // Returns the number of bytes needed to encode the value in unsigned LEB128.
271 // Overwrite encoded Leb128 with a new value. The new value must be less than