OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:downloaded
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/mit/libuv/dist/docs/code/progress/
main.c
14
int
downloaded
= 0;
local
15
while (
downloaded
< size) {
16
percentage =
downloaded
*100.0/size;
21
downloaded
+= (200+random())%1000; // can only download max 1000bytes/sec,
33
fprintf(stderr, "
Downloaded
%.2f%%\n", percentage);
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
mingw.py
241
downloaded
= download(url, os.path.join(location, slug), log = log)
242
if
downloaded
!= root_dir:
244
% (
downloaded
, root_dir))
/src/external/apache2/llvm/dist/llvm/utils/benchmark/
mingw.py
241
downloaded
= download(url, os.path.join(location, slug), log = log)
242
if
downloaded
!= root_dir:
244
% (
downloaded
, root_dir))
/src/sys/arch/sparc64/doc/
TODO
20
but after the selected (minimal) sets have been
downloaded
and installed
/src/external/bsd/ntp/dist/scripts/update-leap/
update-leap-opts.def
128
a new copy will be
downloaded
. If the new copy validates, it is installed and
update-leap.in
196
logger(LOG_ERR, "
Downloaded
file $TMP_FILE rejected -- saved for diagnosis");
442
expiring soon, a new copy will be
downloaded
. If the new copy is
/src/external/gpl2/xcvs/dist/src/
cvsbug.in
214
`>Submitter-Id'. If you've
downloaded
`send-pr' from the Net, use `net'
/src/external/gpl2/send-pr/dist/send-pr/
send-pr.sh
221
`>Submitter-Id'. If you've
downloaded
`send-pr' from the Net, use `net'
/src/external/apache2/llvm/dist/libcxx/utils/ci/
run-buildbot
31
--osx-roots <DIR> Path to pre-
downloaded
macOS dylibs. By default, we download
/src/sys/dev/ic/
aic7xxx.c
6288
int
downloaded
;
local
6317
downloaded
= 0;
6339
cs_table[cs_count].end =
downloaded
;
6347
cs_table[cs_count].begin =
downloaded
;
6353
downloaded
++;
6367
printf(" %d instructions
downloaded
\n",
downloaded
);
aic79xx.c
8265
int
downloaded
;
local
8354
downloaded
= 0;
8376
cs_table[cs_count].end =
downloaded
;
8384
cs_table[cs_count].begin =
downloaded
;
8390
downloaded
++;
8405
printf(" %d instructions
downloaded
\n",
downloaded
);
Completed in 64 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026