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

  /system/core/logwrapper/
logwrap.c 97 struct abbr_buf a_buf; member in struct:log_info
101 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen);
175 add_line_to_abbr_buf(&log_info->a_buf, line, len);
216 static void init_abbr_buf(struct abbr_buf *a_buf) {
219 memset(a_buf, 0, sizeof(struct abbr_buf));
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;
228 a_buf->e_buf.buf = new_buf;
229 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE
250 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/opencv3/modules/core/src/
matmul.cpp 141 T* a_buf = 0; local
165 a_buf = _a_buf;
177 a_buf = _a_buf;
179 a_buf[k] = a_data[a_step*k];
180 a_data = a_buf;
230 if( a_buf )
233 a_buf[k] = a_data[a_step1*k];
234 a_data = a_buf;
270 if( a_buf )
273 a_buf[k] = a_data[a_step1*k]
388 T* a_buf = 0; local
1323 uchar* a_buf = 0; local
    [all...]
  /external/libyuv/files/source/
row_gcc.cc     [all...]
row_any.cc 28 const uint8* a_buf, uint8* dst_ptr, \
35 ANY_SIMD(y_buf, u_buf, v_buf, a_buf, dst_ptr, yuvconstants, n); \
40 memcpy(temp + 192, a_buf + n, r); \
    [all...]
convert_argb.cc 571 const uint8* a_buf,
    [all...]
row_win.cc 51 xmm5 = _mm_loadl_epi64((__m128i*)a_buf); \
52 a_buf += 8;
110 const uint8* a_buf,
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 573 const uint8* a_buf,
    [all...]

Completed in 1454 milliseconds