Home
last modified time | relevance | path

Searched refs:tohex (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/dports/devel/m17n-db/m17n-db-1.8.0/
H A Dcompact.awk25 tohex["0"] = 1;
26 tohex["1"] = 2;
27 tohex["2"] = 3;
28 tohex["3"] = 4;
29 tohex["4"] = 5;
30 tohex["5"] = 6;
31 tohex["6"] = 7;
32 tohex["7"] = 8;
33 tohex["8"] = 9;
34 tohex["9"] = 10;
[all …]
H A DCASED.awk25 tohex["0"] = 1;
26 tohex["1"] = 2;
27 tohex["2"] = 3;
28 tohex["3"] = 4;
29 tohex["4"] = 5;
30 tohex["5"] = 6;
31 tohex["6"] = 7;
32 tohex["7"] = 8;
33 tohex["8"] = 9;
34 tohex["9"] = 10;
[all …]
H A DSCRIPT.awk25 tohex["0"] = 1;
26 tohex["1"] = 2;
27 tohex["2"] = 3;
28 tohex["3"] = 4;
29 tohex["4"] = 5;
30 tohex["5"] = 6;
31 tohex["6"] = 7;
32 tohex["7"] = 8;
33 tohex["8"] = 9;
34 tohex["9"] = 10;
[all …]
H A Dgb180302.awk24 tohex["A"] = 10;
25 tohex["B"] = 11;
26 tohex["C"] = 12;
27 tohex["D"] = 13;
28 tohex["E"] = 14;
29 tohex["F"] = 15;
30 tohex["a"] = 10;
31 tohex["b"] = 11;
32 tohex["c"] = 12;
33 tohex["d"] = 13;
[all …]
H A Dgb180304.awk24 tohex["A"] = 10;
25 tohex["B"] = 11;
26 tohex["C"] = 12;
27 tohex["D"] = 13;
28 tohex["E"] = 14;
29 tohex["F"] = 15;
30 tohex["a"] = 10;
31 tohex["b"] = 11;
32 tohex["c"] = 12;
33 tohex["d"] = 13;
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/admin/charsets/
H A Dcompact.awk31 tohex["0"] = 1;
32 tohex["1"] = 2;
33 tohex["2"] = 3;
34 tohex["3"] = 4;
35 tohex["4"] = 5;
36 tohex["5"] = 6;
37 tohex["6"] = 7;
38 tohex["7"] = 8;
39 tohex["8"] = 9;
40 tohex["9"] = 10;
[all …]
H A Dbig5.awk21 tohex["A"] = 10;
22 tohex["B"] = 11;
23 tohex["C"] = 12;
24 tohex["D"] = 13;
25 tohex["E"] = 14;
26 tohex["F"] = 15;
27 tohex["a"] = 10;
28 tohex["b"] = 11;
29 tohex["c"] = 12;
30 tohex["d"] = 13;
[all …]
H A Dgb180302.awk21 tohex["A"] = 10;
22 tohex["B"] = 11;
23 tohex["C"] = 12;
24 tohex["D"] = 13;
25 tohex["E"] = 14;
26 tohex["F"] = 15;
27 tohex["a"] = 10;
28 tohex["b"] = 11;
29 tohex["c"] = 12;
30 tohex["d"] = 13;
[all …]
H A Dgb180304.awk21 tohex["A"] = 10;
22 tohex["B"] = 11;
23 tohex["C"] = 12;
24 tohex["D"] = 13;
25 tohex["E"] = 14;
26 tohex["F"] = 15;
27 tohex["a"] = 10;
28 tohex["b"] = 11;
29 tohex["c"] = 12;
30 tohex["d"] = 13;
[all …]
H A Dcp932.awk34 tohex["A"] = 10;
35 tohex["B"] = 11;
36 tohex["C"] = 12;
37 tohex["D"] = 13;
38 tohex["E"] = 14;
39 tohex["F"] = 15;
51 n = n * 16 + tohex[c];
/dports/editors/emacs/emacs-27.2/admin/charsets/
H A Dcompact.awk31 tohex["0"] = 1;
32 tohex["1"] = 2;
33 tohex["2"] = 3;
34 tohex["3"] = 4;
35 tohex["4"] = 5;
36 tohex["5"] = 6;
37 tohex["6"] = 7;
38 tohex["7"] = 8;
39 tohex["8"] = 9;
40 tohex["9"] = 10;
[all …]
H A Dbig5.awk21 tohex["A"] = 10;
22 tohex["B"] = 11;
23 tohex["C"] = 12;
24 tohex["D"] = 13;
25 tohex["E"] = 14;
26 tohex["F"] = 15;
27 tohex["a"] = 10;
28 tohex["b"] = 11;
29 tohex["c"] = 12;
30 tohex["d"] = 13;
[all …]
H A Dgb180302.awk21 tohex["A"] = 10;
22 tohex["B"] = 11;
23 tohex["C"] = 12;
24 tohex["D"] = 13;
25 tohex["E"] = 14;
26 tohex["F"] = 15;
27 tohex["a"] = 10;
28 tohex["b"] = 11;
29 tohex["c"] = 12;
30 tohex["d"] = 13;
[all …]
H A Dgb180304.awk21 tohex["A"] = 10;
22 tohex["B"] = 11;
23 tohex["C"] = 12;
24 tohex["D"] = 13;
25 tohex["E"] = 14;
26 tohex["F"] = 15;
27 tohex["a"] = 10;
28 tohex["b"] = 11;
29 tohex["c"] = 12;
30 tohex["d"] = 13;
[all …]
H A Dcp932.awk34 tohex["A"] = 10;
35 tohex["B"] = 11;
36 tohex["C"] = 12;
37 tohex["D"] = 13;
38 tohex["E"] = 14;
39 tohex["F"] = 15;
51 n = n * 16 + tohex[c];
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Scribunto/tests/phpunit/engines/LuaCommon/
H A DUstringLibraryNormalizationTests.lua1 local function tohex( s ) function
12 tohex( mw.ustring.toNFC( c1 ) ),
13 tohex( mw.ustring.toNFC( c2 ) ),
14 tohex( mw.ustring.toNFC( c3 ) ),
15 tohex( mw.ustring.toNFC( c4 ) ),
16 tohex( mw.ustring.toNFC( c5 ) ),
17 tohex( mw.ustring.toNFD( c1 ) ),
18 tohex( mw.ustring.toNFD( c2 ) ),
19 tohex( mw.ustring.toNFD( c3 ) ),
20 tohex( mw.ustring.toNFD( c4 ) ),
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Scribunto/tests/phpunit/engines/LuaCommon/
H A DUstringLibraryNormalizationTests.lua1 local function tohex( s )
12 tohex( mw.ustring.toNFC( c1 ) ),
13 tohex( mw.ustring.toNFC( c2 ) ),
14 tohex( mw.ustring.toNFC( c3 ) ),
15 tohex( mw.ustring.toNFC( c4 ) ),
16 tohex( mw.ustring.toNFC( c5 ) ),
17 tohex( mw.ustring.toNFD( c1 ) ),
18 tohex( mw.ustring.toNFD( c2 ) ),
19 tohex( mw.ustring.toNFD( c3 ) ),
20 tohex( mw.ustring.toNFD( c4 ) ),
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Scribunto/tests/phpunit/engines/LuaCommon/
H A DUstringLibraryNormalizationTests.lua1 local function tohex( s ) function
12 tohex( mw.ustring.toNFC( c1 ) ),
13 tohex( mw.ustring.toNFC( c2 ) ),
14 tohex( mw.ustring.toNFC( c3 ) ),
15 tohex( mw.ustring.toNFC( c4 ) ),
16 tohex( mw.ustring.toNFC( c5 ) ),
17 tohex( mw.ustring.toNFD( c1 ) ),
18 tohex( mw.ustring.toNFD( c2 ) ),
19 tohex( mw.ustring.toNFD( c3 ) ),
20 tohex( mw.ustring.toNFD( c4 ) ),
[all …]
/dports/lang/basic256/basic256-2.0.0.11/TestSuite/
H A Dtestsuite_binaryop_include.kbs15 call s("-1=ffffffff", tohex(-1), "ffffffff")
16 call s("2^31-1=7fffffff", tohex(2^31-1), "7fffffff")
17 call s("-(2^31)=80000000", tohex(-2^31), "80000000")
18 call s("0=0", tohex(0), "0")
28 call s("tohex(a)==tohex(b)", tohex(a), tohex(b))
29 call n("fromhex(tohex(a))==a)", fromhex(tohex(a)),a)
33 call s("tohex(c)==tohex(d)", tohex(c), tohex(d))
34 call n("fromhex(tohex(c))==c)", fromhex(tohex(c)),c)
/dports/archivers/py-rarfile/rarfile-4.0/test/
H A Dtest_hashing.py11 def tohex(data): function
94 assert (tohex(key), tohex(iv)) == exp
96 assert (tohex(key), tohex(iv)) == exp
100 assert (tohex(key), tohex(iv)) == exp
103 assert (tohex(key), tohex(iv)) == exp
/dports/www/nginx-full/nchan-1.2.12/dev/bench/deps/sha1/
H A Dinit.lua21 local tohex = bit.tohex
101 tohex(h0),
102 tohex(h1),
103 tohex(h2),
104 tohex(h3),
105 tohex(h4)
/dports/security/py-pynacl/PyNaCl-1.4.0/tests/
H A Dtest_bindings.py33 def tohex(b): function
41 assert tohex(h1) == ("f8daf57a3347cc4d6b9d575b31fe6077"
45 assert tohex(h1) == hashlib.sha512(msg).hexdigest()
49 assert tohex(h2) == tohex(h1)
55 assert tohex(h3) == hashlib.sha256(msg).hexdigest()
97 assert tohex(k1) == tohex(k2)
105 assert tohex(ct2) == tohex(ct1)
191 assert tohex(bx1) == tohex(bx2)
192 assert tohex(bx1) == tohex(xpub)
196 assert tohex(xby) == tohex(ybx)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dremote-utils.c234 tohex (int nib) in tohex() function
253 *hex++ = tohex ((*bin >> 4) & 0xf); in hexify()
254 *hex++ = tohex (*bin++ & 0xf); in hexify()
287 *p++ = tohex ((csum >> 4) & 0xf); in putpkt()
288 *p++ = tohex (csum & 0xf); in putpkt()
526 *to++ = tohex (nib); in convert_int_to_ascii()
528 *to++ = tohex (nib); in convert_int_to_ascii()
553 *buf++ = tohex ((regno >> 4) & 0xf); in outreg()
554 *buf++ = tohex (regno & 0xf); in outreg()
606 *buf++ = tohex (nib); in prepare_resume_reply()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dremote-utils.c234 tohex (int nib) in tohex() function
253 *hex++ = tohex ((*bin >> 4) & 0xf); in hexify()
254 *hex++ = tohex (*bin++ & 0xf); in hexify()
287 *p++ = tohex ((csum >> 4) & 0xf); in putpkt()
288 *p++ = tohex (csum & 0xf); in putpkt()
526 *to++ = tohex (nib); in convert_int_to_ascii()
528 *to++ = tohex (nib); in convert_int_to_ascii()
553 *buf++ = tohex ((regno >> 4) & 0xf); in outreg()
554 *buf++ = tohex (regno & 0xf); in outreg()
606 *buf++ = tohex (nib); in prepare_resume_reply()
[all …]
/dports/editors/emacs/emacs-27.2/admin/unidata/
H A Dblocks.awk64 tohex["a"] = 10
65 tohex["b"] = 11
66 tohex["c"] = 12
67 tohex["d"] = 13
68 tohex["e"] = 14
69 tohex["f"] = 15
86 n = n * 16 + tohex[tolower(c)]

12345678910>>...27