Home
last modified time | relevance | path

Searched refs:is_dec (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.h55 struct FRAME_COUNTS *counts, int is_dec);
Dvp9_thread_common.c321 int is_dec) { in vp9_accumulate_frame_counts() argument
336 if (is_dec) { in vp9_accumulate_frame_counts()
/external/dnsmasq/src/
Doption.c670 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local
740 is_addr = is_hex = is_dec = is_string = 1; in parse_dhcp_opt()
747 is_dec = is_hex = 0; in parse_dhcp_opt()
752 is_dec = is_addr = 0; in parse_dhcp_opt()
756 is_dec = is_hex = 0; in parse_dhcp_opt()
762 is_dec = is_hex = 0; in parse_dhcp_opt()
768 is_dec = is_hex = 0; in parse_dhcp_opt()
772 if (cp[1] == 0 && is_dec && in parse_dhcp_opt()
779 is_dec = 0; in parse_dhcp_opt()
790 is_string = is_dec = is_hex = 0; in parse_dhcp_opt()
[all …]