Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/driver/test/
Dtest_pcnt.c206 int16_t result1[8] = {100, -100, 0, -100, 100, 100, 0, 100}; in count_mode_test() local
210 result = result1; in count_mode_test()
/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.c1831 const char *result = NULL, *result1, *result2; in arg_basename() local
1836 result1 = (filename ? strrchr(filename, FILESEPARATOR1) : NULL); in arg_basename()
1842 if (result1) in arg_basename()
1843 result = result1 + 1; /* using FILESEPARATOR1 (the preferred file separator) */ in arg_basename()