search for: gemini

Displaying 20 results from an estimated 77 matches for "gemini".

2010 Jan 08
4
[LLVMdev] Inlining
...ortant Number :-) : --- define fastcc i32 @foo(i32 %arg) noinline { %result = mul i32 %arg, 7 ret i32 %result } define i32 @main(i32 %argc, i8 **%argv) { %retVal = call fastcc i32 @foo(i32 6) noinline ret i32 %retVal } --- and after my Makefile executed the following commands: gemini:~/Projects/Nil/nil(0)$ make testInline.s testInline llvm-as testInline.ll llc -O0 -f testInline.bc cc testInline.s -o testInline rm testInline.bc gemini:~/Projects/Nil/nil(0)$ we can compute that Very Important Number gemini:~/Projects/Nil/nil(0)$ ./testInline ; echo $? 42 gemini:~/Projects/...
2010 Jan 08
4
[LLVMdev] Inlining
...R-to-assembly compiler; at -O3 it does some pretty neat > machine-code and object-file optimizations, but it does not apply > high-level optimizations like CSE or inlining. 'opt' is the tool > which does IR-to-IR optimization. A vital clue, but I'm still not getting it: --- gemini:~/Projects/Nil/nil(0)$ make testInline.optdis.ll llvm-as testInline.ll opt -always-inline testInline.bc -o testInline.optbc llvm-dis -f testInline.optbc -o testInline.optdis.ll rm testInline.bc testInline.optbc gemini:~/Projects/Nil/nil(0)$ cat testInline.optdis.ll ; ModuleID = 'testInline.optb...
2004 Mar 22
3
First impressions of iRiver iHP120
Battery life sucks. This may be due to three factors: 1. It was the first charge that the machine had 2. Playing Vorbis takes more battery power than MP3 3. The battery is a bit rubbish More considered opinions to follow. Phil Hibbs Cap Gemini Ernst & Young Aston, UK <p>======================================================= This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst & Young Group. It is intended only for the person to whom it is addressed. If you ar...
2004 Mar 11
4
Hello, thanks, and how do I...
...ad with Audiograbber. So, no Ogg problems yet! I would like to edit the Artist info that I presume is embedded into the WAV file and then picked up by oggenc. Is this possible? Of course it's possible, it's all just ones and zeros at the end of the day, but is is practical? Phil Hibbs Cap Gemini Ernst & Young Aston, UK <p>======================================================= This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst & Young Group. It is intended only for the person to whom it is addressed. If you ar...
2010 Jan 09
0
[LLVMdev] Inlining
...ty neat >> machine-code and object-file optimizations, but it does not apply >> high-level optimizations like CSE or inlining. 'opt' is the tool >> which does IR-to-IR optimization. >> > > A vital clue, but I'm still not getting it: > > --- > gemini:~/Projects/Nil/nil(0)$ make testInline.optdis.ll > llvm-as testInline.ll > opt -always-inline testInline.bc -o testInline.optbc > llvm-dis -f testInline.optbc -o testInline.optdis.ll > rm testInline.bc testInline.optbc > gemini:~/Projects/Nil/nil(0)$ cat testInline.optdis.ll > ; M...
2004 Mar 25
4
CD ripper software
...rabber, it got the track breaks all wrong on a couple of CDs. I think it re-used the track breaks from the first CD when reading subsequent CDs. Does anyone have any recommendations for a good CD ripper? I've also tried Exact Audio Copy, but didn't get on with it very well. Phil Hibbs Cap Gemini Ernst & Young Aston, UK <p>======================================================= This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst & Young Group. It is intended only for the person to whom it is addressed. If you ar...
2010 Jan 08
0
[LLVMdev] Inlining
On Jan 8, 2010, at 1:52 PM, Dustin Laurence wrote: > gemini:~/Projects/Nil/nil(0)$ make testInline.s testInline > llvm-as testInline.ll > llc -O3 -f testInline.bc 'llc' is an IR-to-assembly compiler; at -O3 it does some pretty neat machine-code and object-file optimizations, but it does not apply high-level optimizations like CSE or inlinin...
2002 Sep 02
0
Problem with Samba 3 as member server in Win2K/ADS domain
Hi, I'm having problems getting Samba 3 working in a Win2K/ADS domain. I don't want Samba to be a PDC - just a member server. I have two boxes, aquarius (Windows 2000 Server DC) and gemini (Debian Linux, current development version) I do both a kinit, and a net ads join successfully, but if I try to access shares on the DC, I get: # smbclient -k -L aquarius added interface ip=192.168.0.5 bcast=192.168.0.255 nmask=255.255.255.0 Doing spnego session setup (blob length=118) Doing ke...
2002 Nov 01
3
Getting msg acces denied while adding a new printer
...n/enable %p public = yes printable = yes # valid users = printer name = test What could be the problem??? -- **************************************************************************** This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst & Young Group. It is only intended for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the s...
2001 Nov 13
2
unable to get connection thru firewall
...y address. Nov 12 16:50:26 imsdemo1 sshd[34]: [ID 800047 auth.crit] fatal: Read from socket failed: Connection reset by peer Hope someone can help me __________________________________________________ Best regards/ Med venlig hilsen Jan Bymark System Consultant TELECOM MEDIA NETWORKS Cap Gemini TMN Group Denmark A/S Oernegaardsvej 16 DK-2820 Gentofte Denmark <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> (+45 39 77 84 76 (direct line) (+45 70 11 22 01 (office) (+45 70 11 22 01 (fax) * jan.bymark at capgemini.dk <mailto:jan.bymark at ca...
2012 Mar 20
15
Xen VGA Passthrough Questions
Dear David Techer, I have read through your article on Xen VGA passthrough on http://www.davidgis.fr. It appears that the following command on your blog doesn''t work. dmesg | grep 01:00.0 | grep BAR The above command shows nothing at all. Is there an alternative solution? Thank you very much. Yours sincerely, Teo En Ming (Zhang Enming)
2002 Jul 01
0
Problem compiling samba 2.2.4 un HP-UX 11.00
...o.h:493: previous declaration of `snprintf' make: *** [lib/snprintf.o] Error 1 I dicussed this with a few friends and they said i had to report this because there's a difference in de lib's Does anyone have a fix for this? Met Vriendelijke Groeten / Kind Regards Ernst Cozijnsen Cap Gemini Ernst & Young ISM b.v. Skill group UNIX tel (+31)306894151 fax (+31)306894481 mob (+31)625054639 email : ernst.cozijnsen@cgey.nl room 9122 Nieuwegein -- **************************************************************************** This message contains information that may be privileged or con...
2002 Jul 03
0
Problem compiling samba 2.2.4 on HP-UX 11.00
...7 unlimited-user license whith GNU gcc version Reading specs from /opt/gnu/lib/gcc-lib/hppa1.1-hp-hpux/3.0/specs Configured with: ../gcc-3.0/configure --prefix=/opt/gnu --with-gnu-as hppa1.1-hp-hpux Thread model: single gcc version 3.0 Met Vriendelijke Groeten / Kind Regards Ernst Cozijnsen Cap Gemini Ernst & Young ISM b.v. Skill group UNIX tel (+31)306894151 fax (+31)306894481 mob (+31)625054639 email : ernst.cozijnsen@cgey.nl room 9122 Nieuwegein -- **************************************************************************** This message contains information that may be privileged or con...
2002 Nov 28
1
Problem with creating machine account for domain logon
...;t create samba this machine account automaticly?? do u need a special option for that?? greetz, Ernst Cozijnsen -- **************************************************************************** This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst & Young Group. It is only intended for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the s...
2005 Jun 29
0
NT_STATUS_NETWORK_ACCESS_DENIED - Cannot browse shares.
...pe this is the right place to post? I have just installed Samba 3.0.13, and unable to have any users connect to any shares. My smb.conf is this: # Samba config file created using SWAT # from 172.16.22.24 (172.16.22.24) # Date: 2005/06/29 10:18:35 # Global parameters [global] workgroup = GEMINI-INT guest account = samba log level = 2 ldap ssl = no idmap uid = 10000-20000 idmap gid = 10000-200000 template homedir = /home/public/%U [WINHOME] path = /export/home3 read only = No guest ok = Yes However, I get this with s...
2002 Nov 21
2
Configure Sambe 2.2.6 - installing on HPUX 11.11
hi! i've got a problem with installing samba 2.2.6 on a HPUX 11.11 - machine: when i unzip and install the samba 2.2.6 and then start configuring ist with "./configure --prefix=/usr/local/samba" i get the following error: checking configure summary... WARNING: No automated network interface determination ERROR: no seteuid method available configure: error: summary failure. Aborting
2010 Jan 09
2
[LLVMdev] Inlining
On 01/08/2010 09:17 PM, Nick Lewycky wrote: > Try using 'internal' linkage instead of 'linkonce'. That did it, thanks. --- gemini:~/Projects/LLVM/Tests/Inline(0)$ cat testInline.optdis.ll ; ModuleID = 'testInline.optbc' define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readnone { ret i32 42 } gemini:~/Projects/LLVM/Tests/Inline(0)$ --- > If you're sure you > really want linkonce then you'd n...
2003 Dec 09
1
Display Windows folder in SAMBA client
...re\%username%> ) Thank you very much for any help / leads that can help me. Kind Regards Bert Kruizenga -- **************************************************************************** This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst & Young Group. It is only intended for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the s...
2005 Jun 24
1
Any status on timestamp vulnerability fix for 4.X?
Any information on when (or if) the following timestamp vulnerability will be fixed for 4.X? Any information would be appreciated. http://www.kb.cert.org/vuls/id/637934 Thanks. Richard Coleman rcoleman@criticalmagic.com
2011 Sep 15
1
TOP and Rayman 3 wine 1.3.28
...Set Quest: [Prize for completing Sailor of Taurus>> ID[1156] Type[1] Set Quest: [Prize of completing Pirate of Taurus>> ID[1157] Type[1] Set Quest: [Prize for completing Captain of Taurus>> ID[1158] Type[1] Set Quest: [In Jewels>> ID[1452] Type[1] Set Quest: [Fantastic Gemini Battle Hero>> ID[1163] Type[1] Set Quest: [Fantastic Gemini Renown Hero>> ID[1164] Type[1] Set Quest: [Fantastic Gemini Hero>> ID[1165] Type[1] Set Quest: [Fantastic Gemini Honorable Hero>> ID[1166] Type[1] Set Quest: [Fantastic Gemini Gatherer Ambassador>> ID[1167...