Searched refs:bufptr (Results 1 – 1 of 1) sorted by relevance
47 uint8_t* bufptr = (uint8_t*) buffer; in cbuf_copy_into_buffer() local49 memcpy(bufptr + buffer_offset, arrptr + arr_offset, num_bytes); in cbuf_copy_into_buffer()54 const uint8_t* bufptr = (const uint8_t*) buffer; in cbuf_copy_from_buffer() local55 memcpy(arrptr + arr_offset, bufptr + buffer_offset, num_bytes); in cbuf_copy_from_buffer()