Searched refs:i (Results 1 – 1 of 1) sorted by relevance
317 unsigned i; in _DoInit() local349 for (i = 0; i < sizeof(_aInitStr) - 1; ++i) { in _DoInit()350 … p->acID[i] = _aInitStr[sizeof(_aInitStr) - 2 - i]; // Skip terminating \0 at the end of the array in _DoInit()1895 unsigned i; in SEGGER_RTT_StrongCheckInit() local1899 for (i = 0; i < sizeof(_aInitStr) - 1; ++i) { in SEGGER_RTT_StrongCheckInit()1900 …if (p->acID[i] != _aInitStr[sizeof(_aInitStr) - 2 - i]) { // Skip terminating \0 at the end of the… in SEGGER_RTT_StrongCheckInit()