HomeSort by relevance Sort by last modified time
    Searched defs:fillbuf (Results 1 - 25 of 25) sorted by null

  /external/ltp/testcases/kernel/io/direct_io/
diotest_routines.c 26 * fillbuf(), bufcmp(), filecmp()
53 * fillbuf: Fill buffer of given size with given character value
56 void fillbuf(char *buf, int count, char value) function
70 fillbuf(iv->iov_base, iv->iov_len, (char)value);
  /external/elfutils/lib/
md5.c 46 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
107 memcpy (&ctx->buffer[bytes], fillbuf, pad);
sha1.c 46 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
105 memcpy (&ctx->buffer[bytes], fillbuf, pad);
  /external/elfutils/libelf/
elf32_updatefile.c 477 fill (int fd, off_t pos, size_t len, char *fillbuf, size_t *filledp)
485 memset (fillbuf + filled, __libelf_fill_byte, fill_len - filled);
494 if (unlikely ((size_t) pwrite_retry (fd, fillbuf, n, pos) != n))
513 char fillbuf[FILLBUFSIZE]; local
586 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled)
720 - last_offset, fillbuf,
799 scn_start - last_offset, fillbuf,
828 fillbuf, &filled) != 0))
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
RecyclableBufferedInputStream.java 128 private int fillbuf(InputStream localIn, byte[] localBuf) method in class:RecyclableBufferedInputStream
229 if (pos >= count && fillbuf(localIn, localBuf) == -1) {
233 // localBuf may have been invalidated by fillbuf
309 if (fillbuf(localIn, localBuf) == -1) {
312 // localBuf may have been invalidated by fillbuf
390 if (fillbuf(localIn, localBuf) == -1) {
  /external/libvncserver/common/
md5.c 61 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
117 memcpy (&ctx->buffer[bytes], fillbuf, pad);
  /external/zlib/src/contrib/iostream/
zfstream.cpp 162 int result = fillbuf();
235 int gzfilebuf::fillbuf() { function in class:gzfilebuf
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream/
zfstream.cpp 162 int result = fillbuf();
235 int gzfilebuf::fillbuf() { function in class:gzfilebuf
  /system/core/libsparse/
sparse_read.cpp 121 uint32_t *fillbuf; local
140 fillbuf = (uint32_t *)copybuf;
142 fillbuf[i] = fill_val;
  /toolchain/binutils/binutils-2.27/libiberty/
md5.c 59 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
115 memcpy (&ctx->buffer[bytes], fillbuf, pad);
sha1.c 51 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
108 memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
  /external/syslinux/com32/libutil/
sha256crypt.c 39 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
193 memcpy(&ctx->buffer[bytes], fillbuf, pad);
sha512crypt.c 46 static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; variable
224 memcpy(&ctx->buffer[bytes], fillbuf, pad);
  /external/opencv/cv/src/
cvimgwarp.cpp 1087 double fillbuf[4]; local
1364 double fillbuf[4]; local
1992 double fillbuf[4]; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 320 milliseconds