Home
last modified time | relevance | path

Searched defs:SWAP_VARS (Results 1 – 4 of 4) sorted by relevance

/dports/editors/aewan/aewan-1.0.01/aewl/
H A Dutil.c35 #define SWAP_VARS(type, x, y) { type tmp; tmp = x; x = y; y = tmp; } macro
/dports/security/suricata/suricata-6.0.4/src/
H A Dsuricata-common.h414 #define SWAP_VARS(type, a, b) \ macro
/dports/math/sympow/sympow-7fd4d97cabc07951200b98ee841afc4151c2c287/
H A Dec_ap_bsgs.c61 #define SWAP_VARS(type,A,B) {type _ttemmp; _ttemmp=A; A=B; B=_ttemmp;} macro
H A Dec_ap_large.c74 #define SWAP_VARS(type,A,B) {type _ttemmp; _ttemmp=A; A=B; B=_ttemmp;} macro