Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Dinterpol-test.c154 struct timeval start, last_info = { 0, 0 }; in START_TEST() local
197 if (memcmp(&last_info, &info->timestamp, sizeof(struct timeval))) { in START_TEST()
199 last_info = info->timestamp; in START_TEST()
/third_party/mksh/
Dedit.c518 struct path_order_info *info, *last_info = NULL; in x_command_glob() local
527 if (!last_info || info[i].base != last_info->base || in x_command_glob()
528 strncmp(words[i], last_info->word, info[i].base) != 0) { in x_command_glob()
529 last_info = &info[i]; in x_command_glob()