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

  /system/core/logwrapper/
logwrap.c 85 struct beginning_buf b_buf; member in struct:abbr_buf
103 static int add_line_to_linear_buf(struct beginning_buf *b_buf,
110 if ((line_len + b_buf->used_len) > b_buf->buf_size) {
114 memcpy(b_buf->buf + b_buf->used_len, line, line_len);
115 b_buf->used_len += line_len;
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
    [all...]
  /external/openssl/crypto/ec/
ec_asn1.c 441 *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))
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp 163 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
    [all...]

Completed in 144 milliseconds