Home
last modified time | relevance | path

Searched defs:get_hex_digit (Results 1 – 13 of 13) 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
H A Dlivetext.c48 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 Dcrashdump_viewer.erl3073 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 Dcrashdump_viewer.erl3061 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 Dcrashdump_viewer.erl3073 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 Dcrashdump_viewer.erl3061 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 Dcrashdump_viewer.erl3061 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 Dcrashdump_viewer.erl3070 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 Dcrashdump_viewer.erl3061 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 Dremote-st.c176 get_hex_digit (int ignore_space) in get_hex_digit() function
/dports/emulators/x16-rom/x16-rom-r38/monitor/
H A Dmonitor.s1084 get_hex_digit: label
/dports/audio/pianod2/pianod2-329/src/libfootball/
H A Dfb_http.c837 #define get_hex_digit(c) (((c) >= '0' && (c) <= '9') ? (c) - '0' : \ macro
/dports/multimedia/lives/lives-3.2.0/src/
H A Dutils.c5681 static int get_hex_digit(const char c) { in get_hex_digit() function