Searched refs:is_hex (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/utils/
H A DSkParse.cpp44 static inline bool is_hex(int c) function
112 if (!is_hex(*str))
/external/skia/src/animator/
H A DSkMemberInfo.cpp172 static inline bool is_hex(int c) function
211 if (is_hex(r) == false || is_hex(g) == false || is_hex(b) == false)
214 if (is_hex(hex) == false) {
/external/dnsmasq/src/
H A Doption.c670 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local
740 is_addr = is_hex = is_dec = is_string = 1;
747 is_dec = is_hex = 0;
756 is_dec = is_hex = 0;
762 is_dec = is_hex = 0;
766 is_hex = is_addr = 0;
768 is_dec = is_hex = 0;
783 is_hex = 0;
790 is_string = is_dec = is_hex = 0;
795 if (is_hex
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c571 int is_hex(const u8 *data, size_t len) function
H A Dcommon.h450 int is_hex(const u8 *data, size_t len);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c571 int is_hex(const u8 *data, size_t len) function
H A Dcommon.h450 int is_hex(const u8 *data, size_t len);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c571 int is_hex(const u8 *data, size_t len) function
H A Dcommon.h450 int is_hex(const u8 *data, size_t len);
/external/libxml2/
H A Duri.c1660 static int is_hex(char c) { function
1704 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) {
/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig.c156 static int is_hex(const u8 *data, size_t len) function
202 if (is_hex(value, len))
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c377 if (is_hex(cred->ssid, cred->ssid_len)) {
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c377 if (is_hex(cred->ssid, cred->ssid_len)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c377 if (is_hex(cred->ssid, cred->ssid_len)) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c150 if (is_hex(value, len))

Completed in 271 milliseconds