Home
last modified time | relevance | path

Searched refs:SWAP2 (Results 1 – 25 of 90) sorted by relevance

1234

/dports/multimedia/xawtv/xawtv-3.107/console/
H A Dshowqt.c29 # define SWAP2(x) ((((uint16_t)x>>8) & (uint16_t)0x00ff) |\ macro
46 # define SWAP2(a) (a) macro
448 printf(FIELD_NAME "%d\n",si,list[i].name,(int)SWAP2(int16)); in dump_fields()
461 SWAP2(int16) / 256.0); in dump_fields()
483 (int)SWAP2(color[0]), in dump_fields()
484 (int)SWAP2(color[0]), in dump_fields()
485 (int)SWAP2(color[0])); in dump_fields()
541 ssize = SWAP2(ssize); in dump_string()
542 stype = SWAP2(stype); in dump_string()
H A Dshowriff.c27 # define SWAP2(x) (((x>>8) & 0x00ff) |\ macro
35 # define SWAP2(a) (a) macro
236 val16 = SWAP2(val16); in dump_vals()
/dports/databases/grass7/grass-7.8.6/imagery/i.fft/
H A Dmain.c159 #define SWAP2(a, b) \ in main() macro
169 SWAP2(C(i, j), C(i, j + cols / 2)); in main()
172 SWAP2(C(i, j), C(i + rows / 2, j)); in main()
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DArrayUtils.cpp179 _context << Instruction::SWAP2; in copyArrayToStorage()
425 m_context << Instruction::SWAP2 << Instruction::POP; in copyArrayToMemory()
461 m_context << Instruction::SWAP2; in copyArrayToMemory()
467 m_context << Instruction::SWAP2; in copyArrayToMemory()
475 m_context << Instruction::DUP3 << Instruction::ADD << Instruction::SWAP2; in copyArrayToMemory()
544 m_context << Instruction::SWAP2; in copyArrayToMemory()
703 _context << Instruction::DUP1 << Instruction::SWAP2; in resizeDynamicArray()
790 _context << Instruction::SWAP2 << Instruction::ADD; in resizeDynamicArray()
1013 << Instruction::SWAP2 << Instruction::DIV << Instruction::MUL; in convertLengthToSize()
1114 m_context << u256(itemsPerSlot) << Instruction::SWAP2; in accessIndex()
[all …]
/dports/lang/solidity/solidity_0.8.11/test/cmdlineTests/asm_json/
H A Doutput434 "name": "SWAP2",
539 "name": "SWAP2",
737 "name": "SWAP2",
975 "name": "SWAP2",
1182 "name": "SWAP2",
1206 "name": "SWAP2",
1364 "name": "SWAP2",
1561 "name": "SWAP2",
/dports/games/retroarch/RetroArch-1.9.7/deps/bearssl-0.6/src/symcipher/
H A Daes_ct.c216 #define SWAP2(x, y) SWAPN(0x55555555, 0xAAAAAAAA, 1, x, y) in br_aes_ct_ortho() macro
220 SWAP2(q[0], q[1]); in br_aes_ct_ortho()
221 SWAP2(q[2], q[3]); in br_aes_ct_ortho()
222 SWAP2(q[4], q[5]); in br_aes_ct_ortho()
223 SWAP2(q[6], q[7]); in br_aes_ct_ortho()
H A Daes_ct64.c216 #define SWAP2(x, y) SWAPN(0x5555555555555555, 0xAAAAAAAAAAAAAAAA, 1, x, y) in br_aes_ct64_ortho() macro
220 SWAP2(q[0], q[1]); in br_aes_ct64_ortho()
221 SWAP2(q[2], q[3]); in br_aes_ct64_ortho()
222 SWAP2(q[4], q[5]); in br_aes_ct64_ortho()
223 SWAP2(q[6], q[7]); in br_aes_ct64_ortho()
/dports/security/bearssl/bearssl-0.6/src/symcipher/
H A Daes_ct.c216 #define SWAP2(x, y) SWAPN(0x55555555, 0xAAAAAAAA, 1, x, y) in br_aes_ct_ortho() macro
220 SWAP2(q[0], q[1]); in br_aes_ct_ortho()
221 SWAP2(q[2], q[3]); in br_aes_ct_ortho()
222 SWAP2(q[4], q[5]); in br_aes_ct_ortho()
223 SWAP2(q[6], q[7]); in br_aes_ct_ortho()
H A Daes_ct64.c216 #define SWAP2(x, y) SWAPN(0x5555555555555555, 0xAAAAAAAAAAAAAAAA, 1, x, y) in br_aes_ct64_ortho() macro
220 SWAP2(q[0], q[1]); in br_aes_ct64_ortho()
221 SWAP2(q[2], q[3]); in br_aes_ct64_ortho()
222 SWAP2(q[4], q[5]); in br_aes_ct64_ortho()
223 SWAP2(q[6], q[7]); in br_aes_ct64_ortho()
/dports/databases/grass7/grass-7.8.6/imagery/i.ifft/
H A Dmain.c184 #define SWAP2(a, b) \ in main() macro
194 SWAP2(C(i, j), C(i, j + cols / 2)); in main()
197 SWAP2(C(i, j), C(i + rows / 2, j)); in main()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/
H A Dglui_internal.h95 #ifndef SWAP2
96 #define SWAP2(a,b,t) {t=a;a=b;b=t;} macro
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/glui/
H A Dglui_internal.h97 #ifndef SWAP2
98 #define SWAP2(a,b,t) {t=a;a=b;b=t;} macro
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/glui/
H A Dglui_internal.h95 #ifndef SWAP2
96 #define SWAP2(a,b,t) {t=a;a=b;b=t;} macro
/dports/devel/glui/glui-2.36/src/
H A Dglui_internal.h112 #ifndef SWAP2
113 #define SWAP2(a,b,t) {t=a;a=b;b=t;} macro
/dports/multimedia/xawtv/xawtv-3.107/libng/
H A Dcolor_lut.c306 ng_lut_red[i] = SWAP2(ng_lut_red[i]); in ng_lut_init()
307 ng_lut_green[i] = SWAP2(ng_lut_green[i]); in ng_lut_init()
308 ng_lut_blue[i] = SWAP2(ng_lut_blue[i]); in ng_lut_init()
H A Dbyteswap.h10 #define SWAP2(x) (((x>>8) & 0x00ff) |\ macro
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/vm/
H A Dopcodes.go173 SWAP2 const
349 SWAP2: "SWAP2",
508 "SWAP2": SWAP2,
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Djh_plug.c105 #define SWAP2(x) (x) = ((((x) & 0x3333333333333333ULL) << 2) | (((x) & 0xccccccccccccccccULL) >> … macro
169SWAP2(state->x[1][i]); SWAP2(state->x[3][i]); SWAP2(state->x[5][i]); SWAP2(state->x[7][i]); in E8()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/vm/
H A Dopcodes.go179 SWAP2 const
352 SWAP2: "SWAP2",
511 "SWAP2": SWAP2,
/dports/security/liboqs/liboqs-0.7.0/src/kem/kyber/pqcrystals-kyber_common_ref/
H A Daes256ctr.c253 #define SWAP2(x, y) SWAPN(0x5555555555555555, 0xAAAAAAAAAAAAAAAA, 1, x, y) in br_aes_ct64_ortho() macro
257 SWAP2(q[0], q[1]); in br_aes_ct64_ortho()
258 SWAP2(q[2], q[3]); in br_aes_ct64_ortho()
259 SWAP2(q[4], q[5]); in br_aes_ct64_ortho()
260 SWAP2(q[6], q[7]); in br_aes_ct64_ortho()
/dports/security/liboqs/liboqs-0.7.0/src/sig/dilithium/pqcrystals-dilithium_common_ref/
H A Daes256ctr.c253 #define SWAP2(x, y) SWAPN(0x5555555555555555, 0xAAAAAAAAAAAAAAAA, 1, x, y) in br_aes_ct64_ortho() macro
257 SWAP2(q[0], q[1]); in br_aes_ct64_ortho()
258 SWAP2(q[2], q[3]); in br_aes_ct64_ortho()
259 SWAP2(q[4], q[5]); in br_aes_ct64_ortho()
260 SWAP2(q[6], q[7]); in br_aes_ct64_ortho()
/dports/security/liboqs/liboqs-0.7.0/src/common/aes/
H A Daes_c.c277 #define SWAP2(x, y) SWAPN(0x5555555555555555, 0xAAAAAAAAAAAAAAAA, 1, x, y) in br_aes_ct64_ortho() macro
281 SWAP2(q[0], q[1]); in br_aes_ct64_ortho()
282 SWAP2(q[2], q[3]); in br_aes_ct64_ortho()
283 SWAP2(q[4], q[5]); in br_aes_ct64_ortho()
284 SWAP2(q[6], q[7]); in br_aes_ct64_ortho()
/dports/multimedia/transcode/transcode-1.1.7/avilib/
H A Davidump.c48 # define SWAP2(x) (((x>>8) & 0x00ff) |\ macro
58 # define SWAP2(a) (a) macro
382 val16 = SWAP2(val16); in dump_vals()
388 val16 = SWAP2(val16); in dump_vals()
/dports/multimedia/ogmtools/ogmtools-1.5/avilib/
H A Davidump.c49 # define SWAP2(x) (((x>>8) & 0x00ff) |\ macro
59 # define SWAP2(a) (a) macro
383 val16 = SWAP2(val16); in dump_vals()
389 val16 = SWAP2(val16); in dump_vals()
/dports/games/powwow/powwow-1.2.17/
H A Ddefines.h92 #undef SWAP2
97 #define SWAP2(a,b,c) ((c)=(b), (b)=(a), (a)=(c)) macro

1234