Home
last modified time | relevance | path

Searched refs:x54 (Results 1 – 25 of 6232) sorted by relevance

12345678910>>...250

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/engines/
H A DRC2Engine.java210 int x76, x54, x32, x10; in encryptBlock() local
221 x54 = rotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3); in encryptBlock()
222 x76 = rotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5); in encryptBlock()
234 x54 = rotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3); in encryptBlock()
235 x76 = rotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5); in encryptBlock()
276 x76 = rotateWordLeft(x76, 11) - ((x10 & ~x54) + (x32 & x54) + workingKey[i+3]); in decryptBlock()
277 x54 = rotateWordLeft(x54, 13) - ((x76 & ~x32) + (x10 & x32) + workingKey[i+2]); in decryptBlock()
289 x76 = rotateWordLeft(x76, 11) - ((x10 & ~x54) + (x32 & x54) + workingKey[i+3]); in decryptBlock()
290 x54 = rotateWordLeft(x54, 13) - ((x76 & ~x32) + (x10 & x32) + workingKey[i+2]); in decryptBlock()
302 x76 = rotateWordLeft(x76, 11) - ((x10 & ~x54) + (x32 & x54) + workingKey[i+3]); in decryptBlock()
[all …]
/dports/security/py-pycrypto/pycrypto-2.6.1/src/
H A DARC2.c65 U16 x76, x54, x32, x10; in block_encrypt() local
82 x54 = (x54 << 3) + (x54 >> 13 & 7); in block_encrypt()
84 x76 += (x10 & ~x54) + (x32 & x54) + self->xkey[4*i+3]; in block_encrypt()
99 out[4] = (U8)x54; in block_encrypt()
100 out[5] = (U8)(x54 >> 8); in block_encrypt()
109 U16 x76, x54, x32, x10; in block_decrypt() local
121 x76 -= (x10 & ~x54) + (x32 & x54) + self->xkey[4*i+3]; in block_decrypt()
123 x54 &= 65535; in block_decrypt()
124 x54 = (x54 << 13) + (x54 >> 3); in block_decrypt()
147 out[4] = (U8)x54; in block_decrypt()
[all …]
/dports/audio/xmixer/xmixer/icons/
H A Dicon.xbm5 0x54, 0x51, 0x45, 0x15, 0x54, 0x51, 0x45, 0x15, 0x54, 0x51, 0x45, 0x15,
6 0x54, 0x51, 0x45, 0x15, 0x54, 0x51, 0x45, 0x15, 0x54, 0x51, 0x45, 0x15,
7 0x54, 0x51, 0x45, 0x15, 0x54, 0x51, 0x45, 0x15, 0x54, 0x51, 0x45, 0x15,
8 0x54, 0x71, 0x47, 0x1d, 0x54, 0x71, 0x47, 0x1d, 0x54, 0x71, 0x47, 0x1d,
9 0x54, 0x51, 0x45, 0x15, 0xdc, 0x51, 0x45, 0x15, 0xdc, 0x51, 0x45, 0x15,
10 0xdc, 0x51, 0xc5, 0x15, 0x54, 0x51, 0xc5, 0x15, 0x54, 0x51, 0xc5, 0x15,
11 0x54, 0x51, 0x45, 0x15, 0x54, 0x51, 0x45, 0x15, 0x54, 0x51, 0x45, 0x15,
/dports/games/klondike/klondike-1.9/CARDS/
H A Dc_back.xbm5 0x55, 0x25, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55,
6 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54,
8 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa, 0xaa, 0xaa,
9 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa,
10 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x15,
11 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55,
12 0x55, 0x15, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55,
13 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54,
15 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa, 0xaa, 0xaa,
16 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa,
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/ciphers/
H A Drc2.c161 x54 = (x54 + (x76 & ~x32) + (x10 & x32) + xkey[4*i+2]) & 0xFFFF; in _rc2_ecb_encrypt()
162 x54 = ((x54 << 3) | (x54 >> 13)); in _rc2_ecb_encrypt()
164 x76 = (x76 + (x10 & ~x54) + (x32 & x54) + xkey[4*i+3]) & 0xFFFF; in _rc2_ecb_encrypt()
170 x54 = (x54 + xkey[x32 & 63]) & 0xFFFF; in _rc2_ecb_encrypt()
179 ct[4] = (unsigned char)x54; in _rc2_ecb_encrypt()
218 unsigned x76, x54, x32, x10; in _rc2_ecb_decrypt() local
236 x54 = (x54 - xkey[x32 & 63]) & 0xFFFF; in _rc2_ecb_decrypt()
242 x76 = (x76 - ((x10 & ~x54) + (x32 & x54) + xkey[4*i+3])) & 0xFFFF; in _rc2_ecb_decrypt()
244 x54 = ((x54 << 13) | (x54 >> 3)); in _rc2_ecb_decrypt()
245 x54 = (x54 - ((x76 & ~x32) + (x10 & x32) + xkey[4*i+2])) & 0xFFFF; in _rc2_ecb_decrypt()
[all …]
/dports/games/dontspace/dontspace-1.2/CARDS/
H A Dc_back.xbm5 0x55, 0x25, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55,
6 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54,
8 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa, 0xaa, 0xaa,
9 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa,
10 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x15,
11 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55,
12 0x55, 0x15, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55,
13 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x0a, 0x54,
15 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa, 0xaa, 0xaa,
16 0xaa, 0xaa, 0x0a, 0x54, 0x55, 0x55, 0x55, 0x55, 0x55, 0x15, 0xaa, 0xaa,
[all …]
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/ciphers/
H A Drc2.c178 x54 = (x54 + (x76 & ~x32) + (x10 & x32) + xkey[4*i+2]) & 0xFFFF; in _rc2_ecb_encrypt()
179 x54 = ((x54 << 3) | (x54 >> 13)); in _rc2_ecb_encrypt()
181 x76 = (x76 + (x10 & ~x54) + (x32 & x54) + xkey[4*i+3]) & 0xFFFF; in _rc2_ecb_encrypt()
187 x54 = (x54 + xkey[x32 & 63]) & 0xFFFF; in _rc2_ecb_encrypt()
196 ct[4] = (unsigned char)x54; in _rc2_ecb_encrypt()
235 unsigned x76, x54, x32, x10; in _rc2_ecb_decrypt() local
253 x54 = (x54 - xkey[x32 & 63]) & 0xFFFF; in _rc2_ecb_decrypt()
259 x76 = (x76 - ((x10 & ~x54) + (x32 & x54) + xkey[4*i+3])) & 0xFFFF; in _rc2_ecb_decrypt()
261 x54 = ((x54 << 13) | (x54 >> 3)); in _rc2_ecb_decrypt()
262 x54 = (x54 - ((x76 & ~x32) + (x10 & x32) + xkey[4*i+2])) & 0xFFFF; in _rc2_ecb_decrypt()
[all …]
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/ciphers/
H A Drc2.c178 x54 = (x54 + (x76 & ~x32) + (x10 & x32) + xkey[4*i+2]) & 0xFFFF; in _rc2_ecb_encrypt()
179 x54 = ((x54 << 3) | (x54 >> 13)); in _rc2_ecb_encrypt()
181 x76 = (x76 + (x10 & ~x54) + (x32 & x54) + xkey[4*i+3]) & 0xFFFF; in _rc2_ecb_encrypt()
187 x54 = (x54 + xkey[x32 & 63]) & 0xFFFF; in _rc2_ecb_encrypt()
196 ct[4] = (unsigned char)x54; in _rc2_ecb_encrypt()
235 unsigned x76, x54, x32, x10; in _rc2_ecb_decrypt() local
253 x54 = (x54 - xkey[x32 & 63]) & 0xFFFF; in _rc2_ecb_decrypt()
259 x76 = (x76 - ((x10 & ~x54) + (x32 & x54) + xkey[4*i+3])) & 0xFFFF; in _rc2_ecb_decrypt()
261 x54 = ((x54 << 13) | (x54 >> 3)); in _rc2_ecb_decrypt()
262 x54 = (x54 - ((x76 & ~x32) + (x10 & x32) + xkey[4*i+2])) & 0xFFFF; in _rc2_ecb_decrypt()
[all …]
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/ciphers/
H A Drc2.c172 x54 = (x54 + (x76 & ~x32) + (x10 & x32) + xkey[4*i+2]) & 0xFFFF;
173 x54 = ((x54 << 3) | (x54 >> 13));
175 x76 = (x76 + (x10 & ~x54) + (x32 & x54) + xkey[4*i+3]) & 0xFFFF;
181 x54 = (x54 + xkey[x32 & 63]) & 0xFFFF;
190 ct[4] = (unsigned char)x54;
229 unsigned x76, x54, x32, x10;
247 x54 = (x54 - xkey[x32 & 63]) & 0xFFFF;
253 x76 = (x76 - ((x10 & ~x54) + (x32 & x54) + xkey[4*i+3])) & 0xFFFF;
255 x54 = ((x54 << 13) | (x54 >> 3));
256 x54 = (x54 - ((x76 & ~x32) + (x10 & x32) + xkey[4*i+2])) & 0xFFFF;
[all …]
/dports/cad/tkgate/tkgate-2.1/images/
H A Dgateicon.xbm9 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01, 0xd5, 0xff, 0xef, 0xff, 0x57, 0x01,
10 0xd5, 0xff, 0xef, 0xff, 0x57, 0x01, 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01,
11 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01, 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01,
12 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01, 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01,
13 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01, 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01,
14 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01, 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01,
15 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01, 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01,
16 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01, 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01,
17 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01, 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01,
18 0xd5, 0xff, 0xef, 0xff, 0x57, 0x01, 0x55, 0x66, 0xc6, 0xcc, 0x54, 0x01,
[all …]
H A Dsmalllogo.xbm6 0x91, 0x24, 0x92, 0x44, 0x95, 0x24, 0x92, 0x54, 0xf5, 0x7f, 0xff, 0x57,
7 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54,
8 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54,
9 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54,
10 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54, 0xf5, 0x7f, 0xff, 0x57,
11 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54, 0x91, 0x24, 0x92, 0x44,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/graphicfilter/data/xbm/fail/
H A Dcrash-1.xbm5 0x91, 0x24 0x92, 0x44, 0x95: 0x24, 0x92, 0x54, 0xf5, 0x7f, 0xff, 0x57,
6 0x95, 0x24, 0x92, 0x54, 0x95, 0x 4,54, 0x95, 0x24, 0x92, 0x54,
7 0x95, 0x24,x54, 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54,
8 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92,0x54, 0x95, 0x24, 0x92, 0x54,
9 0x95, 0x24,������� 0x92, 0x54, 0x95, 0x24, 0x92, 0x54, 0xf5, 0x7f, 0xff, 0x57,
10 0x95,0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54, 0, 0x54, 0xf5, 0xd= {
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/graphicfilter/data/xbm/fail/
H A Dcrash-1.xbm5 0x91, 0x24 0x92, 0x44, 0x95: 0x24, 0x92, 0x54, 0xf5, 0x7f, 0xff, 0x57,
6 0x95, 0x24, 0x92, 0x54, 0x95, 0x 4,54, 0x95, 0x24, 0x92, 0x54,
7 0x95, 0x24,x54, 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54,
8 0x95, 0x24, 0x92, 0x54, 0x95, 0x24, 0x92,0x54, 0x95, 0x24, 0x92, 0x54,
9 0x95, 0x24,������� 0x92, 0x54, 0x95, 0x24, 0x92, 0x54, 0xf5, 0x7f, 0xff, 0x57,
10 0x95,0x24, 0x92, 0x54, 0x95, 0x24, 0x92, 0x54, 0, 0x54, 0xf5, 0xd= {
/dports/security/matrixssl/Crypt-MatrixSSL3-3.3.0.1/matrixssl-3-3-open/crypto/symmetric/
H A Drc2.c273 x54 = (x54 + (x76 & ~x32) + (x10 & x32) + xkey[4*i+2]) & 0xFFFF; in psRc2EncryptBlock()
274 x54 = ((x54 << 3) | (x54 >> 13)); in psRc2EncryptBlock()
276 x76 = (x76 + (x10 & ~x54) + (x32 & x54) + xkey[4*i+3]) & 0xFFFF; in psRc2EncryptBlock()
282 x54 = (x54 + xkey[x32 & 63]) & 0xFFFF; in psRc2EncryptBlock()
291 ct[4] = (unsigned char)x54; in psRc2EncryptBlock()
311 unsigned x76, x54, x32, x10; in psRc2DecryptBlock() local
329 x54 = (x54 - xkey[x32 & 63]) & 0xFFFF; in psRc2DecryptBlock()
335 x76 = (x76 - ((x10 & ~x54) + (x32 & x54) + xkey[4*i+3])) & 0xFFFF; in psRc2DecryptBlock()
337 x54 = ((x54 << 13) | (x54 >> 3)); in psRc2DecryptBlock()
338 x54 = (x54 - ((x76 & ~x32) + (x10 & x32) + xkey[4*i+2])) & 0xFFFF; in psRc2DecryptBlock()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/static/misc/
H A Ddna_mathews2004.hex5539 0x20, 0x47, 0x54, 0x2c, 0x47, 0x54, 0x2c, 0x54, 0x2c, 0x54, 0x20, 0x2a,
5643 0x2f, 0x2a, 0x20, 0x47, 0x54, 0x2c, 0x54, 0x47, 0x2c, 0x54, 0x2c, 0x54,
6268 0x2f, 0x2a, 0x20, 0x54, 0x47, 0x2c, 0x47, 0x54, 0x2c, 0x54, 0x2c, 0x54,
7310 0x54, 0x2c, 0x54, 0x41, 0x2c, 0x54, 0x2c, 0x54, 0x20, 0x2a, 0x2f, 0x0a,
8039 0x20, 0x54, 0x41, 0x2c, 0x54, 0x41, 0x2c, 0x54, 0x2c, 0x54, 0x20, 0x2a,
10645 0x54, 0x2c, 0x47, 0x54, 0x2c, 0x54, 0x2c, 0x54, 0x20, 0x2a, 0x2f, 0x0a,
10749 0x20, 0x47, 0x54, 0x2c, 0x54, 0x47, 0x2c, 0x54, 0x2c, 0x54, 0x20, 0x2a,
10853 0x2f, 0x2a, 0x20, 0x47, 0x54, 0x2c, 0x41, 0x54, 0x2c, 0x54, 0x2c, 0x54,
11374 0x20, 0x54, 0x47, 0x2c, 0x47, 0x54, 0x2c, 0x54, 0x2c, 0x54, 0x20, 0x2a,
26738 0x54, 0x2c, 0x54, 0x47, 0x2c, 0x54, 0x2c, 0x54, 0x2c, 0x54, 0x20, 0x2a,
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/crypto/p/
H A Dcrypto_rc2.c66 ut16 x76, x54, x32, x10; in rc2_crypt8() local
81 x54 = (x54 << 3) + (x54 >> 13 & 7); in rc2_crypt8()
83 x76 += ((x10 & ~x54) + (x32 & x54)) + state->ekey[4 * i + 3]; in rc2_crypt8()
89 x54 += state->ekey[x32 & 63]; in rc2_crypt8()
98 outbuf[4] = (ut8) x54; in rc2_crypt8()
99 outbuf[5] = (ut8) (x54 >> 8); in rc2_crypt8()
107 ut16 x76, x54, x32, x10; in rc2_dcrypt8() local
117 x76 -= ((x10 & ~x54) | (x32 & x54)) + state->ekey[4 * i + 3]; in rc2_dcrypt8()
120 x54 = (x54 << 13) | (x54 >> 3); in rc2_dcrypt8()
143 outbuf[4] = (ut8) x54; in rc2_dcrypt8()
[all …]
/dports/x11/xdtm/xdtm/icons/alix/
H A Dclock.icon8 0x40, 0x10, 0x14, 0x06, 0x20, 0x27, 0xc4, 0x02, 0x90, 0x4a, 0x54, 0x06,
10 0x98, 0xc8, 0x10, 0x20, 0x34, 0x67, 0x11, 0x60, 0x54, 0x50, 0xd1, 0x2d,
11 0x94, 0x4f, 0x51, 0x65, 0xd4, 0x5f, 0xd1, 0xad, 0x54, 0x52, 0x01, 0x00,
12 0x54, 0x52, 0x01, 0x00, 0x54, 0x52, 0x01, 0x00, 0x54, 0x52, 0x01, 0x00,
13 0x54, 0x52, 0x01, 0x00, 0x54, 0x52, 0x01, 0x00, 0x54, 0x52, 0x01, 0x00,
14 0x54, 0x57, 0x01, 0x00, 0x54, 0x57, 0x01, 0x00, 0x54, 0x57, 0x01, 0x00,
15 0x54, 0x50, 0x01, 0x00, 0x54, 0x50, 0x01, 0x00, 0xd4, 0x5f, 0x41, 0x03,
/dports/math/fricas/fricas-1.3.7/src/doc/bitmaps/
H A Dexit3di.bitmap9 0x8a, 0x2a, 0xa8, 0xf8, 0x15, 0x54, 0x15, 0x04, 0x05, 0x55, 0x54, 0xf1,
10 0x2e, 0xaa, 0x2a, 0x8a, 0x8a, 0x2a, 0xa8, 0xf8, 0x15, 0x54, 0x55, 0x44,
11 0x05, 0x55, 0x54, 0xf1, 0x2e, 0xaa, 0x2a, 0x80, 0x8a, 0x2a, 0xa8, 0xf8,
12 0x15, 0x54, 0x55, 0x40, 0x05, 0x55, 0x54, 0xf1, 0x2e, 0x80, 0xaa, 0xa0,
13 0x8a, 0x2a, 0xa8, 0xf8, 0x15, 0x00, 0x55, 0x51, 0x05, 0x55, 0x54, 0xf1,
14 0x2e, 0x00, 0xaa, 0xa0, 0x8a, 0x2a, 0xa8, 0xf8, 0x15, 0x54, 0x55, 0x40,
15 0x05, 0x55, 0x54, 0xf1, 0x2e, 0xaa, 0xaa, 0xa0, 0x8a, 0x2a, 0xa8, 0xf8,
16 0x15, 0x54, 0x55, 0x44, 0x05, 0x55, 0x54, 0xf1, 0x2e, 0xaa, 0x2a, 0x80,
17 0x8a, 0x2a, 0xa8, 0xf8, 0x15, 0x54, 0x15, 0x04, 0x05, 0x55, 0x54, 0xf1,
18 0x2e, 0xaa, 0x2a, 0x8a, 0x8a, 0x2a, 0xa8, 0xf8, 0x15, 0x54, 0x15, 0x15,
[all …]
H A Dhome3di.bitmap6 0xae, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xf8, 0x45, 0x45, 0x05, 0x54,
7 0x54, 0x14, 0x00, 0xf1, 0x8e, 0x8a, 0x02, 0x28, 0xa8, 0x28, 0x00, 0xf8,
9 0x28, 0x28, 0xaa, 0xf8, 0x05, 0x05, 0x41, 0x51, 0x50, 0x10, 0x54, 0xf1,
11 0x10, 0x10, 0x54, 0xf1, 0x8e, 0x8a, 0xa2, 0x20, 0x00, 0x28, 0xaa, 0xf8,
12 0x05, 0x05, 0x41, 0x51, 0x04, 0x10, 0x54, 0xf1, 0x0e, 0x80, 0xa2, 0x20,
15 0x54, 0x10, 0x54, 0xf1, 0x8e, 0x8a, 0xa2, 0x20, 0xa8, 0x28, 0xaa, 0xf8,
16 0x05, 0x05, 0x41, 0x51, 0x54, 0x10, 0x54, 0xf1, 0x8e, 0x8a, 0xa2, 0x20,
17 0xa8, 0x28, 0xaa, 0xf8, 0x05, 0x05, 0x41, 0x51, 0x54, 0x10, 0x54, 0xf1,
19 0x54, 0x10, 0x54, 0xf1, 0x8e, 0x8a, 0x02, 0x20, 0xa8, 0x28, 0x80, 0xf8,
20 0x05, 0x05, 0x05, 0x50, 0x54, 0x10, 0x00, 0xf1, 0x8e, 0x8a, 0x0a, 0xa8,
/dports/math/lrslib/lrslib-071a/ine/test-062/porta/
H A Dmit71-61.ine.ieq14 -1x51+6x52-12x53-3x54+12x55+8x56-3x57-12x58+6x59-1x60<=0
15 -1x51+4x52-4x53-1x54+1x57+4x58-4x59+1x60<=0
16 -1x51+2x52+1x54-4x55+1x57+2x59-1x60<=0
17 -1x51+2x52+4x53-3x54+4x55-8x56-3x57+4x58+2x59-1x60<=0
18 -1x51+4x53-1x54+1x57-4x58+1x60<=0
19 -1x51+3x54-3x57+1x60<=0
20 -1x51-2x52+4x53-3x54-4x55+8x56-3x57+4x58-2x59-1x60<=0
21 -1x51-2x52+1x54+4x55+1x57-2x59-1x60<=0
22 -1x51-4x52-4x53-1x54+1x57+4x58+4x59+1x60<=0
23 -1x51-6x52-12x53-3x54-12x55-8x56-3x57-12x58-6x59-1x60<=0
[all …]
/dports/games/triplane/triplane-classic-1.08.r20130224/data_src/
H A Dpcx.lst62 data/terrain/dtent2.pgd data_src/pcx/terrain/dtent2.pcx \\x44\\x54\\x45\\x4e\\x54\\x32\\x00 \\xc1 3…
67 data/terrain/watert.pgd data_src/pcx/terrain/watert.pcx \\x57\\x41\\x54\\x45\\x52\\x54\\x00 \\x00 1…
73 data/terrain/tent2.pgd data_src/pcx/terrain/tent2.pcx \\x54\\x45\\x4e\\x54\\x32\\x00\\x00 \\xc1 39 …
287 data/misc/data2.pgd data_src/pcx/misc/data2.pcx \\x53\\x54\\x41\\x54\\x55\\x53\\x00 \\x27 65 25
292 data/menus/buttok.pgd data_src/pcx/menus/buttok.pcx \\x42\\x55\\x54\\x54\\x4f\\x4b\\x00 \\xff 40 20
304 data/menus/buttr.pgd data_src/pcx/menus/buttr.pcx \\x42\\x55\\x54\\x54\\x52\\x00\\x04 \\xf4 17 9
316 data/menus/letter.pgd data_src/pcx/menus/letter.pcx \\x4c\\x45\\x54\\x54\\x45\\x52\\x00 \\x00 320 2…
325 data/menus/buttl.pgd data_src/pcx/menus/buttl.pcx \\x42\\x55\\x54\\x54\\x4c\\x00\\x04 \\x1d 17 9
348 data/menus/startd.pgd data_src/pcx/menus/startd.pcx \\x53\\x54\\x41\\x52\\x54\\x44\\x00 \\x00 320 2…
352 data/menus/buttc.pgd data_src/pcx/menus/buttc.pcx \\x42\\x55\\x54\\x54\\x43\\x00\\x00 \\x00 40 20
[all …]
/dports/games/xjewel/xjewel-1.6/bitmaps/
H A Dborder.xbm8 0x03, 0x80, 0xbe, 0xa4, 0xaf, 0x03, 0x00, 0x41, 0x54, 0x2f, 0x00, 0x00,
9 0x22, 0xa4, 0x2f, 0x00, 0x00, 0x14, 0x54, 0xef, 0xff, 0xff, 0x0f, 0xa4,
10 0x2f, 0x00, 0x00, 0x08, 0x54, 0xaf, 0xff, 0xff, 0x0b, 0xa4, 0x2f, 0x00,
11 0x00, 0x08, 0x54, 0xaf, 0xef, 0xef, 0x0b, 0xa4, 0x2f, 0x10, 0x10, 0x08,
12 0x54, 0xaf, 0xef, 0xef, 0x0b, 0xa4, 0x2f, 0x10, 0x10, 0x08, 0x54, 0xaf,
13 0xef, 0xef, 0x0b, 0xa4, 0x2f, 0x10, 0x10, 0x08, 0x54, 0xaf, 0xef, 0xef,
14 0x0b, 0xa4, 0x2f, 0x10, 0x10, 0x08, 0x54, 0xaf, 0xef, 0xef, 0x0b, 0xa4,
15 0x2f, 0x10, 0x10, 0x08, 0x54, 0xaf, 0xef, 0xef, 0x0b, 0xa4, 0x2f, 0x00,
16 0x00, 0x08, 0x54, 0xaf, 0xff, 0xff, 0x0b, 0xa4, 0x2f, 0x00, 0x00, 0x08,
17 0x54, 0xaf, 0xff, 0xff, 0x0b, 0xa4, 0x2f, 0x00, 0x00, 0x08, 0x54, 0xaf,
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/storage/recordings/StorageQueueSuite/
H A DTestGetMessages.yaml53x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x32\x38\x20\x4D\x61\x79\x20\x32\x30\x31\x39\x20\x32\x32\x3…
86x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x32\x38\x20\x4D\x61\x79\x20\x32\x30\x31\x39\x20\x32\x32\x3…
119x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x32\x38\x20\x4D\x61\x79\x20\x32\x30\x31\x39\x20\x32\x32\x3…
152x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x32\x38\x20\x4D\x61\x79\x20\x32\x30\x31\x39\x20\x32\x32\x3…
183x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x32\x38\x20\x4D\x61\x79\x20\x32\x30\x31\x39\x20\x32\x32\x3…
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/storage/recordings/StorageQueueSuite/
H A DTestGetMessages.yaml53x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x31\x33\x20\x41\x70\x72\x20\x32\x30\x32\x31\x20\x31\x35\x3…
86x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x31\x33\x20\x41\x70\x72\x20\x32\x30\x32\x31\x20\x31\x35\x3…
119x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x31\x33\x20\x41\x70\x72\x20\x32\x30\x32\x31\x20\x31\x35\x3…
152x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x31\x33\x20\x41\x70\x72\x20\x32\x30\x32\x31\x20\x31\x35\x3…
183x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x31\x33\x20\x41\x70\x72\x20\x32\x30\x32\x31\x20\x31\x35\x3…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/storage/recordings/StorageQueueSuite/
H A DTestGetMessages.yaml53x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x31\x33\x20\x41\x70\x72\x20\x32\x30\x32\x31\x20\x31\x35\x3…
86x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x31\x33\x20\x41\x70\x72\x20\x32\x30\x32\x31\x20\x31\x35\x3…
119x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x31\x33\x20\x41\x70\x72\x20\x32\x30\x32\x31\x20\x31\x35\x3…
152x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x31\x33\x20\x41\x70\x72\x20\x32\x30\x32\x31\x20\x31\x35\x3…
183x54\x69\x6D\x65\x3E\x54\x75\x65\x2C\x20\x31\x33\x20\x41\x70\x72\x20\x32\x30\x32\x31\x20\x31\x35\x3…

12345678910>>...250