/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/ |
H A D | textfun.c | 55 static int get_hex_digit(char *d) { in get_hex_digit() function
|
H A D | livetext.c | 48 static int get_hex_digit(char *d) { in get_hex_digit() function
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/observer/src/ |
H A D | crashdump_viewer.erl | 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
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/observer/src/ |
H A D | crashdump_viewer.erl | 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
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/observer/src/ |
H A D | crashdump_viewer.erl | 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
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/observer/src/ |
H A D | crashdump_viewer.erl | 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
|
/dports/lang/erlang/otp-OTP-24.1.7/lib/observer/src/ |
H A D | crashdump_viewer.erl | 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
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/observer/src/ |
H A D | crashdump_viewer.erl | 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
|
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/observer/src/ |
H A D | crashdump_viewer.erl | 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
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/ |
H A D | remote-st.c | 176 get_hex_digit (int ignore_space) in get_hex_digit() function
|
/dports/emulators/x16-rom/x16-rom-r38/monitor/ |
H A D | monitor.s | 1084 get_hex_digit: label
|
/dports/audio/pianod2/pianod2-329/src/libfootball/ |
H A D | fb_http.c | 837 #define get_hex_digit(c) (((c) >= '0' && (c) <= '9') ? (c) - '0' : \ macro
|
/dports/multimedia/lives/lives-3.2.0/src/ |
H A D | utils.c | 5681 static int get_hex_digit(const char c) { in get_hex_digit() function
|