Home
last modified time | relevance | path

Searched defs:line_buffer (Results 1 – 21 of 21) sorted by relevance

/third_party/ltp/testcases/kernel/fs/mongo/
Dmongo_slinks.c29 char *line_buffer = NULL; in main() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp16/
Dresize_fp16.cc82 …float16_t *line_buffer = static_cast<float16_t *>(line_buffer_) + new_width_ * channel * 4 * task_… in RunImpl() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp32/
Dresize_fp32.cc209 float *line_buffer = static_cast<float *>(line_buffer_) + in RunImpl() local
/third_party/backends/backend/
Dsm3840.h97 SANE_Byte *line_buffer; /* One remapped/etc line */ member
Du12-if.c539 static SANE_Status u12if_readLine( U12_Device *dev, SANE_Byte *line_buffer ) in u12if_readLine()
Das6e.h104 SANE_Byte *line_buffer; member
Dkodakaio.h177 SANE_Byte *line_buffer; member
Dmagicolor.h208 SANE_Byte *line_buffer; member
Dmustek.h226 SANE_Word *line_buffer[3]; member
Depsonds.h177 SANE_Byte *buf, *line_buffer; member
Dartec_eplus48u.h297 SANE_Byte *line_buffer; member
Dartec.c874 static SANE_Byte **line_buffer = NULL; variable
Depson.h249 SANE_Byte *line_buffer[LINES_SHUFFLE_MAX]; member
Depson2.h391 SANE_Byte *line_buffer[LINES_SHUFFLE_MAX]; member
/third_party/rust/rust/src/tools/rustfmt/src/
Dformatting.rs316 pub(crate) line_buffer: String, field
508 line_buffer: String, field
Dchains.rs924 let mut line_buffer = String::with_capacity(s.len()); in trim_tries() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dresize_fp16.c315 float16_t *line_buffer, const int h_begin, const int h_end) { in BicubicFp16()
332 … const float16_t *x_weights, float16_t *line_buffer, const int h_begin, const int h_end) { in ResizeBicubicFp16()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dresize_fp32.c419 float *line_buffer, const int h_begin, const int h_end) { in Bicubic()
436 float *line_buffer, const int h_begin, const int h_end) { in ResizeBicubic()
/third_party/glfw/deps/
Dstb_image_write.h1092 …, int stride_bytes, int width, int height, int y, int n, int filter_type, signed char *line_buffer) in stbiw__encode_png_line()
1134 signed char *line_buffer; in stbi_write_png_to_mem() local
/third_party/astc-encoder/Source/
Dstb_image_write.h1092 …, int stride_bytes, int width, int height, int y, int n, int filter_type, signed char *line_buffer) in stbiw__encode_png_line()
1134 signed char *line_buffer; in stbi_write_png_to_mem() local
/third_party/ffmpeg/libavformat/
Dftp.c150 AVBPrint line_buffer; in ftp_status() local