Searched refs:result2 (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-2.7.6/components/driver/test/ |
D | test_pcnt.c | 207 int16_t result2[8] = {100, -100, 0, 100, -100, -100, 100, 0}; in count_mode_test() local 212 result = result2; in count_mode_test()
|
/hal_espressif-2.7.6/components/console/argtable3/ |
D | argtable3.c | 1831 const char *result = NULL, *result1, *result2; in arg_basename() local 1837 result2 = (filename ? strrchr(filename, FILESEPARATOR2) : NULL); in arg_basename() 1839 if (result2) in arg_basename() 1840 result = result2 + 1; /* using FILESEPARATOR2 (the alternative file separator) */ in arg_basename()
|