Searched refs:test_entry_class (Results 1 – 1 of 1) sorted by relevance
18 static UINT test_entry_class[UX_MAX_SLAVE_INTERFACES] = {0, 0, 0, 0}; variable21 test_entry_class[0] = 0; in _test_entry_log_reset()22 test_entry_class[1] = 0; in _test_entry_log_reset()23 test_entry_class[2] = 0; in _test_entry_log_reset()24 test_entry_class[3] = 0; in _test_entry_log_reset()28 if (test_entry_count < UX_MAX_SLAVE_INTERFACES) { test_entry_class[test_entry_count++] = c; }30 (test_entry_class[0] != c1) || (test_entry_class[1] != c2) || \31 (test_entry_class[2] != c3) || (test_entry_class[3] != c4)216 test_entry_class[0], test_entry_class[1], test_entry_class[2], test_entry_class[3], in test_application_define()