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

  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.h 59 const struct FRAME_COUNTS *counts, int is_dec);
vp9_thread_common.c 320 const FRAME_COUNTS *counts, int is_dec) {
335 if (is_dec) {
  /external/dnsmasq/src/
option.c 670 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local
740 is_addr = is_hex = is_dec = is_string = 1;
747 is_dec = is_hex = 0;
752 is_dec = is_addr = 0;
756 is_dec = is_hex = 0;
762 is_dec = is_hex = 0;
768 is_dec = is_hex = 0;
772 if (cp[1] == 0 && is_dec &&
779 is_dec = 0;
790 is_string = is_dec = is_hex = 0
    [all...]

Completed in 61 milliseconds