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

  /external/opencv/cxcore/src/
cxmatmul.cpp 136 arrtype* a_buf = 0; \
158 a_buf = (arrtype*)cvStackAlloc(n*sizeof(a_data[0])); \
167 a_buf = (arrtype*)cvStackAlloc(drows*sizeof(a_data[0])); \
169 a_buf[k] = a_data[a_step*k]; \
170 a_data = a_buf; \
222 if( a_buf ) \
225 a_buf[k] = a_data[a_step1*k]; \
226 a_data = a_buf; \
261 if( a_buf ) \
264 a_buf[k] = a_data[a_step1*k];
1108 uchar* a_buf = 0; local
    [all...]
  /external/openssl/crypto/ec/
ec_asn1.c 441 *a_buf=NULL, *b_buf=NULL; local
481 a_buf = &char_zero;
497 a_buf = buffer_1;
523 if (!M_ASN1_OCTET_STRING_set(curve->a, a_buf, len_1) ||
    [all...]

Completed in 69 milliseconds