Home
last modified time | relevance | path

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

/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dutil_sformat.c28 uint32_t cpos; /* Current position. */ in sf_hex_tabulate_16() local
50 cpos = fmt->addr % 16; in sf_hex_tabulate_16()
51 if (cpos != 0) { in sf_hex_tabulate_16()
52 for (idx = 0; idx < cpos; idx++) { in sf_hex_tabulate_16()
63 cpos++; in sf_hex_tabulate_16()
67 if (cpos == 16 || ca == ea) { in sf_hex_tabulate_16()
110 cpos = 0; in sf_hex_tabulate_16()