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.c723 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
/third_party/mbedtls/library/
Dsha3.c98 #define SWAP(x, y) do { uint64_t tmp = (x); (x) = (y); (y) = tmp; } while (0) macro
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/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/python/Include/
Dopcode.h59 #define SWAP 99 macro
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp262 #define SWAP(x, y) do { \ macro
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectBindingTests.cpp54 SWAP, enumerator
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h2237 #define SWAP(in0, in1) \ macro
/third_party/sqlite/src/
Dsqlite3.c14322 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} macro