Lines Matching defs:offset
3753 jerry_length_t offset, /**< start offset of the ArrayBuffer */
3768 if (offset >= length)
3773 jerry_length_t copy_count = JERRY_MIN (length - offset, buf_size);
3779 memcpy ((void *) (mem_buffer_p + offset), (void *) buf_p, copy_count);
3785 JERRY_UNUSED (offset);
3802 jerry_length_t offset, /**< start offset of the ArrayBuffer */
3817 if (offset >= length)
3822 jerry_length_t copy_count = JERRY_MIN (length - offset, buf_size);
3828 memcpy ((void *) buf_p, (void *) (mem_buffer_p + offset), copy_count);
3834 JERRY_UNUSED (offset);
3967 const jerry_length_t byte_offset, /**< offset in bytes, to the first byte in the buffer */
4215 jerry_length_t byte_offset, /**< offset for the ArrayBuffer */