Home
last modified time | relevance | path

Searched refs:decode_hex (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/www/firefox-esr/firefox-91.8.0/testing/mozharness/test/
H A Dtest_mozilla_merkle.py9 decode_hex = codecs.getdecoder("hex_codec") variable
24 decode_hex("fbc459361fc111024c6d1fd83d23a9ff")[0],
25 decode_hex("ae3a44925afec860451cd8658b3cadde")[0],
26 decode_hex("418903fe6ef29fc8cab93d778a7b018b")[0],
27 decode_hex("3d1c53c00b2e137af8c4c23a06388c6b")[0],
28 decode_hex("e656ebd8e2758bc72599e5896be357be")[0],
29 decode_hex("81aae91cf90be172eedd1c75c349bf9e")[0],
30 decode_hex("00c262edf8b0bc345aca769e8733e25e")[0],
34 decode_hex("5cb551f87797381a24a5359a986e2cef25b1f2113b387197fe48e8babc9ad5c7")[0],
35 decode_hex("9899dc0be00306bda2a8e69cec32525ca6244f132479bcf840d8c1bc8bdfbff2")[0],
[all …]
/dports/www/firefox/firefox-99.0/testing/mozharness/test/
H A Dtest_mozilla_merkle.py9 decode_hex = codecs.getdecoder("hex_codec") variable
24 decode_hex("fbc459361fc111024c6d1fd83d23a9ff")[0],
25 decode_hex("ae3a44925afec860451cd8658b3cadde")[0],
26 decode_hex("418903fe6ef29fc8cab93d778a7b018b")[0],
27 decode_hex("3d1c53c00b2e137af8c4c23a06388c6b")[0],
28 decode_hex("e656ebd8e2758bc72599e5896be357be")[0],
29 decode_hex("81aae91cf90be172eedd1c75c349bf9e")[0],
30 decode_hex("00c262edf8b0bc345aca769e8733e25e")[0],
34 decode_hex("5cb551f87797381a24a5359a986e2cef25b1f2113b387197fe48e8babc9ad5c7")[0],
35 decode_hex("9899dc0be00306bda2a8e69cec32525ca6244f132479bcf840d8c1bc8bdfbff2")[0],
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozharness/test/
H A Dtest_mozilla_merkle.py9 decode_hex = codecs.getdecoder("hex_codec") variable
24 decode_hex("fbc459361fc111024c6d1fd83d23a9ff")[0],
25 decode_hex("ae3a44925afec860451cd8658b3cadde")[0],
26 decode_hex("418903fe6ef29fc8cab93d778a7b018b")[0],
27 decode_hex("3d1c53c00b2e137af8c4c23a06388c6b")[0],
28 decode_hex("e656ebd8e2758bc72599e5896be357be")[0],
29 decode_hex("81aae91cf90be172eedd1c75c349bf9e")[0],
30 decode_hex("00c262edf8b0bc345aca769e8733e25e")[0],
34 decode_hex("5cb551f87797381a24a5359a986e2cef25b1f2113b387197fe48e8babc9ad5c7")[0],
35 decode_hex("9899dc0be00306bda2a8e69cec32525ca6244f132479bcf840d8c1bc8bdfbff2")[0],
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozharness/test/
H A Dtest_mozilla_merkle.py8 decode_hex = codecs.getdecoder("hex_codec") variable
23 decode_hex("fbc459361fc111024c6d1fd83d23a9ff")[0],
24 decode_hex("ae3a44925afec860451cd8658b3cadde")[0],
25 decode_hex("418903fe6ef29fc8cab93d778a7b018b")[0],
26 decode_hex("3d1c53c00b2e137af8c4c23a06388c6b")[0],
27 decode_hex("e656ebd8e2758bc72599e5896be357be")[0],
28 decode_hex("81aae91cf90be172eedd1c75c349bf9e")[0],
29 decode_hex("00c262edf8b0bc345aca769e8733e25e")[0],
33 decode_hex("5cb551f87797381a24a5359a986e2cef25b1f2113b387197fe48e8babc9ad5c7")[0],
34 decode_hex("9899dc0be00306bda2a8e69cec32525ca6244f132479bcf840d8c1bc8bdfbff2")[0],
[all …]
/dports/textproc/R-cran-htmltools/htmltools/tests/testthat/
H A Dtest-colors.R27 expect_identical(decode_hex(sprintf("%02X", 0:255)), 0:255)
28 expect_identical(decode_hex(sprintf("%02x", 0:255)), 0:255)
29 expect_identical(decode_hex(sprintf("%1X", 0:15)), as.integer(0:15*16 + 0:15))
30 expect_identical(decode_hex(sprintf("%1x", 0:15)), as.integer(0:15*16 + 0:15))
32 expect_identical(decode_hex(character(0)), integer(0))
35 expect_error(decode_hex("000"))
37 expect_error(decode_hex(""))
39 expect_error(decode_hex("z"))
/dports/editors/emacs-devel/emacs-4d1968b/admin/charsets/
H A Dgb180304.awk35 function decode_hex(str) { function
74 gb_from = gb_to_index(decode_hex(substr($1, 3, 4)));
75 gb_to = gb_to_index(decode_hex(substr($1, 10, 4)));
76 unicode = decode_hex(substr($2, 3, 4));
86 gb = decode_hex(substr($1, 3, 4));
87 unicode = decode_hex(substr($2, 3, 4));
/dports/editors/emacs/emacs-27.2/admin/charsets/
H A Dgb180304.awk35 function decode_hex(str) { function
74 gb_from = gb_to_index(decode_hex(substr($1, 3, 4)));
75 gb_to = gb_to_index(decode_hex(substr($1, 10, 4)));
76 unicode = decode_hex(substr($2, 3, 4));
86 gb = decode_hex(substr($1, 3, 4));
87 unicode = decode_hex(substr($2, 3, 4));
/dports/devel/m17n-db/m17n-db-1.8.0/
H A Dgb180304.awk38 function decode_hex(str) { function
77 gb_from = gb_to_index(decode_hex(substr($1, 3, 4)));
78 gb_to = gb_to_index(decode_hex(substr($1, 10, 4)));
79 unicode = decode_hex(substr($2, 3, 4));
89 gb = decode_hex(substr($1, 3, 4));
90 unicode = decode_hex(substr($2, 3, 4));
H A DSCRIPT.awk54 function decode_hex(str, idx) { function
70 last = decode_hex(line, 1);
125 maybe_emit(decode_hex($0, 1), decode_hex($0, match($0, "\\.\\.") + 2), $2);
130 ch = decode_hex($0, 1);
/dports/security/olm/olm-3.2.6/tests/
H A Dtest_session.cpp7 std::uint8_t *decode_hex( in decode_hex() function
25 decode_hex("49d640dc96b80176694af69fc4b8ca9fac49aecbd697d01fd8bee1ed2693b6c9"), in check_session()
35 decode_hex("f77a03eaa9b301fa7d2a5aa6b50286906de12cc96044f526dbbcb12839ad7003"), in check_session()
40 decode_hex("d945c6ed4c7c277117adf11fb133a7936d287afe97c0b3ac989644b4490d4f31"), in check_session()
63 decode_hex("7326b58623a3f7bd8da11a1bab51f432c02a7430241b326e9fc8916a21eb257e"), in check_session()
68 decode_hex("0ab4b30bde20bd374ceccc72861660f0fd046f7516900796c3e5de41c598316c"), in check_session()
73 decode_hex("585dba930b10d90d81702c715f4085d07c42b0cd2d676010bb6086c86c4cc618"), in check_session()
/dports/textproc/R-cran-htmltools/htmltools/R/
H A Dcolors.R49 decode_hex, # red
50 decode_hex, # green
51 decode_hex, # blue
52 decode_optional(decode_hex, 0xFF) # alpha, optional
60 decode_hex, # red
61 decode_hex, # green
62 decode_hex, # blue
63 decode_optional(decode_hex, 0xFF) # alpha, optional
218 decode_hex <- function(str) { function
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/modes/
H A Dgcm_test.c258 static int decode_hex(uint8_t **out, size_t *out_len, const char *in, in decode_hex() function
310 if (!decode_hex(&key, &key_len, test->key, test_num, "key") || in run_test_case()
311 !decode_hex(&plaintext, &plaintext_len, test->plaintext, test_num, in run_test_case()
313 !decode_hex(&additional_data, &additional_data_len, test->additional_data, in run_test_case()
315 !decode_hex(&nonce, &nonce_len, test->nonce, test_num, "nonce") || in run_test_case()
316 !decode_hex(&ciphertext, &ciphertext_len, test->ciphertext, test_num, in run_test_case()
318 !decode_hex(&tag, &tag_len, test->tag, test_num, "tag")) { in run_test_case()
/dports/devel/stack/stack-2.7.3/_cabal_deps/aeson-1.5.6.0/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/aeson-1.4.7.1/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/aeson-1.5.4.0/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/aeson-1.5.6.0/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/aeson-1.5.2.0/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/aeson-1.5.0.0/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/aeson-1.4.7.1/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/aeson-1.4.7.1/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/aeson-1.5.6.0/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/aeson-1.5.1.0/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/aeson-1.5.6.0/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/aeson-1.5.6.0/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/aeson-1.5.6.0/cbits/
H A Dunescape_string.c45 static inline uint16_t decode_hex(uint32_t c) in decode_hex() function
112 temp_hex = decode_hex(codepoint); in _js_decode_string()
117 temp_hex = decode_hex(codepoint); in _js_decode_string()
122 temp_hex = decode_hex(codepoint); in _js_decode_string()
127 temp_hex = decode_hex(codepoint); in _js_decode_string()

12345678910>>...12