Searched refs:hexval (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/dtrace-118.1/test/tst/common/types/
H A Dtst.condexpr.d47 hexval = (c >= '0' && c <= '9') ? c - '0':
52 /x == "zero" && hexval == 13/
58 /x != "zero" || hexval != 13/
/macosx-10.9.5/libresolv-54/
H A Dres_query.c127 const static uint8_t hexval[128] = variable
339 /* _is_rev_link_local rejects chars > 127 so it's safe to index into hexval */
341 nibble = hexval[(uint32_t)name[i]];
345 nibble = hexval[(uint32_t)name[i]];
349 nibble = hexval[(uint32_t)name[i]];
353 nibble = hexval[(uint32_t)name[i]];
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dmdns_module.c189 const static uint8_t hexval[128] = { variable
886 /* _is_rev_link_local rejects chars > 127 so it's safe to index into hexval */
888 nibble = hexval[(uint32_t)name[i]];
892 nibble = hexval[(uint32_t)name[i]];
896 nibble = hexval[(uint32_t)name[i]];
900 nibble = hexval[(uint32_t)name[i]];
/macosx-10.9.5/cctools-845/as/
H A Dm88k.c1434 #define hexval(z) \ macro
1454 *val = *val * 16 + hexval(*param);

Completed in 149 milliseconds