Home
last modified time | relevance | path

Searched defs:bits_to_int (Results 1 – 24 of 24) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/compile/
H A Dsnmpc_misc.erl53 bits_to_int(Val,Kibbles) -> function
56 bits_to_int([],_Kibbles,Res) -> Res; function
57 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/compile/
H A Dsnmpc_misc.erl53 bits_to_int(Val,Kibbles) -> function
56 bits_to_int([],_Kibbles,Res) -> Res; function
57 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc_misc.erl53 bits_to_int(Val,Kibbles) -> function
56 bits_to_int([],_Kibbles,Res) -> Res; function
57 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/compile/
H A Dsnmpc_misc.erl53 bits_to_int(Val,Kibbles) -> function
56 bits_to_int([],_Kibbles,Res) -> Res; function
57 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc_misc.erl53 bits_to_int(Val,Kibbles) -> function
56 bits_to_int([],_Kibbles,Res) -> Res; function
57 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc_misc.erl53 bits_to_int(Val,Kibbles) -> function
56 bits_to_int([],_Kibbles,Res) -> Res; function
57 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc_misc.erl53 bits_to_int(Val,Kibbles) -> function
56 bits_to_int([],_Kibbles,Res) -> Res; function
57 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/misc/
H A Dsnmp_misc.erl345 bits_to_int(Val,Kibbles) -> function
348 bits_to_int([],_Kibbles,Res) -> Res; function
349 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/misc/
H A Dsnmp_misc.erl451 bits_to_int(Val,Kibbles) -> function
454 bits_to_int([],_Kibbles,Res) -> Res; function
455 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/misc/
H A Dsnmp_misc.erl451 bits_to_int(Val,Kibbles) -> function
454 bits_to_int([],_Kibbles,Res) -> Res; function
455 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/misc/
H A Dsnmp_misc.erl451 bits_to_int(Val,Kibbles) -> function
454 bits_to_int([],_Kibbles,Res) -> Res; function
455 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/misc/
H A Dsnmp_misc.erl451 bits_to_int(Val,Kibbles) -> function
454 bits_to_int([],_Kibbles,Res) -> Res; function
455 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/misc/
H A Dsnmp_misc.erl451 bits_to_int(Val,Kibbles) -> function
454 bits_to_int([],_Kibbles,Res) -> Res; function
455 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/misc/
H A Dsnmp_misc.erl451 bits_to_int(Val,Kibbles) -> function
454 bits_to_int([],_Kibbles,Res) -> Res; function
455 bits_to_int([Kibble|Ks],Kibbles,Res) -> function
/dports/net/py-netaddr/netaddr-0.8.0/netaddr/strategy/
H A D__init__.py141 def bits_to_int(bits, width, word_sep=''): function
H A Dipv4.py221 def bits_to_int(bits): function
H A Dipv6.py240 def bits_to_int(bits): function
H A Deui64.py249 def bits_to_int(bits, dialect=None): function
H A Deui48.py272 def bits_to_int(bits, dialect=None): function
/dports/security/yubioath-desktop/yubioath-desktop-yubioath-desktop-5.0.4/py/qr/
H A Dqrdecode.py173 def bits_to_int(bits): function
/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dcast.cc272 int64_t vhdl_const_bits::bits_to_int() const in bits_to_int() function in vhdl_const_bits
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/ac97/
H A Dpd.py176 def bits_to_int(self, bits): member in Decoder
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbit.c57 bits_to_int(GEN x, long l) in bits_to_int() function
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Denviron.c10652 bits_to_int (NODE_T * p, char *str) in bits_to_int() function