Home
last modified time | relevance | path

Searched refs:get_hex_digit (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dtextfun.c55 static int get_hex_digit(char *d) { in get_hex_digit() function
111 …font_tables[k].fonttable[i + j] = ((get_hex_digit(&font_maps[k][(i - 16 + j) * 4]) << 12) + (get_h… in make_font_tables()
113 …(get_hex_digit(&font_maps[k][(i - 16 + j) * 4 + 2]) << 4) + (get_hex_digit(&font_maps[k][(i - 16 +… in make_font_tables()
115 …font_tables[k].fonttable[i + j] = ((get_hex_digit(&font_maps[k][(i - 16 + j) * 2]) << 4) + (get_he… in make_font_tables()
H A Dlivetext.c48 static int get_hex_digit(char *d) { in get_hex_digit() function
102 …font_tables[k].fonttable[i + j] = ((get_hex_digit(&font_maps[k][(i - 16 + j) * 4]) << 12) + (get_h… in make_font_tables()
104 …(get_hex_digit(&font_maps[k][(i - 16 + j) * 4 + 2]) << 4) + (get_hex_digit(&font_maps[k][(i - 16 +… in make_font_tables()
106 …font_tables[k].fonttable[i + j] = ((get_hex_digit(&font_maps[k][(i - 16 + j) * 2]) << 4) + (get_he… in make_font_tables()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-st.c176 get_hex_digit (int ignore_space) in get_hex_digit() function
205 val = get_hex_digit (1) << 4; in get_hex_byte()
206 val |= get_hex_digit (0); in get_hex_byte()
224 val = (val << 4) + get_hex_digit (j == 0); in get_hex_regs()
H A Dremote-e7000.c364 val = (val << 4) + get_hex_digit (j == 0);
H A DChangeLog-19932337 pollchar, expect, expect_prompt, get_hex_digit, get_hex_byte,
2999 (get_hex_digit): rewrite if condition to avoid gcc complaints.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-st.c176 get_hex_digit (int ignore_space)
205 val = get_hex_digit (1) << 4;
206 val |= get_hex_digit (0);
224 val = (val << 4) + get_hex_digit (j == 0);
H A Dremote-e7000.c364 val = (val << 4) + get_hex_digit (j == 0);
H A DChangeLog-19932337 pollchar, expect, expect_prompt, get_hex_digit, get_hex_byte,
2999 (get_hex_digit): rewrite if condition to avoid gcc complaints.
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-color.c405 get_hex_digit (const gchar *str,
446 if (get_hex_digit (str + 1, 1, &r) &&
447 get_hex_digit (str + 2, 1, &g) &&
448 get_hex_digit (str + 3, 1, &b))
460 if (get_hex_digit (str + 1, 2, &r) &&
461 get_hex_digit (str + 3, 2, &g) &&
462 get_hex_digit (str + 5, 2, &b))
/dports/audio/pianod2/pianod2-329/src/libfootball/
H A Dfb_http.c837 #define get_hex_digit(c) (((c) >= '0' && (c) <= '9') ? (c) - '0' : \ macro
850 *dest = get_hex_digit (*src) * 16 + get_hex_digit (*(src+1)); in url_decode()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/observer/src/
H A Dcrashdump_viewer.erl3067 case get_hex_digit(H) of
3073 get_hex_digit(C) when $0 =< C, C =< $9 -> C-$0; function
3074 get_hex_digit(C) when $a =< C, C =< $f -> C-$a+10; function
3075 get_hex_digit(C) when $A =< C, C =< $F -> C-$A+10; function
3076 get_hex_digit(_) -> none. function
3171 Byte = (get_hex_digit(A) bsl 4) bor get_hex_digit(B),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/observer/src/
H A Dcrashdump_viewer.erl3055 case get_hex_digit(H) of
3061 get_hex_digit(C) when $0 =< C, C =< $9 -> C-$0; function
3062 get_hex_digit(C) when $a =< C, C =< $f -> C-$a+10; function
3063 get_hex_digit(C) when $A =< C, C =< $F -> C-$A+10; function
3064 get_hex_digit(_) -> none. function
3159 Byte = (get_hex_digit(A) bsl 4) bor get_hex_digit(B),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/observer/src/
H A Dcrashdump_viewer.erl3067 case get_hex_digit(H) of
3073 get_hex_digit(C) when $0 =< C, C =< $9 -> C-$0; function
3074 get_hex_digit(C) when $a =< C, C =< $f -> C-$a+10; function
3075 get_hex_digit(C) when $A =< C, C =< $F -> C-$A+10; function
3076 get_hex_digit(_) -> none. function
3171 Byte = (get_hex_digit(A) bsl 4) bor get_hex_digit(B),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/observer/src/
H A Dcrashdump_viewer.erl3055 case get_hex_digit(H) of
3061 get_hex_digit(C) when $0 =< C, C =< $9 -> C-$0; function
3062 get_hex_digit(C) when $a =< C, C =< $f -> C-$a+10; function
3063 get_hex_digit(C) when $A =< C, C =< $F -> C-$A+10; function
3064 get_hex_digit(_) -> none. function
3159 Byte = (get_hex_digit(A) bsl 4) bor get_hex_digit(B),
/dports/lang/erlang/otp-OTP-24.1.7/lib/observer/src/
H A Dcrashdump_viewer.erl3055 case get_hex_digit(H) of
3061 get_hex_digit(C) when $0 =< C, C =< $9 -> C-$0; function
3062 get_hex_digit(C) when $a =< C, C =< $f -> C-$a+10; function
3063 get_hex_digit(C) when $A =< C, C =< $F -> C-$A+10; function
3064 get_hex_digit(_) -> none. function
3159 Byte = (get_hex_digit(A) bsl 4) bor get_hex_digit(B),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/observer/src/
H A Dcrashdump_viewer.erl3064 case get_hex_digit(H) of
3070 get_hex_digit(C) when $0 =< C, C =< $9 -> C-$0; function
3071 get_hex_digit(C) when $a =< C, C =< $f -> C-$a+10; function
3072 get_hex_digit(C) when $A =< C, C =< $F -> C-$A+10; function
3073 get_hex_digit(_) -> none. function
3168 Byte = (get_hex_digit(A) bsl 4) bor get_hex_digit(B),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/observer/src/
H A Dcrashdump_viewer.erl3055 case get_hex_digit(H) of
3061 get_hex_digit(C) when $0 =< C, C =< $9 -> C-$0; function
3062 get_hex_digit(C) when $a =< C, C =< $f -> C-$a+10; function
3063 get_hex_digit(C) when $A =< C, C =< $F -> C-$A+10; function
3064 get_hex_digit(_) -> none. function
3159 Byte = (get_hex_digit(A) bsl 4) bor get_hex_digit(B),
/dports/games/keeperrl/keeperrl-alpha23/extern/
H A DProgramOptions.h408 inline int get_hex_digit( char c ) {
468 …for( int d{}; first != last && digits <= max_digits && ( d = get_hex_digit( *first ) ) >= 0; ++fir…
/dports/emulators/x16-rom/x16-rom-r38/monitor/
H A Dasm.s1060 ; XXX this detects :;<=>?@ as hex characters, see also get_hex_digit
/dports/multimedia/lives/lives-3.2.0/src/
H A Dutils.c31 static int get_hex_digit(const char c) GNU_CONST;
5681 static int get_hex_digit(const char c) { in get_hex_digit() function
5696 for (char c = *string; c; c = *(++string)) tot = (tot << 4) + get_hex_digit(c); in hextodec()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A DChangeLog-19932337 pollchar, expect, expect_prompt, get_hex_digit, get_hex_byte,
2999 (get_hex_digit): rewrite if condition to avoid gcc complaints.
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-19932337 pollchar, expect, expect_prompt, get_hex_digit, get_hex_byte,
2999 (get_hex_digit): rewrite if condition to avoid gcc complaints.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A DChangeLog-19932337 pollchar, expect, expect_prompt, get_hex_digit, get_hex_byte,
2999 (get_hex_digit): rewrite if condition to avoid gcc complaints.