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

  /system/core/logwrapper/
logwrap.c 85 struct beginning_buf b_buf; member in struct:abbr_buf
104 static int add_line_to_linear_buf(struct beginning_buf *b_buf,
109 if ((line_len + b_buf->used_len) > b_buf->buf_size) {
113 memcpy(b_buf->buf + b_buf->used_len, line, line_len);
114 b_buf->used_len += line_len;
222 a_buf->b_buf.buf = new_buf;
223 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE;
224 a_buf->b_buf.buf_size = BEGINNING_BUF_SIZE - 1
    [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 1154 milliseconds