| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_cts.c | 124 static void do_xor(const unsigned char *in1, const unsigned char *in2, function 178 do_xor(ct_mid.c, pt_last.c, residue, out + CTS_BLOCK_SIZE); 285 do_xor(ct_mid.c, pt_last.c, residue, out + CTS_BLOCK_SIZE);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_cts.c | 125 static void do_xor(const unsigned char *in1, const unsigned char *in2, function 179 do_xor(ct_mid.c, pt_last.c, residue, out + CTS_BLOCK_SIZE); 286 do_xor(ct_mid.c, pt_last.c, residue, out + CTS_BLOCK_SIZE);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| internal-fn.cc | 833 bool do_xor = false; local 991 do_xor = true; 1003 do_xor = true; 1256 if (do_xor)
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| simplify.cc | 6609 do_xor (gfc_expr *result, gfc_expr *e) function 6636 return simplify_transformation (e, dim, NULL, 0, do_xor);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| internal-fn.cc | 1071 bool do_xor = false; local 1229 do_xor = true; 1241 do_xor = true; 1494 if (do_xor)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| simplify.cc | 6539 do_xor (gfc_expr *result, gfc_expr *e) function 6566 return simplify_transformation (e, dim, NULL, 0, do_xor);
|