Searched refs:buf_read (Results 1 – 3 of 3) sorted by relevance
/external/grub/netboot/ |
D | fsys_tftp.c | 44 static int buf_eof, buf_read; variable 57 while (! buf_eof && (buf_read + packetsize <= FSYS_BUFLEN)) in buf_fill() 246 grub_memmove (buf + buf_read, tr->u.data.download, len); in buf_fill() 247 buf_read += len; in buf_fill() 270 buf_read = 0; in send_rrq() 331 buf_read = 0; in tftp_read() 359 int amt = buf_read + saved_filepos - filepos; in tftp_read() 380 buf_read -= FSYS_BUFLEN / 2; in tftp_read() 387 saved_filepos += buf_read; in tftp_read() 388 buf_read = 0; in tftp_read() [all …]
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 309 size_t buf_read; member 383 const size_t left = detect->buf_read - detect->position; in read_frame() 1691 input->detect.buf_read = fread(input->detect.buf, 1, 4, input->file); in open_input_file() 1694 if (input->detect.buf_read == 4 in open_input_file() 1709 else if (input->detect.buf_read == 4 && file_is_ivf(input, &fourcc)) 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()
|