Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/
D.gitattributes5 [attr]our-c-style whitespace=tab-in-indent eol=lf format.clang-format-6.0
9 [attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format-6.0
38 *.cmake whitespace=tab-in-indent
39 *.rst whitespace=tab-in-indent conflict-marker-size=79
40 *.txt whitespace=tab-in-indent
DREADME.md37 …or GA) will be tagged to mark the commit and push it into the Github releases tab, e.g. `v6.2-rel`.
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c3536 const CHAR *tab, in _nx_crypto_ec_fixed_output() argument
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()
3611 output("%s%s", tab, tab); 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()
3668 output("%s%s/* %uG */%s", line_ending, tab, i + 2, line_ending); in _nx_crypto_ec_fixed_output()
3672 output("%s%s/* 2^e * %uG */%s", line_ending, tab, i + 1, line_ending); in _nx_crypto_ec_fixed_output()
3675 output("%s{%s", tab, line_ending); in _nx_crypto_ec_fixed_output()
[all …]
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h564 const CHAR *tab,