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

  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_16_msa.c 414 uint8_t early_exit = 0; local
418 early_exit = vpx_hz_lpf_t4_and_t8_16w(src, pitch, &filter48[0], b_limit_ptr,
421 if (0 == early_exit) {
1039 uint8_t early_exit = 0; local
1462 uint8_t early_exit = 0; local
    [all...]
  /external/autotest/server/
site_linux_router.py 311 early_exit = self.router.run('kill -0 %d' % pid,
313 if early_exit:
    [all...]
  /art/compiler/
image_writer.h 462 // early_exit is true if we had a cyclic dependency anywhere down the chain.
464 bool* early_exit,
image_writer.cc 712 bool early_exit = false; local
714 return PruneAppImageClassInternal(klass, &early_exit, &visited);
719 bool* early_exit,
721 DCHECK(early_exit != nullptr);
734 *early_exit = true;
802 *early_exit |= my_early_exit;
    [all...]

Completed in 921 milliseconds