Home
last modified time | relevance | path

Searched defs:dec2hex (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/octave/octave-6.4.0/scripts/strings/
H A Ddec2hex.m49 function h = dec2hex (d, len) function
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Doauth_uri.erl120 dec2hex(N) when N >= 10 andalso N =< 15 -> function
122 dec2hex(N) when N >= 0 andalso N =< 9 -> function
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dhex-dec.c6 void dec2hex(unsigned char *hexstr, uintmax_t dec, unsigned int hexstr_size) in dec2hex() function
/dports/security/testssl.sh/testssl.sh-3.0.6/utils/
H A Dticketbleed.bash32 dec2hex() { printf "x%02x" "$1"; } function
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dutf8_util.tcc35 char const dec2hex[] = "0123456789ABCDEF"; in operator =() local
54 char const dec2hex[] = "0123456789ABCDEF"; in operator =() local
H A Duri_util.tcc31 char const dec2hex[] = "0123456789ABCDEF"; in operator =() local
/dports/www/p5-Apache-DBI/Apache-DBI-1.12/lib/Apache/
H A DAuthDBI.pm966 sub dec2hex { subroutine
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/src/cpp/hash/
H A Dcrc32.cpp380 static const char dec2hex[16+1] = "0123456789abcdef"; in getHash() local
H A Dsha3.cpp235 static const char dec2hex[16 + 1] = "0123456789abcdef"; in getHash() local
H A Dsha256.cpp356 static const char dec2hex[16+1] = "0123456789abcdef"; in getHash() local
H A Dsha1.cpp271 static const char dec2hex[16+1] = "0123456789abcdef"; in getHash() local
H A Dmd5.cpp326 static const char dec2hex[16+1] = "0123456789abcdef"; in getHash() local
/dports/comms/ncid/ncid/tools/
H A Dwct.pl414 sub dec2hex { subroutine
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/
H A DHTML.pm1132 sub dec2hex { subroutine
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/
H A DHTML.pm1103 sub dec2hex { subroutine
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/
H A DTools.pm458 sub dec2hex { subroutine
/dports/cad/py-pyfda/pyfda-0.1rc6/pyfda/
H A Dpyfda_fix_lib.py73 def dec2hex(val, nbits): function
/dports/security/base/base-1.4.5/contrib/
H A Dbase-rss-core.php41 function dec2hex($dec) { function
/dports/graphics/bmp2html/bmp2html/
H A Dbmp2html.c272 void dec2hex (int dec, char* hex) in dec2hex() function
/dports/lang/chaiscript/ChaiScript-6.1.0/src/
H A Dsha3.cpp241 static const char dec2hex[16 + 1] = "0123456789abcdef"; in getHash() local
/dports/www/erlang-ibrowse/ibrowse-4.4.0/test/
H A Dibrowse_test_server.erl16 -define(dec2hex(X), erlang:integer_to_list(X, 16)). macro
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/ibrowse/test/
H A Dibrowse_test_server.erl22 -define(dec2hex(X), erlang:integer_to_list(X, 16)). macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_uri.erl469 dec2hex(H) when H<256 -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_uri.erl469 dec2hex(H) when H<256 -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_uri.erl469 dec2hex(H) when H<256 -> function

12