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

  /system/core/logwrapper/
logwrap.c 96 struct abbr_buf a_buf; member in struct:log_info
100 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen);
173 add_line_to_abbr_buf(&log_info->a_buf, line, len);
215 static void init_abbr_buf(struct abbr_buf *a_buf) {
218 memset(a_buf, 0, sizeof(struct abbr_buf));
221 a_buf->b_buf.buf = new_buf;
222 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE;
223 a_buf->b_buf.buf_size = BEGINNING_BUF_SIZE - 1;
227 a_buf->e_buf.buf = new_buf;
228 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE
249 struct abbr_buf *a_buf = &log_info->a_buf; local
    [all...]
  /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 607 milliseconds