Home
last modified time | relevance | path

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

/libuv/docs/code/progress/
H A Dmain.c10 double percentage; variable
16 percentage = downloaded*100.0/size; in fake_download()
17 async.data = (void*) &percentage; in fake_download()
32 double percentage = *((double*) handle->data); in print_progress() local
33 fprintf(stderr, "Downloaded %.2f%%\n", percentage); in print_progress()

Completed in 3 milliseconds