Home
last modified time | relevance | path

Searched refs:LL_XOR (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dlltest.c487 LL_XOR( result, bigZero, bigZero ); in TestLogicalOperations()
492 LL_XOR( result, bigOne, bigZero ); in TestLogicalOperations()
497 LL_XOR( result, bigMinusNumber, bigZero ); in TestLogicalOperations()
502 LL_XOR( result, bigMinusNumber, bigMinusNumber ); in TestLogicalOperations()
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dlltest.c487 LL_XOR( result, bigZero, bigZero ); in TestLogicalOperations()
492 LL_XOR( result, bigOne, bigZero ); in TestLogicalOperations()
497 LL_XOR( result, bigMinusNumber, bigZero ); in TestLogicalOperations()
502 LL_XOR( result, bigMinusNumber, bigMinusNumber ); in TestLogicalOperations()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dlltest.c406 LL_XOR( result, bigZero, bigZero ); in TestLogicalOperations()
410 LL_XOR( result, bigOne, bigZero ); in TestLogicalOperations()
414 LL_XOR( result, bigMinusNumber, bigZero ); in TestLogicalOperations()
418 LL_XOR( result, bigMinusNumber, bigMinusNumber ); in TestLogicalOperations()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dlltest.c406 LL_XOR( result, bigZero, bigZero ); in TestLogicalOperations()
410 LL_XOR( result, bigOne, bigZero ); in TestLogicalOperations()
414 LL_XOR( result, bigMinusNumber, bigZero ); in TestLogicalOperations()
418 LL_XOR( result, bigMinusNumber, bigMinusNumber ); in TestLogicalOperations()
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dlltest.c487 LL_XOR( result, bigZero, bigZero ); in TestLogicalOperations()
492 LL_XOR( result, bigOne, bigZero ); in TestLogicalOperations()
497 LL_XOR( result, bigMinusNumber, bigZero ); in TestLogicalOperations()
502 LL_XOR( result, bigMinusNumber, bigMinusNumber ); in TestLogicalOperations()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dlltest.c487 LL_XOR( result, bigZero, bigZero ); in TestLogicalOperations()
492 LL_XOR( result, bigOne, bigZero ); in TestLogicalOperations()
497 LL_XOR( result, bigMinusNumber, bigZero ); in TestLogicalOperations()
502 LL_XOR( result, bigMinusNumber, bigMinusNumber ); in TestLogicalOperations()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dlltest.c487 LL_XOR( result, bigZero, bigZero ); in TestLogicalOperations()
492 LL_XOR( result, bigOne, bigZero ); in TestLogicalOperations()
497 LL_XOR( result, bigMinusNumber, bigZero ); in TestLogicalOperations()
502 LL_XOR( result, bigMinusNumber, bigMinusNumber ); in TestLogicalOperations()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/
H A Dprlong.h93 #define LL_XOR(r, a, b) ((r) = (a) ^ (b)) macro
194 #define LL_XOR(r, a, b) ((r).lo = (a).lo ^ (b).lo, \ macro
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/
H A Dprlong.h93 #define LL_XOR(r, a, b) ((r) = (a) ^ (b)) macro
194 #define LL_XOR(r, a, b) ((r).lo = (a).lo ^ (b).lo, \ macro
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/
H A Dprlong.h93 #define LL_XOR(r, a, b) ((r) = (a) ^ (b)) macro
194 #define LL_XOR(r, a, b) ((r).lo = (a).lo ^ (b).lo, \ macro
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/
H A Dprlong.h93 #define LL_XOR(r, a, b) ((r) = (a) ^ (b)) macro
194 #define LL_XOR(r, a, b) ((r).lo = (a).lo ^ (b).lo, \ macro
/dports/devel/nspr/nspr-4.33/nspr/pr/include/
H A Dprlong.h93 #define LL_XOR(r, a, b) ((r) = (a) ^ (b)) macro
194 #define LL_XOR(r, a, b) ((r).lo = (a).lo ^ (b).lo, \ macro
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/
H A Dprlong.h93 #define LL_XOR(r, a, b) ((r) = (a) ^ (b)) macro
194 #define LL_XOR(r, a, b) ((r).lo = (a).lo ^ (b).lo, \ macro
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/
H A Dprlong.h93 #define LL_XOR(r, a, b) ((r) = (a) ^ (b)) macro
194 #define LL_XOR(r, a, b) ((r).lo = (a).lo ^ (b).lo, \ macro
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_structure.h36 LL_FDIV, LL_OR, LL_XOR, LL_ASHR, LL_LSHR, enumerator
H A Dll_write.cpp170 case LL_XOR: in get_op_name()
492 case LL_XOR: in ll_write_instruction()