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

1 2

  /frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java 52 fillBuf();
58 private int fillBuf() throws IOException {
73 * all remaining bytes, will attempt to {@link #fillBuf()}.
81 fillBuf();
110 } while (fillBuf() > 0);
141 } while (fillBuf() > 0);
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
StrictLineReader.java 132 // Though it's an error to read after an exception, we will let {@code fillBuf()}
135 fillBuf();
162 // Mark unterminated line in case fillBuf throws EOFException or IOException.
164 fillBuf();
187 private void fillBuf() throws IOException {
  /external/zlib/src/contrib/iostream/
zfstream.h 40 int fillbuf();
zfstream.cpp 162 int result = fillbuf();
235 int gzfilebuf::fillbuf() { function in class:gzfilebuf
  /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/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/vboot_reference/utility/
efidecompress.c 95 FillBuf (
172 FillBuf (Sd, NumOfBits);
356 FillBuf (Sd, Sd->mPTLen[Val]);
429 FillBuf (Sd, (UINT16) ((CharC < 7) ? 3 : CharC - 3));
510 FillBuf (Sd, Sd->mPTLen[CharC]);
603 FillBuf (Sd, Sd->mCLen[Index2]);
825 FillBuf (Sd, BITBUFSIZ);
  /system/core/libsparse/
sparse_read.c 146 uint32_t *fillbuf; local
165 fillbuf = (uint32_t *)copybuf;
167 fillbuf[i] = fill_val;
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
ProcFileReaderTest.java 80 // read numbers using very small buffer size, exercising fillBuf()
  /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/libvncserver/common/
md5.c 61 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; variable
117 memcpy (&ctx->buffer[bytes], fillbuf, pad);
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 162 ISVBuffer* fillBuf = mBufferManager->mapBuffer(fillHandle);
163 fillBufList->push_back(fillBuf);
  /toolchain/binutils/binutils-2.25/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/opencv/cv/src/
cvimgwarp.cpp 1087 double fillbuf[4]; local
1364 double fillbuf[4]; local
1992 double fillbuf[4]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libcrypt.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/
libcrypt.a     [all...]
libcrypt_pic.a     [all...]
  /external/iputils/
tftpsubs.c 75 int newline = 0; /* fillbuf: in middle of newline expansion */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libcrypt.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/xen/
libcrypt.a     [all...]
libcrypt_pic.a     [all...]
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libcrypt.a     [all...]

Completed in 1451 milliseconds

1 2