Home
last modified time | relevance | path

Searched refs:hex_to_int (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/misc/pyobd/pyobd-0.9.3/debian/pyobd/usr/share/pyobd/
H A Dobd_sensors.py25 def hex_to_int(str): function
30 code = hex_to_int(code)
34 code = hex_to_int(code)
38 code = hex_to_int(code)
42 code = hex_to_int(code)
46 code = hex_to_int(code)
50 code = hex_to_int(code)
54 code = hex_to_int(code)
58 code = hex_to_int(code)
62 code = hex_to_int(code)
[all …]
H A Dobd_io.py33 from obd_sensors import hex_to_int
50 tc = obd_sensors.hex_to_int(current[0]) #typecode
63 dig1 = str(obd_sensors.hex_to_int(current[0]) & 3)
64 dig2 = str(obd_sensors.hex_to_int(current[1]))
65 dig3 = str(obd_sensors.hex_to_int(current[2]))
66 dig4 = str(obd_sensors.hex_to_int(current[3]))
262 val1 = hex_to_int(res[3+i*6:5+i*6])
263 … val2 = hex_to_int(res[6+i*6:8+i*6]) #get DTC codes from response (3 DTC each 2 bytes)
282 val1 = hex_to_int(res[3+i*6:5+i*6])
283 val2 = hex_to_int(res[6+i*6:8+i*6]) #get DTC codes from response (3 DTC each 2 bytes)
/dports/misc/pyobd/pyobd-0.9.3/
H A Dobd_sensors.py25 def hex_to_int(str): function
30 code = hex_to_int(code)
34 code = hex_to_int(code)
38 code = hex_to_int(code)
42 code = hex_to_int(code)
46 code = hex_to_int(code)
50 code = hex_to_int(code)
54 code = hex_to_int(code)
58 code = hex_to_int(code)
62 code = hex_to_int(code)
[all …]
H A Dobd_io.py33 from obd_sensors import hex_to_int
50 tc = obd_sensors.hex_to_int(current[0]) #typecode
63 dig1 = str(obd_sensors.hex_to_int(current[0]) & 3)
64 dig2 = str(obd_sensors.hex_to_int(current[1]))
65 dig3 = str(obd_sensors.hex_to_int(current[2]))
66 dig4 = str(obd_sensors.hex_to_int(current[3]))
262 val1 = hex_to_int(res[3+i*6:5+i*6])
263 … val2 = hex_to_int(res[6+i*6:8+i*6]) #get DTC codes from response (3 DTC each 2 bytes)
282 val1 = hex_to_int(res[3+i*6:5+i*6])
283 val2 = hex_to_int(res[6+i*6:8+i*6]) #get DTC codes from response (3 DTC each 2 bytes)
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tools/
H A DtColor.cpp39 int hex_to_int( char c ){ in hex_to_int() function
142 r_ = CTR( hex_to_int( c[2] ) *16 + hex_to_int( c[3] ) ); in FillFrom()
143 g_ = CTR( hex_to_int( c[4] ) *16 + hex_to_int( c[5] ) ); in FillFrom()
144 b_ = CTR( hex_to_int( c[6] ) *16 + hex_to_int( c[7] ) ); in FillFrom()
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/pci/
H A Dscan.c59 static int hex_to_int(char *hexa) in hex_to_int() function
135 int int_vendor_id=hex_to_int(vendor_id); in get_module_name_from_pcimap()
136 int int_sub_vendor_id=hex_to_int(sub_vendor_id); in get_module_name_from_pcimap()
137 int int_product_id=hex_to_int(product_id); in get_module_name_from_pcimap()
333 int_vendor_id = hex_to_int(vendor_id); in get_name_from_pci_ids()
364 int_vendor_id = hex_to_int(vendor_id); in get_name_from_pci_ids()
365 int_product_id = hex_to_int(product_id); in get_name_from_pci_ids()
397 int_vendor_id = hex_to_int(vendor_id); in get_name_from_pci_ids()
399 int_product_id = hex_to_int(product_id); in get_name_from_pci_ids()
695 int int_vendor_id=hex_to_int(vendor_id); in get_module_name_from_alias()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/src/text/
H A Dmegaco_text_mini_parser.hrl172 hex_to_int(H, []);
174 hex_to_int([$0, H2, H3, H4], []);
176 hex_to_int([$0, $0, H3, H4], []);
178 hex_to_int([$0, $0, $0, H4], []).
1204 hex_to_int(Chars, []);
1207 hex_to_int(Chars, []);
1210 hex_to_int(Chars, []);
1213 hex_to_int(Chars, []).
1216 hex_to_int([], Acc) -> function
1222 hex_to_int(Tail, [Val| Acc]);
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_mini_parser.hrl172 hex_to_int(H, []);
174 hex_to_int([$0, H2, H3, H4], []);
176 hex_to_int([$0, $0, H3, H4], []);
178 hex_to_int([$0, $0, $0, H4], []).
1204 hex_to_int(Chars, []);
1207 hex_to_int(Chars, []);
1210 hex_to_int(Chars, []);
1213 hex_to_int(Chars, []).
1216 hex_to_int([], Acc) -> function
1222 hex_to_int(Tail, [Val| Acc]);
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/src/text/
H A Dmegaco_text_mini_parser.hrl172 hex_to_int(H, []);
174 hex_to_int([$0, H2, H3, H4], []);
176 hex_to_int([$0, $0, H3, H4], []);
178 hex_to_int([$0, $0, $0, H4], []).
1204 hex_to_int(Chars, []);
1207 hex_to_int(Chars, []);
1210 hex_to_int(Chars, []);
1213 hex_to_int(Chars, []).
1216 hex_to_int([], Acc) -> function
1222 hex_to_int(Tail, [Val| Acc]);
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_mini_parser.hrl172 hex_to_int(H, []);
174 hex_to_int([$0, H2, H3, H4], []);
176 hex_to_int([$0, $0, H3, H4], []);
178 hex_to_int([$0, $0, $0, H4], []).
1204 hex_to_int(Chars, []);
1207 hex_to_int(Chars, []);
1210 hex_to_int(Chars, []);
1213 hex_to_int(Chars, []).
1216 hex_to_int([], Acc) -> function
1222 hex_to_int(Tail, [Val| Acc]);
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_mini_parser.hrl172 hex_to_int(H, []);
174 hex_to_int([$0, H2, H3, H4], []);
176 hex_to_int([$0, $0, H3, H4], []);
178 hex_to_int([$0, $0, $0, H4], []).
1204 hex_to_int(Chars, []);
1207 hex_to_int(Chars, []);
1210 hex_to_int(Chars, []);
1213 hex_to_int(Chars, []).
1216 hex_to_int([], Acc) -> function
1222 hex_to_int(Tail, [Val| Acc]);
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_mini_parser.hrl172 hex_to_int(H, []);
174 hex_to_int([$0, H2, H3, H4], []);
176 hex_to_int([$0, $0, H3, H4], []);
178 hex_to_int([$0, $0, $0, H4], []).
1204 hex_to_int(Chars, []);
1207 hex_to_int(Chars, []);
1210 hex_to_int(Chars, []);
1213 hex_to_int(Chars, []).
1216 hex_to_int([], Acc) -> function
1222 hex_to_int(Tail, [Val| Acc]);
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/src/text/
H A Dmegaco_text_mini_parser.hrl172 hex_to_int(H, []);
174 hex_to_int([$0, H2, H3, H4], []);
176 hex_to_int([$0, $0, H3, H4], []);
178 hex_to_int([$0, $0, $0, H4], []).
1203 hex_to_int(Chars, []);
1206 hex_to_int(Chars, []);
1209 hex_to_int(Chars, []);
1212 hex_to_int(Chars, []).
1215 hex_to_int([], Acc) -> function
1221 hex_to_int(Tail, [Val| Acc]);
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_unhex.cpp39 inline int hex_to_int(char c, bool& isNull) in hex_to_int() function
86 hex_char = hex_to_int(from[from_pos++], isNull); in getStrVal()
96 hex_char = hex_to_int(from[from_pos], isNull) << 4; in getStrVal()
102 hex_char = hex_to_int(from[from_pos + 1], isNull); in getStrVal()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_unhex.cpp39 inline int hex_to_int(char c, bool& isNull) in hex_to_int() function
86 hex_char = hex_to_int(from[from_pos++], isNull); in getStrVal()
96 hex_char = hex_to_int(from[from_pos], isNull) << 4; in getStrVal()
102 hex_char = hex_to_int(from[from_pos + 1], isNull); in getStrVal()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dhex.cpp39 int hex_to_int(char in) in hex_to_int() function
51 int const t = hex_to_int(c); in is_hex()
61 int const t1 = aux::hex_to_int(*i); in from_hex()
65 int const t2 = aux::hex_to_int(*i); in from_hex()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dhex.cpp39 int hex_to_int(char in) in hex_to_int() function
51 int const t = hex_to_int(c); in is_hex()
61 int const t1 = aux::hex_to_int(*i); in from_hex()
65 int const t2 = aux::hex_to_int(*i); in from_hex()
/dports/dns/dnstable/dnstable-0.12.0/libmy/
H A Dhex_decode.h28 hex_to_int(char hex, uint8_t *val) in hex_to_int() function
70 if (!hex_to_int(*hex, &val[0])) in hex_decode()
73 if (!hex_to_int(*hex, &val[1])) in hex_decode()
/dports/devel/mtbl/mtbl-1.4.0/libmy/
H A Dhex_decode.h28 hex_to_int(char hex, uint8_t *val) in hex_to_int() function
70 if (!hex_to_int(*hex, &val[0])) in hex_decode()
73 if (!hex_to_int(*hex, &val[1])) in hex_decode()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/lua/
H A Dts_lua_string.c36 hex_to_int(unsigned char c) in hex_to_int() function
59 unsigned char a = hex_to_int(src[x]); in ts_lua_hex_to_bin()
60 unsigned char b = hex_to_int(src[x + 1]); in ts_lua_hex_to_bin()
/dports/dns/wdns/wdns-0.10.0/examples/
H A Dwdns-hex-driver.c10 hex_to_int(char hex, uint8_t *val) in hex_to_int() function
60 if (!hex_to_int(*hex, &val[0])) in hex_decode()
63 if (!hex_to_int(*hex, &val[1])) in hex_decode()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/uc_spec/
H A Dgen_unicode_mod.escript75 [{hex_to_int(CodePoint),
89 [hex_to_int(CP) || CP <- CPL].
93 {hex_to_int(Upper),hex_to_int(Lower),hex_to_int(Title),[]}.
102 CP = hex_to_int(CodePoint),
108 {unlist([hex_to_int(CP) || CP <- string:lexemes(Upper, " ")]),
119 CP = hex_to_int(CodePoint),
120 Case = unlist([hex_to_int(CPC) ||
132 CP = hex_to_int(CodePoint),
145 [{to_atom(Class), {hex_to_int(CodePoint1), hex_to_int(CodePoint2)}}|Acc]
887 hex_to_int([]) -> []; function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/uc_spec/
H A Dgen_unicode_mod.escript80 [{hex_to_int(CodePoint),
94 [hex_to_int(CP) || CP <- CPL].
98 {hex_to_int(Upper),hex_to_int(Lower),hex_to_int(Title),[]}.
107 CP = hex_to_int(CodePoint),
113 {unlist([hex_to_int(CP) || CP <- string:lexemes(Upper, " ")]),
124 CP = hex_to_int(CodePoint),
125 Case = unlist([hex_to_int(CPC) ||
137 CP = hex_to_int(CodePoint),
150 [{to_atom(Class), {hex_to_int(CodePoint1), hex_to_int(CodePoint2)}}|Acc]
974 hex_to_int([]) -> []; function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/uc_spec/
H A Dgen_unicode_mod.escript80 [{hex_to_int(CodePoint),
94 [hex_to_int(CP) || CP <- CPL].
98 {hex_to_int(Upper),hex_to_int(Lower),hex_to_int(Title),[]}.
107 CP = hex_to_int(CodePoint),
113 {unlist([hex_to_int(CP) || CP <- string:lexemes(Upper, " ")]),
124 CP = hex_to_int(CodePoint),
125 Case = unlist([hex_to_int(CPC) ||
137 CP = hex_to_int(CodePoint),
150 [{to_atom(Class), {hex_to_int(CodePoint1), hex_to_int(CodePoint2)}}|Acc]
974 hex_to_int([]) -> []; function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/uc_spec/
H A Dgen_unicode_mod.escript80 [{hex_to_int(CodePoint),
94 [hex_to_int(CP) || CP <- CPL].
98 {hex_to_int(Upper),hex_to_int(Lower),hex_to_int(Title),[]}.
107 CP = hex_to_int(CodePoint),
113 {unlist([hex_to_int(CP) || CP <- string:lexemes(Upper, " ")]),
124 CP = hex_to_int(CodePoint),
125 Case = unlist([hex_to_int(CPC) ||
137 CP = hex_to_int(CodePoint),
150 [{to_atom(Class), {hex_to_int(CodePoint1), hex_to_int(CodePoint2)}}|Acc]
974 hex_to_int([]) -> []; function
[all …]

123456789