Home
last modified time | relevance | path

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

/zcbor-3.7.0/tests/decode/test9_manifest14/
DCMakeLists.txt52 --c-code-columns 8
/zcbor-3.7.0/zcbor/
Dzcbor.py1738 def str_to_c_code(self, cbor_str, var_name, columns=0): argument
1740 if columns:
1741 arr = '\n' + indent("\n".join(wrap(arr, 6 * columns)), '\t') + '\n'
/zcbor-3.7.0/
DREADME.md582 [--c-code-columns C_CODE_COLUMNS]
634 --c-code-columns C_CODE_COLUMNS
DRELEASE_NOTES.md116 * Add the --c-code-columns option for adding newlines to c_code