Lines Matching refs:value
197 blob_write_uint8(struct blob *blob, uint8_t value);
202 * Writes a uint8_t value to an existing portion of the blob at an offset of
212 uint8_t value);
225 blob_write_uint16(struct blob *blob, uint16_t value);
238 blob_write_uint32(struct blob *blob, uint32_t value);
243 * Writes a uint32_t value to an existing portion of the blob at an offset of
262 uint32_t value);
275 blob_write_uint64(struct blob *blob, uint64_t value);
288 blob_write_intptr(struct blob *blob, intptr_t value);
293 * Writes a intptr_t value to an existing portion of the blob at an offset of
305 intptr_t value);
324 * current value is unchanged before and after the call.
412 * Read an intptr_t value from the current location, (and update the