Searched refs:is_hex (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/animator/ |
D | SkMemberInfo.cpp | 172 static inline bool is_hex(int c) in is_hex() function 211 if (is_hex(r) == false || is_hex(g) == false || is_hex(b) == false) in setValue() 214 if (is_hex(hex) == false) { in setValue()
|
/external/skia/src/utils/ |
D | SkParse.cpp | 44 static inline bool is_hex(int c) in is_hex() function 112 if (!is_hex(*str)) in FindHex()
|
/external/dnsmasq/src/ |
D | option.c | 670 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() 756 is_dec = is_hex = 0; in parse_dhcp_opt() 762 is_dec = is_hex = 0; in parse_dhcp_opt() 766 is_hex = is_addr = 0; in parse_dhcp_opt() 768 is_dec = is_hex = 0; in parse_dhcp_opt() 783 is_hex = 0; in parse_dhcp_opt() 790 is_string = is_dec = is_hex = 0; in parse_dhcp_opt() 795 if (is_hex && digs > 1) in parse_dhcp_opt()
|
/external/libxml2/ |
D | uri.c | 1660 static int is_hex(char c) { in is_hex() function 1704 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) { in xmlURIUnescapeString()
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | config.c | 156 static int is_hex(const u8 *data, size_t len) in is_hex() function 202 if (is_hex(value, len)) in wpa_config_write_string()
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 1077 int val, is_hex = d == 'x'; in icvYMLParseValue() local 1080 val = strtol( ptr + is_hex, &endptr, is_hex ? 8 : 16 ); in icvYMLParseValue() 1082 if( endptr == ptr + is_hex ) in icvYMLParseValue()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.c | 151 static int is_hex(const u8 *data, size_t len) in is_hex() function 197 if (is_hex(value, len)) in wpa_config_write_string()
|