Home
last modified time | relevance | path

Searched defs:tmp_buffer (Results 1 – 20 of 20) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/wrapper/fp32/
Ddeconvolution_fp32_wrapper.c39 …float *tmp_buffer = tmp_ori_buffer + task_id * thread_stride * C8NUM * kernel_plane * matmul_param… in DoDeconvFp32() local
44 …float *tmp_buffer = tmp_ori_buffer + task_id * thread_stride * C8NUM * kernel_plane * matmul_param… in DoDeconvFp32() local
65 float *tmp_buffer = args->tmp_buffer_; in DeConvFp32Run() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Ddeconvolution_fp32.cc139 …auto tmp_buffer = tmp_buffer_ + task_id * thread_stride_ * C8NUM * kernel_plane_ * matmul_param_->… in DoDeconv() local
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtitem.cc132 GstBuffer *tmp_buffer; in ~QtGLVideoItem() local
313 GstBuffer *tmp_buffer; in updatePaintNode() local
/third_party/grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc204 grpc_slice_buffer tmp_buffer; in OnReadDone() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_query.c285 struct pipe_resource *tmp_buffer = NULL; in gfx10_sh_query_get_result_resource() local
Dsi_query.c1433 struct pipe_resource *tmp_buffer = NULL; in si_query_hw_get_result_resource() local
/third_party/weston/clients/
Dclickdot.c73 cairo_surface_t *tmp_buffer = NULL; in draw_line() local
Dconfine.c80 cairo_surface_t *tmp_buffer = NULL; in draw_line() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dconv_depthwise_int8.c161 int tmp_buffer[C8NUM]; in ConvDw3x3Int8Window() local
337 int tmp_buffer[8]; in ConvDw3x3Int8BorderPixel() local
504 int tmp_buffer[C8NUM]; in ConvDwInt8BorderPixel() local
573 int tmp_buffer[C8NUM]; in ConvDwInt8Center() local
/third_party/e2fsprogs/ext2ed/
Dgeneral_com.c496 char *ptr,buffer [80],tmp_buffer [80]; in set_type() local
/third_party/lz4/tests/
Dfuzzer.c1180 { char tmp_buffer[240] = { 0 }; in FUZ_unitTests() local
1297 { char tmp_buffer[240] = { 0 }; in FUZ_unitTests() local
/third_party/gettext/gnulib-local/lib/libxml/
DparserInternals.c2061 xmlParserNodeInfo *tmp_buffer; in xmlParserAddNodeInfo() local
/third_party/libxml2/
DparserInternals.c2033 xmlParserNodeInfo *tmp_buffer; in xmlParserAddNodeInfo() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp4505 glw::GLuint tmp_buffer = too_much_buffers.top(); in TestErrorsOfNamedBufferData() local
4720 glw::GLuint tmp_buffer = too_much_buffers.top(); in TestErrorsOfNamedBufferStorage() local
Dgl3cTransformFeedbackTests.cpp875 glw::GLchar tmp_buffer[256]; in testExtension1() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c1611 struct pipe_resource *tmp_buffer = NULL; in r600_query_hw_get_result_resource() local
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c1155 GstBuffer *tmp_buffer; in gst_hls_demux_data_received() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c460 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch in PreprocessARGB() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c456 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch in PreprocessARGB() local
/third_party/ffmpeg/libavcodec/
Dexr.c817 uint16_t tmp_buffer[16]; /* B44 use 4x4 half float pixel */ in b44_uncompress() local