Home
last modified time | relevance | path

Searched defs:tmp_buf (Results 1 – 25 of 45) sorted by relevance

12

/third_party/selinux/libselinux/src/
Dlabel_support.c28 char *tmp_buf = NULL; in read_spec_entry() local
160 unsigned char *tmp_buf; in digest_add_specfile() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DGrallocAndroid.cpp85 [&](const auto &tmp_err, const auto &tmp_buf) { in import()
101 [&](const auto &tmp_err, const auto &tmp_buf) { in import()
/third_party/skia/third_party/externals/swiftshader/src/System/
DGrallocAndroid.cpp85 [&](const auto &tmp_err, const auto &tmp_buf) { in import()
101 [&](const auto &tmp_err, const auto &tmp_buf) { in import()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dsymbolize.h99 char *const tmp_buf; member
/third_party/openssl/crypto/x509/
Dx509_obj.c37 char tmp_buf[80]; in X509_NAME_oneline() local
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx509_obj.c37 char tmp_buf[80]; in X509_NAME_oneline() local
/third_party/ffmpeg/libavcodec/
Dtak_parser.c66 const uint8_t *tmp_buf = buf; in tak_parse() local
Dfft.h79 FFTComplex *tmp_buf; member
/third_party/ffmpeg/libavcodec/loongarch/
Dhevc_idct_lsx.c542 int32_t tmp_buf[8 * 32 + 15]; in hevc_idct_8x32_column_lsx() local
761 static void hevc_idct_transpose_32x8_to_8x32(int16_t *coeffs, int16_t *tmp_buf) in hevc_idct_transpose_32x8_to_8x32()
786 static void hevc_idct_transpose_8x32_to_32x8(int16_t *tmp_buf, int16_t *coeffs) in hevc_idct_transpose_8x32_to_32x8()
815 int16_t tmp_buf[8 * 32 + 31]; in ff_hevc_idct_32x32_lsx() local
Dvp9_idct_lsx.c736 static void vp9_idct_butterfly_transpose_store(int16_t *tmp_buf, in vp9_idct_butterfly_transpose_store()
879 static void vp9_idct8x32_column_even_process_store(int16_t *tmp_buf, in vp9_idct8x32_column_even_process_store()
994 static void vp9_idct8x32_column_odd_process_store(int16_t *tmp_buf, in vp9_idct8x32_column_odd_process_store()
1259 int16_t *tmp_buf) in vp9_idct8x32_1d_columns_lsx()
1319 int16_t tmp_buf[8 * 32] ALLOC_ALIGNED(16); in vp9_idct32x32_34_colcol_addblk_lsx() local
1353 int16_t tmp_buf[8 * 32] ALLOC_ALIGNED(16); in vp9_idct32x32_colcol_addblk_lsx() local
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c214 char tmp_buf[buf_size]; in test04() local
/third_party/selinux/libsepol/src/
Dutil.c207 char *tmp_buf = *ptr; in tokenize_str() local
Dnode_record.c379 char *tmp_buf = malloc(node->addr_sz); in sepol_node_get_addr_bytes() local
464 char *tmp_buf = malloc(node->mask_sz); in sepol_node_get_mask_bytes() local
Dservices.c215 char tmp_buf[128]; in get_name_list() local
276 char tmp_buf[128]; in msgcat() local
399 char tmp_buf[128]; in constraint_expr_eval_reason() local
/third_party/ffmpeg/libavformat/
Drtmphttp.c160 uint8_t tmp_buf[2048]; in rtmp_http_close() local
/third_party/ffmpeg/libavcodec/mips/
Dhevc_idct_msa.c441 int32_t tmp_buf[8 * 32 + 15]; in hevc_idct_8x32_column_msa() local
601 static void hevc_idct_transpose_32x8_to_8x32(int16_t *coeffs, int16_t *tmp_buf) in hevc_idct_transpose_32x8_to_8x32()
614 static void hevc_idct_transpose_8x32_to_32x8(int16_t *tmp_buf, int16_t *coeffs) in hevc_idct_transpose_8x32_to_32x8()
631 int16_t tmp_buf[8 * 32 + 31]; in hevc_idct_32x32_msa() local
Dvp9_idct_msa.c1528 static void vp9_idct_butterfly_transpose_store(int16_t *tmp_buf, in vp9_idct_butterfly_transpose_store()
1630 static void vp9_idct8x32_column_even_process_store(int16_t *tmp_buf, in vp9_idct8x32_column_even_process_store()
1714 static void vp9_idct8x32_column_odd_process_store(int16_t *tmp_buf, in vp9_idct8x32_column_odd_process_store()
1946 int16_t *tmp_buf) in vp9_idct8x32_1d_columns_msa()
2001 int16_t tmp_buf[8 * 32] ALLOC_ALIGNED(ALIGNMENT); in vp9_idct32x32_34_colcol_addblk_msa() local
2048 int16_t tmp_buf[8 * 32] ALLOC_ALIGNED(ALIGNMENT); in vp9_idct32x32_colcol_addblk_msa() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd_enc.c271 struct pipe_video_buffer *tmp_buf, templat = {}; in radeon_uvd_create_encoder() local
Dradeon_vce.c388 struct pipe_video_buffer *tmp_buf, templat = {}; in si_vce_create_encoder() local
Dradeon_vcn_enc.c456 struct pipe_video_buffer *tmp_buf, templat = {}; in radeon_create_encoder() local
/third_party/mbedtls/programs/ssl/
Dssl_test_common_source.c150 unsigned char *tmp_buf; in ssl_check_record() local
/third_party/libcoap/src/
Dcoap_session.c43 char tmp_buf[INET6_ADDRSTRLEN] = {0}; in loopback_packet_check() local
90 …nt loopback_packet_compare_ip(const char *src_buf, const char *addr_perface, const char *tmp_buf) { in loopback_packet_compare_ip()
107 char tmp_buf[INET6_ADDRSTRLEN] = { 0 }; in loopback_packet_check() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c402 struct pipe_video_buffer *tmp_buf, templat = {}; in rvce_create_encoder() local
/third_party/mesa3d/src/gallium/frontends/va/
Dimage.c663 struct pipe_video_buffer *tmp_buf; in vlVaPutImage() local
/third_party/openssl/apps/
Dpasswd.c591 char tmp_buf[80]; /* "rounds=999999999" */ in shacrypt() local

12