Searched refs:there_is_output (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/src/arithmetic_tests/ |
H A D | arithmetic_tests.c | 330 #define CHECK_FUN_RET there_is_output = 1; fun_out_value = (int) 332 #define CHECK_FUN_NO_RET there_is_output = 0; fun_out_value = (int) 400 …rs_types, parameters_io, params, nn_out_ptr, fp_out_ptr, fun_output, there_is_output, parameters_s… argument 473 if((parameters_io[j] == 'O') && (there_is_output == 1)){\ 504 u8 there_is_output = 0;\ 555 if(there_is_output == 0){\ 571 …types, parameters_io, params, nn_out_ptr, fp_out_ptr, fun_out_value, there_is_output, parameters_s… 582 …types, parameters_io, params, nn_out_ptr, fp_out_ptr, fun_out_value, there_is_output, parameters_s… 592 …types, parameters_io, params, nn_out_ptr, fp_out_ptr, fun_out_value, there_is_output, parameters_s… 601 …types, parameters_io, params, nn_out_ptr, fp_out_ptr, fun_out_value, there_is_output, parameters_s… [all …]
|