Home
last modified time | relevance | path

Searched defs:ctemp (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.cu87 …__global__ void get_first_k_initial_global(uchar *ctemp, T* data_cost_selected_, T *selected_disp_… in get_first_k_initial_global()
122 …__global__ void get_first_k_initial_local(uchar *ctemp, T* data_cost_selected_, T* selected_disp_p… in get_first_k_initial_local()
179 …__global__ void init_data_cost(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_… in init_data_cost()
221 …__global__ void init_data_cost_reduce(const uchar *cleft, const uchar *cright, uchar *ctemp, size_… in init_data_cost_reduce()
271 …void init_data_cost_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_ste… in init_data_cost_caller_()
289 …void init_data_cost_reduce_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t c… in init_data_cost_reduce_caller_()
308 …void init_data_cost(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_step, int r… in init_data_cost()
559 __global__ void init_message(uchar *ctemp, T* u_new_, T* d_new_, T* l_new_, T* r_new_, in init_message()
611 void init_message(uchar *ctemp, T* u_new, T* d_new, T* l_new, T* r_new, in init_message()
693 …__global__ void compute_message(uchar *ctemp, T* u_, T* d_, T* l_, T* r_, const T* data_cost_selec… in compute_message()
[all …]
/external/libedit/src/
Dfilecomplete.c419 const Char *ctemp; in fn_complete() local
/external/selinux/libsepol/src/
Dpolicydb.c1145 constraint_node_t *constraint, *ctemp; in class_destroy() local