Home
last modified time | relevance | path

Searched refs:fillbuf (Results 1 – 16 of 16) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DRecyclableBufferedInputStream.java128 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/
Delf32_updatefile.c477 fill (int fd, off_t pos, size_t len, char *fillbuf, size_t *filledp) in fill() argument
485 memset (fillbuf + filled, __libelf_fill_byte, fill_len - filled); in fill()
494 if (unlikely ((size_t) pwrite_retry (fd, fillbuf, n, pos) != n)) in fill()
513 char fillbuf[FILLBUFSIZE]; in __elfw2() local
586 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled) in __elfw2()
720 - last_offset, fillbuf, in __elfw2()
799 scn_start - last_offset, fillbuf, in __elfw2()
828 fillbuf, &filled) != 0)) in __elfw2()
/external/ltp/testcases/kernel/io/direct_io/
Ddiotest_routines.c56 void fillbuf(char *buf, int count, char value) in fillbuf() function
70 fillbuf(iv->iov_base, iv->iov_len, (char)value); in vfillbuf()
Ddiotest_routines.h2 extern void fillbuf(char *buf, int count, char value);
Ddiotest1.c139 fillbuf(buf, bufsize, (char)(i % 256)); in main()
Ddiotest2.c99 fillbuf(buf1, bufsize, i); in runtest()
Ddiotest3.c111 fillbuf(buf1, bufsize, childnum + i); in runtest()
Ddiotest4.c229 fillbuf(buf0, bufsize, (char)i); in main()
/external/zlib/src/contrib/iostream/
Dzfstream.cpp162 int result = fillbuf(); in underflow()
235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
Dzfstream.h40 int fillbuf();
/external/elfutils/lib/
Dmd5.c46 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
107 memcpy (&ctx->buffer[bytes], fillbuf, pad); in md5_finish_ctx()
Dsha1.c46 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
105 memcpy (&ctx->buffer[bytes], fillbuf, pad); in sha1_finish_ctx()
/external/libvncserver/common/
Dmd5.c61 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
117 memcpy (&ctx->buffer[bytes], fillbuf, pad);
/external/openssh/regress/
Dnetcat.c138 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
/external/syslinux/com32/libutil/
Dsha256crypt.c39 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
193 memcpy(&ctx->buffer[bytes], fillbuf, pad); in sha256_finish_ctx()
Dsha512crypt.c46 static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; variable
224 memcpy(&ctx->buffer[bytes], fillbuf, pad); in sha512_finish_ctx()