HomeSort by relevance Sort by last modified time
    Searched refs:is_hex (Results 1 - 6 of 6) sorted by null

  /external/skia/src/utils/
SkParse.cpp 52 static inline bool is_hex(int c) function
120 if (!is_hex(*str))
  /external/skia/src/animator/
SkMemberInfo.cpp 179 static inline bool is_hex(int c) function
218 if (is_hex(r) == false || is_hex(g) == false || is_hex(b) == false)
221 if (is_hex(hex) == false) {
  /external/dnsmasq/src/
option.c 670 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 && digs > 1
    [all...]
  /external/libxml2/
uri.c 1644 static int is_hex(char c) { function
    [all...]
  /external/wpa_supplicant/
config.c 146 static int is_hex(const u8 *data, size_t len) function
192 if (is_hex(value, len))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config.c 156 static int is_hex(const u8 *data, size_t len) function
202 if (is_hex(value, len))
    [all...]

Completed in 139 milliseconds