Home
last modified time | relevance | path

Searched refs:to_ptr (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/net/
Dbootp.c830 int *to_ptr; in dhcp_process_options() local
844 to_ptr = &net_ntp_time_offset; in dhcp_process_options()
845 net_copy_u32((u32 *)to_ptr, (u32 *)(popt + 2)); in dhcp_process_options()
/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp496 float *to_ptr = NULL; in copy_mask_from_y_to_uv() local
497 ret = this->blend_mask[1]->enqueue_map ((void*&)to_ptr, 0, this->mask_width[1] * sizeof(float)); in copy_mask_from_y_to_uv()
505 to_ptr[i] = from_ptr[i * 2] / 2.0f; in copy_mask_from_y_to_uv()
507 to_ptr[i] = (from_ptr[i * 2] + from_ptr[i * 2 + 1]) / 2.0f; in copy_mask_from_y_to_uv()
510 this->blend_mask[1]->enqueue_unmap ((void*)to_ptr); in copy_mask_from_y_to_uv()