Home
last modified time | relevance | path

Searched refs:line_ending (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c3537 const CHAR *line_ending) in _nx_crypto_ec_fixed_output() argument
3582 line_ending); in _nx_crypto_ec_fixed_output()
3583 output("{%s", line_ending); in _nx_crypto_ec_fixed_output()
3590 … output("%s%s/* %uG.%s */%s", line_ending, tab, i + 2, coordinate_name[j], line_ending); in _nx_crypto_ec_fixed_output()
3594 … output("%s%s/* 2^e * %uG.%s */%s", line_ending, tab, i + 1, coordinate_name[j], line_ending); in _nx_crypto_ec_fixed_output()
3596 output("%s{%s", tab, line_ending); in _nx_crypto_ec_fixed_output()
3629 output("%s", line_ending); in _nx_crypto_ec_fixed_output()
3635 output("%s%s}%s", line_ending, tab, line_ending); in _nx_crypto_ec_fixed_output()
3639 output("%s%s},%s", line_ending, tab, line_ending); in _nx_crypto_ec_fixed_output()
3643 output("};%s", line_ending); in _nx_crypto_ec_fixed_output()
[all …]
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h565 const CHAR *line_ending);