HomeSort by relevance Sort by last modified time
    Searched refs:Refill (Results 1 - 14 of 14) sorted by null

  /external/v4l2_codec2/vda/
bit_reader_core.cc 36 if (nbits_ == 0 && !Refill(1))
49 Refill(num_bits);
114 if (num_bits > nbits_ && !Refill(num_bits)) {
139 bool BitReaderCore::Refill(int min_nbits) {
149 // Max number of bytes to refill.
152 // Refill.
173 // No refill possible if the destination register is full
bit_reader_core.h 97 // Refill bit registers to have at least |min_nbits| bits available.
98 // Return true if the mininimum bit count condition is met after the refill.
99 bool Refill(int min_nbits);
101 // Refill the current bit register from the next bit register.
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 63 Refill(c);
100 void Refill(Cache *c) {
  /prebuilts/go/darwin-x86/src/os/
dir_plan9.go 25 // Refill the buffer if necessary.
dir_unix.go 62 // Refill the buffer if necessary
  /prebuilts/go/linux-x86/src/os/
dir_plan9.go 25 // Refill the buffer if necessary.
dir_unix.go 62 // Refill the buffer if necessary
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 952 Refill(allocator, class_id);
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 392 // Refill buffer.
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 392 // Refill buffer.
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar_test.go 637 "Refill #1.",
648 "Refill #2.",
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar_test.go 637 "Refill #1.",
648 "Refill #2.",
  /prebuilts/go/darwin-x86/src/runtime/
mbitmap.go 238 // Refill s.allocCache with the next 64 alloc bits.
258 // Refill s.allocCache so that it corresponds
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mbitmap.go 238 // Refill s.allocCache with the next 64 alloc bits.
258 // Refill s.allocCache so that it corresponds
    [all...]

Completed in 168 milliseconds