Searched refs:fillbuf (Results 1 – 11 of 11) sorted by relevance
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | RecyclableBufferedInputStream.java | 128 private int fillbuf(InputStream localIn, byte[] localBuf) in fillbuf() method in RecyclableBufferedInputStream 229 if (pos >= count && fillbuf(localIn, localBuf) == -1) { in read() 309 if (fillbuf(localIn, localBuf) == -1) { in read() 390 if (fillbuf(localIn, localBuf) == -1) { in skip()
|
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 486 fill (int fd, off_t pos, size_t len, char *fillbuf, size_t *filledp) in fill() argument 494 memset (fillbuf + filled, __libelf_fill_byte, fill_len - filled); in fill() 503 if (unlikely ((size_t) pwrite_retry (fd, fillbuf, n, pos) != n)) in fill() 522 char fillbuf[FILLBUFSIZE]; in __elfw2() local 590 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled) in __elfw2() 715 - last_offset, fillbuf, in __elfw2() 789 scn_start - last_offset, fillbuf, in __elfw2() 818 fillbuf, &filled) != 0)) in __elfw2()
|
/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest_routines.c | 56 void fillbuf(char *buf, int count, char value) in fillbuf() function 70 fillbuf(iv->iov_base, iv->iov_len, (char)value); in vfillbuf()
|
D | diotest_routines.h | 2 extern void fillbuf(char *buf, int count, char value);
|
D | diotest1.c | 139 fillbuf(buf, bufsize, (char)(i % 256)); in main()
|
D | diotest2.c | 99 fillbuf(buf1, bufsize, i); in runtest()
|
D | diotest3.c | 111 fillbuf(buf1, bufsize, childnum + i); in runtest()
|
D | diotest4.c | 230 fillbuf(buf0, bufsize, (char)i); in main()
|
/external/zlib/src/contrib/iostream/ |
D | zfstream.cpp | 162 int result = fillbuf(); in underflow() 235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
|
D | zfstream.h | 40 int fillbuf();
|
/external/openssh/regress/ |
D | netcat.c | 138 ssize_t fillbuf(int, unsigned char *, size_t *); 875 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf, in readwrite() 902 ret = fillbuf(pfd[POLL_NETIN].fd, netinbuf, in readwrite() 971 fillbuf(int fd, unsigned char *buf, size_t *bufpos) in fillbuf() function
|