Displaying 3 results from an estimated 3 matches for "rpti".
Did you mean:
rpi
2016 May 31
0
va_arg on Windows 64 bits
Hi everyone,
I'm interested in variadic functions and how llvm handles them. I
discovered that the Clang frontend is doing a great job at lowering the
va_arg (precisely __builtin_va_arg) function into target dependent
code. I have also seen the va_arg function that exist at IR level.
I found some information about va_arg (IR one) that currently does not
support all platform. But since 2009,
2016 Apr 20
3
va_arg on Windows 64
Hi everyone,
I'm interested in variadic functions and how llvm handles them. I
discovered that the Clang frontend is doing a great job at lowering the
va_arg (precisely __builtin_va_arg) function into target dependent
code. I have also seen the va_arg function that exist at IR level.
I found some information about va_arg (IR one) that currently does not
support all platform. But since 2009,
2009 Nov 27
0
No subject
..., this job covers apparently >80K files comprising 800GB worth of
data, so I suspect it?s skipping the explicit filename line that I see in
smaller jobs. This job runs daily, and there are usually fewer than 1000
files actually transferred in any one run.
The command I use is:
/usr/bin/rsync -rpti --progress --stats --timeout=20 --exclude='.*'
--delete-after --log-format="%f %l" source.server.com:/raid/studio/
/raid/studio-bak/ > /var/www/html/rsmod/logs/FileList.txt
I?ve tried adding ?v and ?vv to the flags, with no help.
PS, this is between two Redhat machines using...