Home
last modified time | relevance | path

Searched refs:sc_xor (Results 1 – 7 of 7) sorted by relevance

/dports/net/nepenthes/nepenthes-0.2.2/modules/shellcode-signatures/
H A Dparser.h7 sc_xor, enumerator
H A Dshellcode-signatures.cpp133 case sc_xor: in loadSignaturesFromFile()
H A Dsignature_parser.y97 $$ = sc_xor;
H A Dsignature_parser.c1511 (yyval) = sc_xor;
/dports/devel/libfirm/libfirm-1.21.0/ir/tv/
H A Dstrcalc.h122 void sc_xor(const void *value1, const void *value2, void *buffer);
H A Dtv.c1263 sc_xor(a->value, b->value, NULL); in tarval_eor()
H A Dstrcalc.c1423 void sc_xor(const void *value1, const void *value2, void *buffer) in sc_xor() function