| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | vp8dsp_loopfilter.asm | 438 SWAP 1, 8 450 SWAP 1, 8 451 SWAP 2, 8 458 SWAP 5, 12 462 SWAP 1, 4 463 SWAP 2, 4 464 SWAP 6, 3 465 SWAP 5, 3 470 SWAP 4, 1 476 SWAP [all...] |
| H A D | dct32.asm | 74 SWAP %2, %5 269 %define SPILL SWAP 270 %define UNSPILL SWAP 274 SWAP 5, 8 275 SWAP 4, 12 276 SWAP 6, 14 277 SWAP 7, 13 278 SWAP 0, 15 292 SWAP 9, 12 293 SWAP 1 [all...] |
| H A D | hevc_mc.asm | 626 SWAP 1, 10 630 SWAP 3, 10 635 SWAP 5, 10 639 SWAP 7, 10 892 SWAP m8, m1 894 SWAP m4, m0 899 SWAP m9, m1 901 SWAP m5, m0 906 SWAP m10, m1 908 SWAP m [all...] |
| H A D | h264_idct_10bit.asm | 410 SWAP 0, 1 429 SWAP 1, 7 439 SWAP 5, 6 454 SWAP 7, 6, 4, 5, 2, 3, 1, 0 ; 70315246 -> 01234567 529 SWAP 1, 9 530 SWAP 2, 10 531 SWAP 3, 11 532 SWAP 5, 13 533 SWAP 6, 14 534 SWAP [all...] |
| H A D | vp9lpf.asm | 56 SWAP %1, %2 64 SWAP %1, %2 285 SWAP %2, %9 286 SWAP %3, %5 287 SWAP %4, %13 288 SWAP %6, %11 289 SWAP %8, %15 290 SWAP %12, %14 313 SWAP %2, %5 314 SWAP [all...] |
| H A D | vp9itxfm.asm | 292 SWAP 1, 2 368 SWAP %1, %2 376 SWAP %1, %2 395 SWAP 7, 6, 2 396 SWAP 3, 5, 0 399 SWAP 6, 8 410 SWAP 0, 8 411 SWAP 4, 9 474 SWAP 5, 1 492 SWAP [all...] |
| H A D | h264_idct.asm | 92 SWAP 0, 1 111 SWAP 7,1 121 SWAP 5,6 135 SWAP 7, 6, 4, 5, 2, 3, 1, 0 ; 70315246 -> 01234567 220 SWAP 0, 8 221 SWAP 4, 9 223 SWAP 6, 8 224 SWAP 7, 9 237 SWAP 0, 8 238 SWAP [all...] |
| H A D | h264_qpel_10bit.asm | 280 SWAP 2, 6 355 SWAP 2, 6 403 SWAP 0,1,2,3,4,5 label 412 SWAP 0,1,2,3,4,5 label 426 SWAP 0,1,2,3,4,5 452 SWAP 0,1,2,3,4,5 507 SWAP 0,1,2,3,4,5 label 521 SWAP 0,1,2,3,4,5 label 545 SWAP 0,1,2,3,4,5 640 SWAP [all...] |
| H A D | hevc_idct.asm | 328 SWAP 3, 1, 0 330 SWAP 3, 2, 0 406 SWAP m7, %9 407 SWAP %7, %10 474 SWAP m6, m4 475 SWAP m7, m5 534 ; %5 - 1/0 SWAP or add 542 SWAP %6, %8
|
| H A D | cavsidct.asm | 39 SWAP 1, 7 40 SWAP 4, 6
|
| H A D | imdct36.asm | 241 SWAP m5, m8 257 SWAP m5, m8 319 SWAP m4, m3 393 %define SPILL SWAP 394 %define UNSPILL SWAP 656 SWAP m0, m2
|
| H A D | vp9lpf_16bpp.asm | 47 SWAP %1, %2 61 SWAP %1, %2 471 SWAP 3, 0 ; p0 472 SWAP 4, 1 ; p1 603 SWAP 1, 7 655 SWAP 1, 7
|
| H A D | vp9itxfm_16bpp.asm | 374 SWAP %4, %6, %3 456 SWAP %1, %2 470 SWAP %1, %2 564 SWAP 1, 7 623 SWAP 0, 5, 4, 6, 2, 7 907 SWAP 0, 1, 5 908 SWAP 2, 7, 6 1090 SWAP 0, 3, 1, 7, 2, 6, 4 1431 SWAP 0, 1 1432 SWAP [all...] |
| /third_party/mbedtls/library/ |
| H A D | sha3.c | 98 #define SWAP(x, y) do { uint64_t tmp = (x); (x) = (y); (y) = tmp; } while (0) macro 165 SWAP(s[p & 0xff], t); in keccak_f1600() 171 SWAP(s[MBEDTLS_BYTE_0(p)], t); SWAP(s[MBEDTLS_BYTE_1(p)], t); in keccak_f1600() 172 SWAP(s[MBEDTLS_BYTE_2(p)], t); SWAP(s[MBEDTLS_BYTE_3(p)], t); in keccak_f1600() 174 SWAP(s[MBEDTLS_BYTE_0(p)], t); SWAP(s[MBEDTLS_BYTE_1(p)], t); in keccak_f1600() 175 SWAP(s[MBEDTLS_BYTE_2(p)], t); SWAP( in keccak_f1600() [all...] |
| /third_party/node/deps/openssl/openssl/crypto/aes/ |
| H A D | aes_local.h | 19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 20 # define GETU32(p) SWAP(*((u32 *)(p))) 21 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
| /third_party/openssl/crypto/aes/ |
| H A D | aes_local.h | 19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 20 # define GETU32(p) SWAP(*((u32 *)(p))) 21 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
| /third_party/backends/lib/ |
| H A D | md5.c | 50 # define SWAP(n) \ macro 53 # define SWAP(n) (n) macro 100 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A); in md5_read_ctx() 101 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B); in md5_read_ctx() 102 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C); in md5_read_ctx() 103 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D); in md5_read_ctx() 131 ((md5_uint32 *) ctx->buffer)[offset] = SWAP (ctx->total[0] << 3); in md5_finish_ctx() 133 ((md5_uint32 *) ctx->buffer)[offset] = SWAP ((ctx->total[1] << 3) | in md5_finish_ctx() 339 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_bank_conflicts.cpp | 262 #define SWAP(x, y) do { \ macro 297 SWAP(v, u.v); 298 SWAP(size, u.size); 397 SWAP(max_reg, p.max_reg); 398 SWAP(offsets, p.offsets); 399 SWAP(atoms, p.atoms); 774 SWAP(v, p.v); in operator =() 775 SWAP(size, p.size); in operator =() 881 SWAP(map.v[r], map.v[best_s]); in optimize_reg_permutation()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | aes_i.h | 109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 110 #define GETU32(p) SWAP(*((u32 *)(p))) 111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | aes_i.h | 109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 110 #define GETU32(p) SWAP(*((u32 *)(p))) 111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
| /third_party/python/Include/internal/ |
| H A D | pycore_opcode.h | 224 [SWAP] = SWAP, 341 [SWAP] = "SWAP",
|
| /third_party/ffmpeg/libswresample/x86/ |
| H A D | audio_convert.asm | 76 SWAP 1,2 146 SWAP 1,2 260 SWAP 4,6 269 SWAP 2,5 360 SWAP 1, 4 361 SWAP 2, 3 536 SWAP 4,0 550 SWAP 1,2
|
| /third_party/lwip/src/netif/ppp/polarssl/ |
| H A D | des.c | 298 #define SWAP(a,b) { unsigned long t = a; a = b; b = t; t = 0; } macro 388 SWAP( ctx->sk[i ], ctx->sk[30 - i] ); in des_setkey_dec() 389 SWAP( ctx->sk[i + 1], ctx->sk[31 - i] ); in des_setkey_dec()
|
| /third_party/ffmpeg/libavfilter/x86/ |
| H A D | vf_convolution.asm | 58 SWAP m0, m2 59 SWAP m1, m3
|
| /third_party/ffmpeg/libavutil/x86/ |
| H A D | float_dsp.asm | 108 SWAP 0, 2 171 SWAP 0, 2 202 SWAP 0, 2 268 SWAP 0, 2
|