Home
last modified time | relevance | path

Searched refs:HEX2INT (Results 1 – 6 of 6) sorted by relevance

/dports/www/mod_webauth/webauth-4.7.0/lib/
H A Dhex.c24 #define HEX2INT(c) \ macro
127 *d++ = (unsigned char) ((HEX2INT(*s) << 4) + HEX2INT(*(s + 1))); in wai_hex_decode()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_data.c833 #define HEX2INT(x) (UINT32)(x >= '0' && x <= '9' ? x - '0' : x >= 'a' && x <= 'f' ? x - 'a' + 10 : … in R_CreateColormapFromLinedef() macro
852 cr = ((HEX2INT(p1[1]) * 16) + HEX2INT(p1[2])); in R_CreateColormapFromLinedef()
855 cg = ((HEX2INT(p1[3]) * 16) + HEX2INT(p1[4])); in R_CreateColormapFromLinedef()
858 cb = ((HEX2INT(p1[5]) * 16) + HEX2INT(p1[6])); in R_CreateColormapFromLinedef()
917 cfr = ((HEX2INT(p3[1]) * 16) + HEX2INT(p3[2])); in R_CreateColormapFromLinedef()
920 cfg = ((HEX2INT(p3[3]) * 16) + HEX2INT(p3[4])); in R_CreateColormapFromLinedef()
923 cfb = ((HEX2INT(p3[5]) * 16) + HEX2INT(p3[6])); in R_CreateColormapFromLinedef()
942 #undef HEX2INT in R_CreateColormapFromLinedef()
/dports/print/hplip/hplip-3.20.6/prnt/backend/
H A Dhp.c107 #define HEX2INT(x, i) if (x >= '0' && x <= '9') i |= x - '0'; \ macro
452 HEX2INT(*pSf, ver); in get_printer_status()
455 HEX2INT(*pSf, ver); in get_printer_status()
480 HEX2INT(*pSf, status); in get_printer_status()
483 HEX2INT(*pSf, status); in get_printer_status()
/dports/print/hplip/hplip-3.20.6/io/hpmud/
H A Dhpmudi.h81 #define HEX2INT(x, i) if (x >= '0' && x <= '9') i |= x - '0'; \ macro
H A Dmusb.c844 HEX2INT(*pSf, ver); in sfield_printer_state()
847 HEX2INT(*pSf, ver); in sfield_printer_state()
872 HEX2INT(*pSf, vstatus); in sfield_printer_state()
875 HEX2INT(*pSf, vstatus); in sfield_printer_state()
H A Dmusb_libusb01.c847 HEX2INT(*pSf, ver); in sfield_printer_state()
850 HEX2INT(*pSf, ver); in sfield_printer_state()
875 HEX2INT(*pSf, vstatus); in sfield_printer_state()
878 HEX2INT(*pSf, vstatus); in sfield_printer_state()