HomeSort by relevance Sort by last modified time
    Searched refs:d_data (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxmatmul.cpp 130 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/
netlink-types.h 115 void * d_data; member in struct:nl_data

Completed in 508 milliseconds