Searched refs:is_hex (Results 1 – 9 of 9) sorted by relevance
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | scanner.c | 31 bool is_float = false, is_hex = false; in number() local 37 is_hex = true; in number() 48 if (is_hex) in number()
|
/external/skqp/src/utils/ |
D | SkParse.cpp | 45 static inline bool is_hex(int c) in is_hex() function 113 if (!is_hex(*str)) in FindHex()
|
/external/skia/src/utils/ |
D | SkParse.cpp | 45 static inline bool is_hex(int c) in is_hex() function 113 if (!is_hex(*str)) in FindHex()
|
/external/dnsmasq/src/ |
D | option.c | 643 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local 713 is_addr = is_hex = is_dec = is_string = 1; in parse_dhcp_opt() 720 is_dec = is_hex = 0; in parse_dhcp_opt() 729 is_dec = is_hex = 0; in parse_dhcp_opt() 735 is_dec = is_hex = 0; in parse_dhcp_opt() 739 is_hex = is_addr = 0; in parse_dhcp_opt() 741 is_dec = is_hex = 0; in parse_dhcp_opt() 756 is_hex = 0; in parse_dhcp_opt() 763 is_string = is_dec = is_hex = 0; in parse_dhcp_opt() 768 if (is_hex && digs > 1) in parse_dhcp_opt()
|
/external/libxml2/ |
D | uri.c | 1590 static int is_hex(char c) { in is_hex() function 1633 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) { in xmlURIUnescapeString()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 503 int is_hex(const u8 *data, size_t len);
|
D | common.c | 688 int is_hex(const u8 *data, size_t len) in is_hex() function
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 499 if (is_hex(cred->ssid, cred->ssid_len)) { in hapd_wps_cred_cb()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.c | 172 if (is_hex(value, len)) in wpa_config_write_string()
|