Searched refs:buf_read (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/io/writetest/ |
D | writetest.c | 117 char buf_read[BLOCKSIZE]; in verify_file() local 133 rv = read(fd, buf_read, BLOCKSIZE); in verify_file() 141 br = buf_read[n] & 0xff; in verify_file()
|
/external/nanopb-c/ |
D | pb_decode.c | 36 static bool checkreturn buf_read(pb_istream_t *stream, uint8_t *buf, size_t count); 80 static bool checkreturn buf_read(pb_istream_t *stream, uint8_t *buf, size_t count) in buf_read() function 97 if (buf == NULL && stream->callback != buf_read) in pb_read() 120 if (!buf_read(stream, buf, count)) in pb_read() 154 stream.callback = &buf_read; in pb_istream_from_buffer()
|
/external/libvpx/libvpx/ |
D | ivfdec.c | 66 input_ctx->detect.buf_read = 0; in file_is_ivf()
|
D | tools_common.h | 78 size_t buf_read; member
|
D | tools_common.c | 111 const size_t left = detect->buf_read - detect->position; in read_yuv_frame()
|
D | vpxenc.c | 1037 input->detect.buf_read = fread(input->detect.buf, 1, 4, input->file); in open_input_file() 1040 if (input->detect.buf_read == 4 && file_is_y4m(input->detect.buf)) { in open_input_file() 1054 } else if (input->detect.buf_read == 4 && fourcc_is_ivf(input->detect.buf)) { in open_input_file()
|
/external/zlib/src/contrib/minizip/ |
D | zip.c | 815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() local 825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) in LoadCentralDirectoryRecord() 829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); in LoadCentralDirectoryRecord() 833 TRYFREE(buf_read); in LoadCentralDirectoryRecord()
|