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

  /external/chromium_org/media/base/
bit_reader_core.cc 35 if (nbits_ == 0 && !Refill(1))
48 Refill(num_bits);
80 if (num_bits > nbits_ && !Refill(num_bits)) {
105 bool BitReaderCore::Refill(int min_nbits) {
115 // Max number of bytes to refill.
118 // Refill.
139 // No refill possible if the destination register is full
bit_reader_core.h 91 // Refill bit registers to have at least |min_nbits| bits available.
92 // Return true if the mininimum bit count condition is met after the refill.
93 bool Refill(int min_nbits);
95 // Refill the current bit register from the next bit register.
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 63 Refill(c);
99 void Refill(Cache *c) {
  /external/oprofile/events/mips/25K/
events 38 event:0x14 counters:0,1 um:zero minimum:500 name:JTLB_EXCEPTIONS : Refill, Invalid and Modified TLB exceptions
43 event:0x15 counters:0,1 um:zero minimum:500 name:JTLB_IFETCH_REFILL_EXCEPTIONS : Joint-TLB refill exceptions due to instruction fetch
44 event:0x16 counters:0,1 um:zero minimum:500 name:JTLB_DATA_ACCESS_REFILL_EXCEPTIONS : Joint-TLB refill exceptions due to data access
45 event:0x17 counters:0,1 um:zero minimum:500 name:JTLB_REFILL_EXCEPTIONS : total Joint-TLB Instruction exceptions (refill)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 919 Refill(allocator, class_id);
967 NOINLINE void Refill(SizeClassAllocator *allocator, uptr class_id) {
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 43 0x01 Refill from northbridge
48 0x1e All cache states except refill from northbridge
176 0x04 Read Block (Dcache load miss refill)
177 0x08 Read Block Shared (Icache refill)
178 0x10 Read Block Modified (Dcache store miss refill)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 606 //If you just want your callback called for any possible refill (Execution of callback is still conditional):
    [all...]

Completed in 2414 milliseconds