Searched refs:b_buf (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_asn1.c441 *a_buf=NULL, *b_buf=NULL; local
503 b_buf = &char_zero;
519 b_buf = buffer_2;
524 !M_ASN1_OCTET_STRING_set(curve->b, b_buf, len_2))
/external/openssl/crypto/ec/
H A Dec_asn1.c441 *a_buf=NULL, *b_buf=NULL; local
503 b_buf = &char_zero;
519 b_buf = buffer_2;
524 !M_ASN1_OCTET_STRING_set(curve->b, b_buf, len_2))
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp163 arrtype* b_buf = 0; \
175 b_buf = (arrtype*)cvStackAlloc(d_size.width*sizeof(b_buf[0]) ); \
177 b_buf[j] = b_data[j*b_step]; \
178 b_data = b_buf; \
1109 uchar* b_buf = 0; local
1163 b_buf = d_buf + d_buf_size;
1166 a_buf = b_buf + b_buf_size;
1226 icvGEMM_CopyBlock( _b, b_step, b_buf, _b_step, b_size, elem_size );
1227 _b = b_buf;
[all...]

Completed in 188 milliseconds