Home
last modified time | relevance | path

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

/libuv/docs/code/progress/
H A Dmain.c14 int downloaded = 0; in fake_download() local
15 while (downloaded < size) { in fake_download()
16 percentage = downloaded*100.0/size; in fake_download()
21 downloaded += (200+random())%1000; // can only download max 1000bytes/sec, in fake_download()
/libuv/docs/src/
H A Dindex.rst55 libuv can be downloaded from `here <https://dist.libuv.org/dist/>`_.
/libuv/
H A DREADME.md117 libuv can be downloaded either from the
149 signature file are downloaded, the file can be verified as follows:

Completed in 6 milliseconds