/external/selinux/libselinux/src/ |
label_support.c | 23 char *tmp_buf = NULL; local 28 tmp_buf = *ptr; 37 *entry = strndup(tmp_buf, *len); 133 unsigned char *tmp_buf; local 145 tmp_buf = realloc(digest->hashbuf, digest->hashbuf_size); 146 if (!tmp_buf) 149 digest->hashbuf = tmp_buf; 159 tmp_buf = memcpy(digest->hashbuf + 162 if (!tmp_buf)
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
wb_vad.c | 185 Word16 tmp_buf[FRAME_LEN]; local 190 tmp_buf[i] = in[i] >> 1; 196 filter5(&tmp_buf[2 * i], &tmp_buf[2 * i + 1], st->a_data5[0]); 200 filter5(&tmp_buf[4 * i], &tmp_buf[4 * i + 2], st->a_data5[1]); 201 filter5(&tmp_buf[4 * i + 1], &tmp_buf[4 * i + 3], st->a_data5[2]); 205 filter5(&tmp_buf[8 * i], &tmp_buf[8 * i + 4], st->a_data5[3]) [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
idct32x32_msa.c | 14 int16_t *tmp_buf) { 24 ST_SH8(m0, n0, m1, n1, m2, n2, m3, n3, (tmp_buf), 8); 25 ST_SH4(m4, n4, m5, n5, (tmp_buf + 8 * 8), 8); 26 ST_SH4(m6, n6, m7, n7, (tmp_buf + 12 * 8), 8); 35 ST_SH4(m0, n0, m1, n1, (tmp_buf + 16 * 8), 8); 36 ST_SH4(m2, n2, m3, n3, (tmp_buf + 20 * 8), 8); 37 ST_SH4(m4, n4, m5, n5, (tmp_buf + 24 * 8), 8); 38 ST_SH4(m6, n6, m7, n7, (tmp_buf + 28 * 8), 8); 41 static void idct32x8_row_even_process_store(int16_t *tmp_buf, 48 LD_SH8(tmp_buf, 32, reg0, reg1, reg2, reg3, reg4, reg5, reg6, reg7) [all...] |
fwd_dct32x32_msa.c | 247 int16_t *tmp_buf, int16_t *tmp_buf_big) { 248 fdct8x32_1d_column_load_butterfly(input, src_stride, tmp_buf); 249 fdct8x32_1d_column_even_store(tmp_buf, tmp_buf_big); 250 fdct8x32_1d_column_odd_store(tmp_buf + 128, (tmp_buf_big + 32)); 670 static void fdct32x8_1d_row_4x(int16_t *tmp_buf_big, int16_t *tmp_buf, 672 fdct8x32_1d_row_load_butterfly(tmp_buf_big, tmp_buf); 673 fdct8x32_1d_row_even_4x(tmp_buf, tmp_buf_big, tmp_buf); 674 fdct8x32_1d_row_odd(tmp_buf + 128, tmp_buf_big, tmp_buf + 128) [all...] |
fwd_txfm_msa.c | 226 DECLARE_ALIGNED(32, int16_t, tmp_buf[16 * 16]); 230 fdct8x16_1d_column((input + 8 * i), (&tmp_buf[0] + 8 * i), src_stride); 235 fdct16x8_1d_row((&tmp_buf[0] + (128 * i)), (output + (128 * i)));
|
/external/libselinux/src/ |
label_support.c | 32 char *tmp_buf = NULL; local 37 tmp_buf = *ptr; 51 *entry = strndup(tmp_buf, *len);
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
vad1.cpp | 621 Word16 tmp_buf[FRAME_LEN]; local 625 first_filter_stage(in, tmp_buf, st->a_data5[0], pOverflow); 629 filter5(&tmp_buf[4*i], &tmp_buf[4*i+2], st->a_data5[1], pOverflow); 630 filter5(&tmp_buf[4*i+1], &tmp_buf[4*i+3], st->a_data5[2], pOverflow); 634 filter3(&tmp_buf[8*i+0], &tmp_buf[8*i+4], &st->a_data3[0], pOverflow); 635 filter3(&tmp_buf[8*i+2], &tmp_buf[8*i+6], &st->a_data3[1], pOverflow) [all...] |
/external/boringssl/src/crypto/x509/ |
x509_obj.c | 79 char tmp_buf[80]; local 108 i2t_ASN1_OBJECT(tmp_buf,sizeof(tmp_buf),ne->object); 109 s=tmp_buf;
|
/device/google/contexthub/util/stm32_flash/ |
flash.c | 268 uint8_t tmp_buf[sizeof(uint32_t)]; local 269 ret = read_memory(handle, address, sizeof(uint32_t), tmp_buf); 271 type = tmp_buf[0]; 272 length = ((tmp_buf[1] << 16) & 0x00FF0000) | 273 ((tmp_buf[2] << 8) & 0x0000FF00) | 274 ((tmp_buf[3] ) & 0x000000FF);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_avg.c | 68 int16_t *tmp_buf = &buffer[0]; local 70 hadamard_col8(src_diff, src_stride, tmp_buf); // src_diff: 9 bit 72 tmp_buf += 8; 76 tmp_buf = &buffer[0]; 78 hadamard_col8(tmp_buf, 8, coeff); // tmp_buf: 12 bit 82 ++tmp_buf;
|
vp9_denoiser.c | 388 uint8_t *tmp_buf = dest->y_buffer; local 392 src->y_buffer = tmp_buf;
|
vp9_rdopt.c | 2412 uint8_t *tmp_buf; local [all...] |
/external/selinux/libsepol/src/ |
services.c | 217 char tmp_buf[128]; local 235 snprintf(tmp_buf, sizeof(tmp_buf), "(%s%s", src, op); 236 cat_expr_buf(expr_list[expr_counter], tmp_buf); 251 snprintf(tmp_buf, sizeof(tmp_buf), " %s", 255 snprintf(tmp_buf, sizeof(tmp_buf), " %s", 259 snprintf(tmp_buf, sizeof(tmp_buf), " %s" 278 char tmp_buf[128]; local 400 char tmp_buf[128]; local [all...] |
node_record.c | 393 char *tmp_buf = malloc(node->addr_sz); local 394 if (!tmp_buf) { 399 memcpy(tmp_buf, node->addr, node->addr_sz); 400 *buffer = tmp_buf; 482 char *tmp_buf = malloc(node->mask_sz); local 483 if (!tmp_buf) { 488 memcpy(tmp_buf, node->mask, node->mask_sz); 489 *buffer = tmp_buf;
|
util.c | 202 char *tmp_buf = *ptr; local 217 *len = *ptr - tmp_buf; 225 *str = strndup(tmp_buf, *len);
|
/external/boringssl/src/crypto/digest/ |
digest.c | 116 uint8_t *tmp_buf = NULL; local 127 tmp_buf = out->md_data; 135 if (tmp_buf) { 136 out->md_data = tmp_buf;
|
/device/generic/goldfish/opengl/system/egl/ |
eglDisplay.cpp | 164 EGLint tmp_buf[nInts]; local 172 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf); 179 //The first m_numConfigAttribs values of tmp_buf are the actual attributes enums. 181 m_attribs.add(tmp_buf[i], i); 185 memcpy(m_configs, tmp_buf + m_numConfigAttribs, m_numConfigs*m_numConfigAttribs*sizeof(EGLint));
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_build.c | 601 struct wpabuf *tmp_buf = NULL; local 613 tmp_buf = wpabuf_alloc(MAX_SVC_ADV_IE_LEN + 256 + P2PS_HASH_LEN); 614 if (!tmp_buf) 621 ie_len = p2p_buf_add_ie_hdr(tmp_buf); 625 wpabuf_put_u8(tmp_buf, P2P_ATTR_ADVERTISED_SERVICE); 626 attr_len = wpabuf_put(tmp_buf, sizeof(u16)); 628 p2p_buf_update_ie_hdr(tmp_buf, ie_len); 629 pos = wpabuf_put(tmp_buf, 0); 633 p2p_buf_add_service_info(tmp_buf, p2p, 0, 0, P2PS_WILD_HASH_STR, 646 p2p_buf_add_service_info(tmp_buf, p2p [all...] |
/bionic/libc/bionic/ |
system_properties.cpp | 867 char *tmp_buf = NULL; local 872 tmp_buf = *ptr; 881 *entry = strndup(tmp_buf, *len); [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
read.c | 1168 char *tmp_buf = 0; local [all...] |
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
vp9_fdct16x16_msa.c | 411 DECLARE_ALIGNED(32, int16_t, tmp_buf[128]); 413 int16_t *ptmpbuf = &tmp_buf[0];
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_flate.cpp | 718 uint8_t* tmp_buf = result_tmp_bufs[i]; local 723 FXSYS_memcpy(result_buf + result_pos, tmp_buf, tmp_buf_size);
|
/external/opencv/cxcore/src/ |
cxdxt.cpp | [all...] |
/external/opencv3/modules/core/src/ |
dxt.cpp | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_rdopt.c | [all...] |