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

1 2 3 4 5 6 7 8 9

  /frameworks/base/core/java/android/util/
Base64InputStream.java 98 refill(); method
110 refill(); method
121 refill(); method
137 private void refill() throws IOException { method in class:Base64InputStream
  /prebuilts/go/darwin-x86/src/crypto/cipher/
ofb.go 39 func (x *ofb) refill() { func
59 x.refill()
ctr.go 42 func (x *ctr) refill() { func
69 x.refill()
  /prebuilts/go/linux-x86/src/crypto/cipher/
ofb.go 39 func (x *ofb) refill() { func
59 x.refill()
ctr.go 42 func (x *ctr) refill() { func
69 x.refill()
  /external/kernel-headers/original/uapi/linux/
atm_zatm.h 27 int low_water,high_water; /* refill parameters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_zatm.h 27 int low_water,high_water; /* refill parameters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_zatm.h 27 int low_water,high_water; /* refill parameters */
  /prebuilts/go/darwin-x86/src/os/
dir_unix.go 35 // Refill the buffer if necessary
dir_plan9.go 25 // Refill the buffer if necessary.
  /prebuilts/go/linux-x86/src/os/
dir_unix.go 35 // Refill the buffer if necessary
dir_plan9.go 25 // Refill the buffer if necessary.
  /bionic/libc/stdio/
refill.c 1 /* $OpenBSD: refill.c,v 1.11 2009/11/09 00:18:27 kurt Exp $ */
48 * Refill a stdio buffer.
fread.c 115 * Less than a buffer to go, so refill the buffer and
  /external/okhttp/okio/okio/src/main/java/okio/
InflaterSource.java 62 boolean sourceExhausted = refill();
94 public boolean refill() throws IOException { method in class:InflaterSource
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
rget.c 39 * Refill, then return the first character
fgets.c 63 * If the buffer is empty, refill it.
getdelim.c 67 /* If the input buffer is empty, refill it */
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 63 Refill(c);
100 void Refill(Cache *c) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 284 ;// N>8 so we will be able to refill at least one byte
493 ;// Decodes one VLD Symbol from a bitstream and refill the bitstream
531 LDRCSB $T1, [$pBitStream], #1 ;// load refill byte
533 ADDCC $BitCount, $BitCount, #8 ;// refill not possible
535 ORRCS $BitBuffer, $T1, $BitBuffer, LSL #8 ;// merge in refill byte
541 ;// Can combine refill check and -S0+S1 and keep $BitCount<=15
544 ;// Separate refill check and -S0+S1 offset
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 284 ;// N>8 so we will be able to refill at least one byte
493 ;// Decodes one VLD Symbol from a bitstream and refill the bitstream
531 LDRCSB $T1, [$pBitStream], #1 ;// load refill byte
533 ADDCC $BitCount, $BitCount, #8 ;// refill not possible
535 ORRCS $BitBuffer, $T1, $BitBuffer, LSL #8 ;// merge in refill byte
541 ;// Can combine refill check and -S0+S1 and keep $BitCount<=15
544 ;// Separate refill check and -S0+S1 offset
  /external/chromium-trace/catapult/tracing/tracing/base/
range_utils.html 55 // Refill merge buffer if needed.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
NameValueBlockReader.java 110 inflaterSource.refill();
  /external/toybox/toys/posix/
split.c 52 // Refill toybuf?
  /ndk/sources/host-tools/make-3.81/doc/
make.texi 367 files, which are in turn made by compiling source files.@refill
749 makefile:@refill
    [all...]

Completed in 2417 milliseconds

1 2 3 4 5 6 7 8 9