Lines Matching full:value
27 * Reads an unsigned LEB128 value, updating the given pointer to point
28 * just past the end of the read value. This function tolerates
62 * Reads a signed LEB128 value, updating the given pointer to point
63 * just past the end of the read value. This function tolerates
105 * Reads an unsigned LEB128 value, updating the given pointer to point
106 * just past the end of the read value and also indicating whether the
107 * value was syntactically valid. The only syntactically *invalid*
117 * Reads a signed LEB128 value, updating the given pointer to point
118 * just past the end of the read value and also indicating whether the
119 * value was syntactically valid. The only syntactically *invalid*
129 * Writes a 32-bit value in unsigned ULEB128 format.