Home
last modified time | relevance | path

Searched defs:SWAP (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dh264_qpel_10bit.asm403 SWAP 0,1,2,3,4,5 label
412 SWAP 0,1,2,3,4,5 label
507 SWAP 0,1,2,3,4,5 label
521 SWAP 0,1,2,3,4,5 label
/third_party/openssl/crypto/aes/
Daes_local.h19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/third_party/node/deps/openssl/openssl/crypto/aes/
Daes_local.h19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/third_party/lwip/src/netif/ppp/polarssl/
Ddes.c298 #define SWAP(a,b) { unsigned long t = a; a = b; b = t; t = 0; } macro
/third_party/FreeBSD/sys/crypto/rijndael/
Drijndael-alg-fst.c725 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstsocketsrc.c106 #define SWAP(a, b) do { GSocket* _swap_tmp = a; a = b; b = _swap_tmp; } while (0); macro
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h120 #define SWAP(x, y) \ macro
189 #define SWAP(x, y) \ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes_i.h109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/third_party/mbedtls/library/
Ddes.c271 #define SWAP(a, b) \ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes_i.h109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/
Darm_bitonic_sort_f32.c837 #define SWAP(a,i,j) \ macro
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp262 #define SWAP(x, y) do { \ macro
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c89 #define SWAP(a, b) do { const __typeof__ (a) t = a; a = b; b = t; } while (0) macro
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h2274 #define SWAP(in0, in1) \ macro