Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxmatmul.cpp130 arrtype* d_data, size_t d_step, \
142 d_step /= sizeof(d_data[0]); \
182 d_data += d_step ) \
192 d_data[j] = arrtype(s0); \
193 d_data[j+1] = arrtype(s1); \
197 d_data[j] = arrtype(s0 + c_data[0]*beta); \
198 d_data[j+1] = arrtype(s1 + c_data[c_step1]*beta); \
206 d_data[j] = arrtype(s0); \
208 d_data[j] = arrtype(s0 + c_data[0]*beta); \
216 d_data += d_step ) \
[all …]
/external/libnl-headers/
Dnetlink-types.h115 void * d_data; member