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.h57 const struct FRAME_COUNTS *counts, int is_dec);
Dvp9_thread_common.c313 const FRAME_COUNTS *counts, int is_dec) { in vp9_accumulate_frame_counts() argument
328 if (is_dec) { in vp9_accumulate_frame_counts()
/external/dnsmasq/src/
Doption.c674 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local
744 is_addr = is_hex = is_dec = is_string = 1; in parse_dhcp_opt()
751 is_dec = is_hex = 0; in parse_dhcp_opt()
756 is_dec = is_addr = 0; in parse_dhcp_opt()
760 is_dec = is_hex = 0; in parse_dhcp_opt()
766 is_dec = is_hex = 0; in parse_dhcp_opt()
772 is_dec = is_hex = 0; in parse_dhcp_opt()
776 if (cp[1] == 0 && is_dec && in parse_dhcp_opt()
783 is_dec = 0; in parse_dhcp_opt()
794 is_string = is_dec = is_hex = 0; in parse_dhcp_opt()
[all …]