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.h77 const struct FRAME_COUNTS *counts, int is_dec);
Dvp9_thread_common.c485 const FRAME_COUNTS *counts, int is_dec) { in vp9_accumulate_frame_counts() argument
500 if (is_dec) { in vp9_accumulate_frame_counts()
/external/dnsmasq/src/
Doption.c657 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local
714 is_addr = is_hex = is_dec = is_string = 1; in parse_dhcp_opt()
720 is_dec = is_hex = 0; in parse_dhcp_opt()
723 is_dec = is_addr = 0; in parse_dhcp_opt()
725 is_dec = is_hex = 0; in parse_dhcp_opt()
729 is_dec = is_hex = 0; in parse_dhcp_opt()
734 is_dec = is_hex = 0; in parse_dhcp_opt()
737 if (cp[1] == 0 && is_dec && (c == 'b' || c == 's' || c == 'i')) { in parse_dhcp_opt()
741 is_dec = 0; in parse_dhcp_opt()
750 is_string = is_dec = is_hex = 0; in parse_dhcp_opt()
[all …]