Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/
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.md39 …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.3.0/crypto_libraries/src/
Dnx_crypto_ec.c3537 const CHAR *tab, in _nx_crypto_ec_fixed_output() argument
3591 … output("%s%s/* %uG.%s */%s", line_ending, tab, i + 2, coordinate_name[j], line_ending); in _nx_crypto_ec_fixed_output()
3595 … output("%s%s/* 2^e * %uG.%s */%s", line_ending, tab, i + 1, coordinate_name[j], line_ending); in _nx_crypto_ec_fixed_output()
3597 output("%s{%s", tab, line_ending); in _nx_crypto_ec_fixed_output()
3612 output("%s%s", tab, tab); in _nx_crypto_ec_fixed_output()
3636 output("%s%s}%s", line_ending, tab, line_ending); in _nx_crypto_ec_fixed_output()
3640 output("%s%s},%s", line_ending, tab, line_ending); in _nx_crypto_ec_fixed_output()
3669 output("%s%s/* %uG */%s", line_ending, tab, i + 2, line_ending); in _nx_crypto_ec_fixed_output()
3673 output("%s%s/* 2^e * %uG */%s", line_ending, tab, i + 1, line_ending); in _nx_crypto_ec_fixed_output()
3676 output("%s{%s", tab, line_ending); in _nx_crypto_ec_fixed_output()
[all …]
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h565 const CHAR *tab,