Home
last modified time | relevance | path

Searched refs:tmp_buf (Results 1 - 25 of 58) sorted by relevance

123

/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_idct_lsx.c736 static void vp9_idct_butterfly_transpose_store(int16_t *tmp_buf, in vp9_idct_butterfly_transpose_store() argument
759 __lsx_vst(SUB(loc0, vec3), tmp_buf, 31 * 16); in vp9_idct_butterfly_transpose_store() local
760 __lsx_vst(SUB(loc1, vec2), tmp_buf, 23 * 16); in vp9_idct_butterfly_transpose_store() local
761 __lsx_vst(SUB(loc2, vec1), tmp_buf, 27 * 16); in vp9_idct_butterfly_transpose_store() local
762 __lsx_vst(SUB(loc3, vec0), tmp_buf, 19 * 16); in vp9_idct_butterfly_transpose_store() local
777 __lsx_vst(SUB(loc0, vec3), tmp_buf, 29 * 16); in vp9_idct_butterfly_transpose_store() local
778 __lsx_vst(SUB(loc1, vec2), tmp_buf, 21 * 16); in vp9_idct_butterfly_transpose_store() local
779 __lsx_vst(SUB(loc2, vec1), tmp_buf, 25 * 16); in vp9_idct_butterfly_transpose_store() local
780 __lsx_vst(SUB(loc3, vec0), tmp_buf, 17 * 16); in vp9_idct_butterfly_transpose_store() local
795 __lsx_vst(SUB(loc0, vec3), tmp_buf, 3 in vp9_idct_butterfly_transpose_store() local
796 __lsx_vst(SUB(loc1, vec2), tmp_buf, 22 * 16); vp9_idct_butterfly_transpose_store() local
797 __lsx_vst(SUB(loc2, vec1), tmp_buf, 26 * 16); vp9_idct_butterfly_transpose_store() local
798 __lsx_vst(SUB(loc3, vec0), tmp_buf, 18 * 16); vp9_idct_butterfly_transpose_store() local
813 __lsx_vst(SUB(loc0, vec3), tmp_buf, 28 * 16); vp9_idct_butterfly_transpose_store() local
814 __lsx_vst(SUB(loc1, vec2), tmp_buf, 20 * 16); vp9_idct_butterfly_transpose_store() local
815 __lsx_vst(SUB(loc2, vec1), tmp_buf, 24 * 16); vp9_idct_butterfly_transpose_store() local
816 __lsx_vst(SUB(loc3, vec0), tmp_buf, 16 * 16); vp9_idct_butterfly_transpose_store() local
879 vp9_idct8x32_column_even_process_store(int16_t *tmp_buf, int16_t *tmp_eve_buf) vp9_idct8x32_column_even_process_store() argument
994 vp9_idct8x32_column_odd_process_store(int16_t *tmp_buf, int16_t *tmp_odd_buf) vp9_idct8x32_column_odd_process_store() argument
1258 vp9_idct8x32_1d_columns_lsx(int16_t *input, int16_t *output, int16_t *tmp_buf) vp9_idct8x32_1d_columns_lsx() argument
[all...]
H A Dhevc_idct_lsx.c542 int32_t tmp_buf[8 * 32 + 15]; in hevc_idct_8x32_column_lsx() local
543 int32_t *tmp_buf_ptr = tmp_buf + 15; in hevc_idct_8x32_column_lsx()
761 static void hevc_idct_transpose_32x8_to_8x32(int16_t *coeffs, int16_t *tmp_buf) in hevc_idct_transpose_32x8_to_8x32() argument
774 __lsx_vst(in0, tmp_buf, 0); in hevc_idct_transpose_32x8_to_8x32()
775 __lsx_vst(in1, tmp_buf, 16); in hevc_idct_transpose_32x8_to_8x32()
776 __lsx_vst(in2, tmp_buf, 32); in hevc_idct_transpose_32x8_to_8x32()
777 __lsx_vst(in3, tmp_buf, 48); in hevc_idct_transpose_32x8_to_8x32()
778 __lsx_vst(in4, tmp_buf, 64); in hevc_idct_transpose_32x8_to_8x32()
779 __lsx_vst(in5, tmp_buf, 80); in hevc_idct_transpose_32x8_to_8x32()
780 __lsx_vst(in6, tmp_buf, 9 in hevc_idct_transpose_32x8_to_8x32()
786 hevc_idct_transpose_8x32_to_32x8(int16_t *tmp_buf, int16_t *coeffs) hevc_idct_transpose_8x32_to_32x8() argument
815 int16_t tmp_buf[8 * 32 + 31]; ff_hevc_idct_32x32_lsx() local
[all...]
/third_party/selinux/libselinux/src/
H A Dlabel_support.c28 char *tmp_buf = NULL; in read_spec_entry() local
33 tmp_buf = *ptr; in read_spec_entry()
47 *entry = strndup(tmp_buf, *len); in read_spec_entry()
160 unsigned char *tmp_buf; in digest_add_specfile() local
172 tmp_buf = realloc(digest->hashbuf, digest->hashbuf_size); in digest_add_specfile()
173 if (!tmp_buf) in digest_add_specfile()
176 digest->hashbuf = tmp_buf; in digest_add_specfile()
186 tmp_buf = memcpy(digest->hashbuf + in digest_add_specfile()
189 if (!tmp_buf) in digest_add_specfile()
/third_party/mbedtls/programs/ssl/
H A Dssl_test_common_source.c138 unsigned char *tmp_buf; in ssl_check_record() local
142 tmp_buf = mbedtls_calloc(1, len); in ssl_check_record()
143 if (tmp_buf == NULL) { in ssl_check_record()
146 memcpy(tmp_buf, buf, len); in ssl_check_record()
148 ret_cr1 = mbedtls_ssl_check_record(ssl, tmp_buf, len); in ssl_check_record()
152 memcpy(tmp_buf, buf, len); /* Restore buffer */ in ssl_check_record()
153 ret_cr2 = mbedtls_ssl_check_record(ssl, tmp_buf, len); in ssl_check_record()
193 mbedtls_free(tmp_buf); in ssl_check_record()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c213 char *tmp_buf; in tre_tnfa_run_parallel() local
242 /* Get the various pointers within tmp_buf (properly aligned). */ in tre_tnfa_run_parallel()
244 tmp_buf = buf + tbytes; in tre_tnfa_run_parallel()
245 tmp_buf += ALIGN(tmp_buf, long); in tre_tnfa_run_parallel()
246 reach_next = (void *)tmp_buf; in tre_tnfa_run_parallel()
247 tmp_buf += rbytes; in tre_tnfa_run_parallel()
248 tmp_buf += ALIGN(tmp_buf, long); in tre_tnfa_run_parallel()
249 reach = (void *)tmp_buf; in tre_tnfa_run_parallel()
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c213 char *tmp_buf; in tre_tnfa_run_parallel() local
242 /* Get the various pointers within tmp_buf (properly aligned). */ in tre_tnfa_run_parallel()
244 tmp_buf = buf + tbytes; in tre_tnfa_run_parallel()
245 tmp_buf += ALIGN(tmp_buf, long); in tre_tnfa_run_parallel()
246 reach_next = (void *)tmp_buf; in tre_tnfa_run_parallel()
247 tmp_buf += rbytes; in tre_tnfa_run_parallel()
248 tmp_buf += ALIGN(tmp_buf, long); in tre_tnfa_run_parallel()
249 reach = (void *)tmp_buf; in tre_tnfa_run_parallel()
[all...]
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c213 char *tmp_buf; in tre_tnfa_run_parallel() local
242 /* Get the various pointers within tmp_buf (properly aligned). */ in tre_tnfa_run_parallel()
244 tmp_buf = buf + tbytes; in tre_tnfa_run_parallel()
245 tmp_buf += ALIGN(tmp_buf, long); in tre_tnfa_run_parallel()
246 reach_next = (void *)tmp_buf; in tre_tnfa_run_parallel()
247 tmp_buf += rbytes; in tre_tnfa_run_parallel()
248 tmp_buf += ALIGN(tmp_buf, long); in tre_tnfa_run_parallel()
249 reach = (void *)tmp_buf; in tre_tnfa_run_parallel()
[all...]
/third_party/musl/src/regex/
H A Dregexec.c213 char *tmp_buf; in tre_tnfa_run_parallel() local
242 /* Get the various pointers within tmp_buf (properly aligned). */ in tre_tnfa_run_parallel()
244 tmp_buf = buf + tbytes; in tre_tnfa_run_parallel()
245 tmp_buf += ALIGN(tmp_buf, long); in tre_tnfa_run_parallel()
246 reach_next = (void *)tmp_buf; in tre_tnfa_run_parallel()
247 tmp_buf += rbytes; in tre_tnfa_run_parallel()
248 tmp_buf += ALIGN(tmp_buf, long); in tre_tnfa_run_parallel()
249 reach = (void *)tmp_buf; in tre_tnfa_run_parallel()
[all...]
/third_party/selinux/libsepol/src/
H A Dservices.c215 char tmp_buf[128]; in get_name_list() local
233 snprintf(tmp_buf, sizeof(tmp_buf), "(%s%s", src, op); in get_name_list()
234 cat_expr_buf(expr_list[expr_counter], tmp_buf); in get_name_list()
249 snprintf(tmp_buf, sizeof(tmp_buf), " %s", in get_name_list()
253 snprintf(tmp_buf, sizeof(tmp_buf), " %s", in get_name_list()
257 snprintf(tmp_buf, sizeof(tmp_buf), " in get_name_list()
276 char tmp_buf[128]; msgcat() local
399 char tmp_buf[128]; constraint_expr_eval_reason() local
[all...]
H A Dnode_record.c379 char *tmp_buf = malloc(node->addr_sz); in sepol_node_get_addr_bytes() local
380 if (!tmp_buf) { in sepol_node_get_addr_bytes()
385 memcpy(tmp_buf, node->addr, node->addr_sz); in sepol_node_get_addr_bytes()
386 *buffer = tmp_buf; in sepol_node_get_addr_bytes()
464 char *tmp_buf = malloc(node->mask_sz); in sepol_node_get_mask_bytes() local
465 if (!tmp_buf) { in sepol_node_get_mask_bytes()
470 memcpy(tmp_buf, node->mask, node->mask_sz); in sepol_node_get_mask_bytes()
471 *buffer = tmp_buf; in sepol_node_get_mask_bytes()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_obj.c37 char tmp_buf[80]; in X509_NAME_oneline() local
68 i2t_ASN1_OBJECT(tmp_buf, sizeof(tmp_buf), ne->object); in X509_NAME_oneline()
69 s = tmp_buf; in X509_NAME_oneline()
/third_party/openssl/crypto/x509/
H A Dx509_obj.c37 char tmp_buf[80]; in X509_NAME_oneline() local
68 i2t_ASN1_OBJECT(tmp_buf, sizeof(tmp_buf), ne->object); in X509_NAME_oneline()
69 s = tmp_buf; in X509_NAME_oneline()
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_idct_msa.c1528 static void vp9_idct_butterfly_transpose_store(int16_t *tmp_buf, in vp9_idct_butterfly_transpose_store() argument
1548 ST_SH((loc0 - vec3), (tmp_buf + 31 * 8)); in vp9_idct_butterfly_transpose_store()
1549 ST_SH((loc1 - vec2), (tmp_buf + 23 * 8)); in vp9_idct_butterfly_transpose_store()
1550 ST_SH((loc2 - vec1), (tmp_buf + 27 * 8)); in vp9_idct_butterfly_transpose_store()
1551 ST_SH((loc3 - vec0), (tmp_buf + 19 * 8)); in vp9_idct_butterfly_transpose_store()
1565 ST_SH((loc0 - vec3), (tmp_buf + 29 * 8)); in vp9_idct_butterfly_transpose_store()
1566 ST_SH((loc1 - vec2), (tmp_buf + 21 * 8)); in vp9_idct_butterfly_transpose_store()
1567 ST_SH((loc2 - vec1), (tmp_buf + 25 * 8)); in vp9_idct_butterfly_transpose_store()
1568 ST_SH((loc3 - vec0), (tmp_buf + 17 * 8)); in vp9_idct_butterfly_transpose_store()
1582 ST_SH((loc0 - vec3), (tmp_buf in vp9_idct_butterfly_transpose_store()
1630 vp9_idct8x32_column_even_process_store(int16_t *tmp_buf, int16_t *tmp_eve_buf) vp9_idct8x32_column_even_process_store() argument
1714 vp9_idct8x32_column_odd_process_store(int16_t *tmp_buf, int16_t *tmp_odd_buf) vp9_idct8x32_column_odd_process_store() argument
1945 vp9_idct8x32_1d_columns_msa(int16_t *input, int16_t *output, int16_t *tmp_buf) vp9_idct8x32_1d_columns_msa() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_build.c601 struct wpabuf *tmp_buf = NULL; in p2p_buf_add_service_instance() local
613 tmp_buf = wpabuf_alloc(MAX_SVC_ADV_IE_LEN + 256 + P2PS_HASH_LEN); in p2p_buf_add_service_instance()
614 if (!tmp_buf) in p2p_buf_add_service_instance()
621 ie_len = p2p_buf_add_ie_hdr(tmp_buf); in p2p_buf_add_service_instance()
625 wpabuf_put_u8(tmp_buf, P2P_ATTR_ADVERTISED_SERVICE); in p2p_buf_add_service_instance()
626 attr_len = wpabuf_put(tmp_buf, sizeof(u16)); in p2p_buf_add_service_instance()
628 p2p_buf_update_ie_hdr(tmp_buf, ie_len); in p2p_buf_add_service_instance()
629 pos = wpabuf_put(tmp_buf, 0); in p2p_buf_add_service_instance()
633 p2p_buf_add_service_info(tmp_buf, p2p, 0, 0, P2PS_WILD_HASH_STR, in p2p_buf_add_service_instance()
646 p2p_buf_add_service_info(tmp_buf, p2 in p2p_buf_add_service_instance()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_build.c601 struct wpabuf *tmp_buf = NULL; in p2p_buf_add_service_instance() local
613 tmp_buf = wpabuf_alloc(MAX_SVC_ADV_IE_LEN + 256 + P2PS_HASH_LEN); in p2p_buf_add_service_instance()
614 if (!tmp_buf) in p2p_buf_add_service_instance()
621 ie_len = p2p_buf_add_ie_hdr(tmp_buf); in p2p_buf_add_service_instance()
625 wpabuf_put_u8(tmp_buf, P2P_ATTR_ADVERTISED_SERVICE); in p2p_buf_add_service_instance()
626 attr_len = wpabuf_put(tmp_buf, sizeof(u16)); in p2p_buf_add_service_instance()
628 p2p_buf_update_ie_hdr(tmp_buf, ie_len); in p2p_buf_add_service_instance()
629 pos = wpabuf_put(tmp_buf, 0); in p2p_buf_add_service_instance()
633 p2p_buf_add_service_info(tmp_buf, p2p, 0, 0, P2PS_WILD_HASH_STR, in p2p_buf_add_service_instance()
646 p2p_buf_add_service_info(tmp_buf, p2 in p2p_buf_add_service_instance()
[all...]
/third_party/backends/backend/
H A Dteco2.c1154 int *tmp_buf, *tmp_min_buf, *tmp_max_buf; /* hold the temporary calibration */ in teco_do_calibration() local
1228 tmp_buf = malloc (tmp_buf_size); in teco_do_calibration()
1231 memset (tmp_buf, 0, tmp_buf_size); in teco_do_calibration()
1248 if ((tmp_buf == NULL) || (tmp_min_buf == NULL) || (tmp_max_buf == NULL)) in teco_do_calibration()
1287 free (tmp_buf); in teco_do_calibration()
1312 tmp_buf[3 * j + 0] += in teco_do_calibration()
1324 tmp_buf[3 * j + 1] += in teco_do_calibration()
1336 tmp_buf[3 * j + 2] += in teco_do_calibration()
1351 tmp_buf[3 * j + 0] += dev->buffer[3 * j + 0]; in teco_do_calibration()
1362 tmp_buf[ in teco_do_calibration()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djcgryext-neon.c45 ALIGN(16) uint8_t tmp_buf[16 * RGB_PIXELSIZE]; in jsimd_rgb_gray_convert_neon() local
60 memcpy(tmp_buf, inptr, cols_remaining * RGB_PIXELSIZE); in jsimd_rgb_gray_convert_neon()
61 inptr = tmp_buf; in jsimd_rgb_gray_convert_neon()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate04.c214 char tmp_buf[buf_size]; in test04() local
217 fill_tst_buf(tmp_buf); in test04()
219 memcpy(exp_buf, tmp_buf, block_size); in test04()
220 memcpy(exp_buf + block_size, tmp_buf + 2 * block_size, in test04()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DGrallocAndroid.cpp85 [&](const auto &tmp_err, const auto &tmp_buf) { in import()
89 *imported_handle = static_cast<buffer_handle_t>(tmp_buf); in import()
101 [&](const auto &tmp_err, const auto &tmp_buf) { in import()
105 *imported_handle = static_cast<buffer_handle_t>(tmp_buf); in import()
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DGrallocAndroid.cpp85 [&](const auto &tmp_err, const auto &tmp_buf) { in import()
89 *imported_handle = static_cast<buffer_handle_t>(tmp_buf); in import()
101 [&](const auto &tmp_err, const auto &tmp_buf) { in import()
105 *imported_handle = static_cast<buffer_handle_t>(tmp_buf); in import()
/third_party/mbedtls/library/
H A Dccm.c129 unsigned char tmp_buf[16] = { 0 }; in mbedtls_ccm_crypt() local
132 ret = mbedtls_block_cipher_encrypt(&ctx->block_cipher_ctx, ctx->ctr, tmp_buf); in mbedtls_ccm_crypt()
135 ret = mbedtls_cipher_update(&ctx->cipher_ctx, ctx->ctr, 16, tmp_buf, &olen); in mbedtls_ccm_crypt()
139 mbedtls_platform_zeroize(tmp_buf, sizeof(tmp_buf)); in mbedtls_ccm_crypt()
143 mbedtls_xor(output, input, tmp_buf + offset, use_len); in mbedtls_ccm_crypt()
145 mbedtls_platform_zeroize(tmp_buf, sizeof(tmp_buf)); in mbedtls_ccm_crypt()
/third_party/ffmpeg/tests/checkasm/
H A Dvf_hflip.c32 uint8_t *tmp_buf = (uint8_t *)buf;\
34 tmp_buf[j] = rnd() & 0xFF; \
H A Dvf_eq.c36 uint8_t *tmp_buf = (uint8_t *)buf;\
38 tmp_buf[j] = rnd() & 0xFF; \
H A Dvf_threshold.c31 uint8_t *tmp_buf = (uint8_t *)buf;\
33 tmp_buf[j] = rnd() & 0xFF; \
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
H A Djccolext-neon.c56 ALIGN(16) uint8_t tmp_buf[8 * RGB_PIXELSIZE]; in jsimd_rgb_ycc_convert_neon() local
84 memcpy(tmp_buf, inptr, cols_remaining * RGB_PIXELSIZE); in jsimd_rgb_ycc_convert_neon()
85 inptr = tmp_buf; in jsimd_rgb_ycc_convert_neon()

Completed in 27 milliseconds

123