Home
last modified time | relevance | path

Searched refs:hexval (Results 1 – 10 of 10) sorted by relevance

/third_party/selinux/checkpolicy/
Dpolicy_scan.l59 hexval [0-9A-Fa-f]
279 {digit}+|0x{hexval}+ { return(NUMBER); }
282 {hexval}{0,4}":"{hexval}{0,4}":"({hexval}|[:.])* { return(IPV6_ADDR); }
/third_party/musl/src/network/
Dinet_pton.c7 static int hexval(unsigned c) in hexval() function
47 for (v=j=0; j<4 && (d=hexval(s[j]))>=0; j++) in inet_pton()
/third_party/ltp/tools/sparse/sparse-src/
Dutils.h13 unsigned int hexval(unsigned int c);
Dutils.c11 unsigned int hexval(unsigned int c) in hexval() function
Dchar.c31 d = hexval(*p); in parse_escape()
/third_party/musl/src/regex/
Dregcomp.c749 static int hexval(unsigned c) in hexval() function
835 c = hexval(s[i]); in parse_atom()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c749 static int hexval(unsigned c) in hexval() function
836 c = hexval(s[i]); in parse_atom()
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c749 static int hexval(unsigned c) in hexval() function
835 c = hexval(s[i]); in parse_atom()
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c749 static int hexval(unsigned c) in hexval() function
835 c = hexval(s[i]); in parse_atom()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.218169 (is_alpha, is_space, hexval): Renamed to...
8307 * src/type42/t42drivr.c (hexval): Fix typo.
8323 * src/type42/t42drivr.c (hexval): Use more efficient code.