Home
last modified time | relevance | path

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

123

/third_party/selinux/libselinux/src/
Dlabel_support.c27 char *tmp_buf = NULL; in read_spec_entry() local
158 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/protobuf/third_party/abseil-cpp/absl/debugging/internal/
Dsymbolize.h99 char *const tmp_buf; member
/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/ffmpeg/libavcodec/
Dtak_parser.c66 const uint8_t *tmp_buf = buf; in tak_parse() local
Dfft.h79 FFTComplex *tmp_buf; member
/third_party/liburing/test/
Drsrc_tags.c155 char tmp_buf[1024]; in test_buffers_update() local
228 char tmp_buf[1024]; in test_buffers_empty_buffers() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Ddeconv_winograd_fp16.c175 …p16(const float16_t *tile_in, float16_t *tile_out, const float16_t *weight_buf, float16_t *tmp_buf, in DeConvWgCalWgFp16()
216 …ommFp16(const float16_t *tile_in, float16_t *tile_out, const float16_t *weight, float16_t *tmp_buf, in DeConvWgCalCommFp16()
383 …float16_t *tmp_buf = (float16_t *)unit->tmp_buffer_ + task_id * unit->winograd_.kh_ * unit->winogr… in DeconvWgFp16() local
401 …float16_t *tmp_buf = (float16_t *)unit->tmp_buffer_ + task_id * deconv_param->oc_div_ * unit->w_si… in DeconvWgFp16() local
/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/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Ddeconv_winograd_fp32.c535 …d DeConvWgCalWgFp32(const float *tile_in, float *tile_out, const float *weight_buf, float *tmp_buf, in DeConvWgCalWgFp32()
581 void DeConvWgCalCommFp32(const float *tile_in, float *tile_out, const float *weight, float *tmp_buf in DeConvWgCalCommFp32()
668 …float *tmp_buf = (float *)unit->tmp_buffer_ + task_id * unit->winograd_.kh_ * unit->winograd_.kw_ * in DeconvWg() local
686 …float *tmp_buf = (float *)unit->tmp_buffer_ + task_id * deconv_param->oc_div_ * unit->w_size_ * un… in DeconvWg() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp32/
Daffine_fp32_coder.cc94 auto tmp_buf = fbb.GetBufferPointer(); in CreateMatmulPrimitive() local
/third_party/backends/backend/
Dartec.c779 SANE_Byte tmp_buf[32768]; /* max dpi 1200 * 8.5 inches * 3 = 30600 */ in artec_reverse_line() local
855 SANE_Byte tmp_buf[32768]; /* max dpi 1200 * 8.5 inches * 3 = 30600 */ in artec_line_rgb_to_byte_rgb() local
1143 char tmp_buf[128]; in artec_send_gamma_table() local
1900 char tmp_buf[129]; in dump_inquiry() local
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c214 char tmp_buf[buf_size]; in test04() local
/third_party/selinux/libsepol/src/
Dutil.c233 const 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
/third_party/grpc/third_party/upb/upb/reflection/internal/
Ddef_builder.h41 char* tmp_buf; // Temporary buffer in tmp_arena. member
/third_party/protobuf/upb/reflection/internal/
Ddef_builder.h41 char* tmp_buf; // Temporary buffer in tmp_arena. member
/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
/third_party/mbedtls/programs/ssl/
Dssl_test_common_source.c138 unsigned char *tmp_buf; in ssl_check_record() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp16/
Ddeconvolution_fp16.cc221 auto tmp_buf = tmp_buffer_ + task_id * stride * kernel_plane_ * matmul_param_->row_16_; in DoDeconvPost() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c378 struct pipe_video_buffer *tmp_buf, templat = {}; in rvce_create_encoder() local

123