Home
last modified time | relevance | path

Searched refs:HEX_TO_INT (Results 1 – 25 of 35) sorted by relevance

12

/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dquoted-printable.c187 #define HEX_TO_INT(val, hex) \ macro
206 HEX_TO_INT(hi, c1); in get_hex_value()
207 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/games/macopix/macopix-1.7.4/src/
H A Dquoted-printable.c219 #define HEX_TO_INT(val, hex) \ macro
238 HEX_TO_INT(hi, c1); in get_hex_value()
239 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_data.c2706 #define HEX_TO_INT(x) (x >= '0' && x <= '9' ? x - '0' : x >= 'a' && x <= 'f' ? x - 'a' + 10 : x >= … macro
2735 maskcolor.s.red = ((HEX_TO_INT(colorstr[1])<<4) + HEX_TO_INT(colorstr[2])); in R_Create_Colormap_str()
2736 maskcolor.s.green = ((HEX_TO_INT(colorstr[3])<<4) + HEX_TO_INT(colorstr[4])); in R_Create_Colormap_str()
2737 maskcolor.s.blue = ((HEX_TO_INT(colorstr[5])<<4) + HEX_TO_INT(colorstr[6])); in R_Create_Colormap_str()
2771 fadecolor.s.red = ((HEX_TO_INT(fadestr[1]) * 16) + HEX_TO_INT(fadestr[2])); in R_Create_Colormap_str()
2772 fadecolor.s.green = ((HEX_TO_INT(fadestr[3]) * 16) + HEX_TO_INT(fadestr[4])); in R_Create_Colormap_str()
2773 fadecolor.s.blue = ((HEX_TO_INT(fadestr[5]) * 16) + HEX_TO_INT(fadestr[6])); in R_Create_Colormap_str()
2828 (HEX_TO_INT(colorstr[1]) << 4) + (HEX_TO_INT(colorstr[2]) << 0) + in R_Create_Colormap_str()
2829 (HEX_TO_INT(colorstr[3]) << 12) + (HEX_TO_INT(colorstr[4]) << 8) + in R_Create_Colormap_str()
2830 (HEX_TO_INT(colorstr[5]) << 20) + (HEX_TO_INT(colorstr[6]) << 16) + in R_Create_Colormap_str()
[all …]
/dports/net-p2p/microdc2/microdc2-0.15.6/src/common/
H A Dquoting.c35 #define HEX_TO_INT(x) \ macro
183 chr = HEX_TO_INT(*p); in dequote_words_full()
186 chr = chr*16 + HEX_TO_INT(*p); in dequote_words_full()
/dports/security/erlang-jose/erlang-jose-1.11.1/test/cavp_SUITE_data/
H A Dhex.erl17 -define(HEX_TO_INT(C), macro
/dports/security/elixir-jose/erlang-jose-1.11.1/test/cavp_SUITE_data/
H A Dhex.erl17 -define(HEX_TO_INT(C), macro
/dports/security/libfprint/libfprint-0.7.0/libfprint/drivers/
H A Dvfs301_proto.c139 #define HEX_TO_INT(c) \ macro
152 *data = (unsigned char)((HEX_TO_INT(*src) << 4) | (HEX_TO_INT(*(src + 1)))); in translate_str()
/dports/java/icedtea-web/icedtea-web-1.6.2/plugin/icedteanp/
H A DIcedTeaPluginUtils.h228 #define HEX_TO_INT(c) \ macro
H A DIcedTeaPluginUtils.cc981 int converted1 = HEX_TO_INT(&code1); in decodeURL()
982 int converted2 = HEX_TO_INT(&code2); in decodeURL()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/common/
H A Dutils.c3211 #define HEX_TO_INT(val, hex) \ macro
3230 HEX_TO_INT(hi, c1); in get_hex_value()
3231 HEX_TO_INT(lo, c2); in get_hex_value()

12