/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); 178 add_line_to_abbr_buf(&log_info->a_buf, line, len); 220 static void init_abbr_buf(struct abbr_buf *a_buf) { 223 memset(a_buf, 0, sizeof(struct abbr_buf)); 226 a_buf->b_buf.buf = new_buf; 227 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE; 228 a_buf->b_buf.buf_size = BEGINNING_BUF_SIZE - 1; 232 a_buf->e_buf.buf = new_buf; 233 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE 254 struct abbr_buf *a_buf = &log_info->a_buf; local [all...] |
/external/chromium_org/media/base/simd/ |
convert_yuva_to_argb_mmx.asm | 19 ; const uint8* a_buf,
|
convert_yuv_to_rgb_c.cc | 112 const uint8* a_buf, 119 uint8 a0 = a_buf[x]; 123 uint8 a1 = a_buf[x + 1];
|
/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/chromium_org/third_party/openssl/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...] |
/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...] |