Home
last modified time | relevance | path

Searched defs:fillbuf (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/libelf/
Delf32_updatefile.c477 fill (int fd, off_t pos, size_t len, char *fillbuf, size_t *filledp) in fill()
513 char fillbuf[FILLBUFSIZE]; in __elfw2() local
/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
/external/ltp/testcases/kernel/io/direct_io/
Ddiotest_routines.c56 void fillbuf(char *buf, int count, char value) in fillbuf() function
/external/zlib/src/contrib/iostream/
Dzfstream.cpp235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
/external/elfutils/lib/
Dsha1.c46 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
Dmd5.c46 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
/external/libvncserver/common/
Dmd5.c61 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
/external/syslinux/com32/libutil/
Dsha512crypt.c46 static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; variable
Dsha256crypt.c39 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
/external/openssh/regress/
Dnetcat.c971 fillbuf(int fd, unsigned char *buf, size_t *bufpos) in fillbuf() function