Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.4.1/samples/demo_guix_industrial/
Dsequence_window.c415 INT stage; in task_progress_information_init() local
417 for (stage = 0; stage < sizeof(left_progress_info_list) / sizeof(PROGRESS_INFO); stage++) in task_progress_information_init()
419 pinfo = &left_progress_info_list[stage]; in task_progress_information_init()
452 INT stage; in task_progress_information_update() local
460 for (stage = 0; stage < total_stage; stage++) in task_progress_information_update()
463 if (stage == 0 || (left_progress_info_list[stage - 1].current_val >= 25)) in task_progress_information_update()
465 pinfo = &left_progress_info_list[stage]; in task_progress_information_update()
/GUIX-v6.4.1/guix_studio/libs/libgit2/include/git2/
Dindex.h417 git_index *index, const char *path, int stage);
427 GIT_EXTERN(int) git_index_remove(git_index *index, const char *path, int stage);
438 git_index *index, const char *dir, int stage);
Dpack.h222 int stage,