Searched defs:fillbuf (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 477 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/ |
D | RecyclableBufferedInputStream.java | 128 private int fillbuf(InputStream localIn, byte[] localBuf) in fillbuf() method in RecyclableBufferedInputStream
|
/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest_routines.c | 56 void fillbuf(char *buf, int count, char value) in fillbuf() function
|
/external/zlib/src/contrib/iostream/ |
D | zfstream.cpp | 235 int gzfilebuf::fillbuf() { in fillbuf() function in gzfilebuf
|
/external/elfutils/lib/ |
D | sha1.c | 46 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
|
D | md5.c | 46 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
|
/external/libvncserver/common/ |
D | md5.c | 61 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
|
/external/syslinux/com32/libutil/ |
D | sha512crypt.c | 46 static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; variable
|
D | sha256crypt.c | 39 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
|
/external/openssh/regress/ |
D | netcat.c | 971 fillbuf(int fd, unsigned char *buf, size_t *bufpos) in fillbuf() function
|