Searched refs:copy_bytes (Results 1 – 2 of 2) sorted by relevance
152 unsigned int copy_bytes; /* bytes to copy per conversion */ member162 if (data->native_bytes > data->copy_bytes) in cvt_s16_to_native()165 data->copy_bytes); in cvt_s16_to_native()207 data->copy_bytes); in cvt_native_to_s16()289 data->copy_bytes = data->native_bytes < 2 ? 1 : 2; in init_data()291 data->native_ofs = data->native_bytes - data->copy_bytes; in init_data()292 data->copy_ofs = 2 - data->copy_bytes; in init_data()
38 unsigned int copy_bytes; /* bytes to copy per conversion */ member48 memcpy(p + data->copy_ofs, src + data->src_ofs, data->copy_bytes); in do_convert()128 data->copy_bytes = src_bytes < dst_bytes ? src_bytes : dst_bytes; in init_data()130 data->copy_ofs = 4 - data->copy_bytes; in init_data()131 data->src_ofs = src_bytes - data->copy_bytes; in init_data()