Displaying 3 results from an estimated 3 matches for "equilv".
Did you mean:
equiv
2007 Jul 14
0
[LLVMdev] not to break 'for' statement into basic blocks
...M.
But a peculiar thing is the assembly uses 'for' statement directly, not branching among basic blocks.
Furthermore, this assembly does not have the notion of 'br'instruction, phi-node and so on. Therefore, I have no choice without making 'for' in the assembly.
(Of course, equilvant 'br' instruction is used for 'if' statement. But it should be nested in 'demux' and 'mux' so I can't use this to represent 'for')
1) First, I tried to re-unite basic blocks which llvm-gcc spits out to make 'for' again.
But this is quite trick...
2006 Feb 20
3
My Network Places not finding Samba server
I assume I am doing(or not) something extremely simple that is causing my
XP boxes to not see my linux(FC4) Samba server in the 'My Network Places'.
I can access the shares by 'Map Network Drive' and using the IP
address(192.168.0.1).
I have set the workgroup name 'DAMEN' in the lmhosts file.
192.168.0.1 DAMEN
I have set the workgroup in the smb.conf file.
2003 Dec 01
0
No subject
...lass. Now they also decided that we are
going to give the stundets access to file storage and printers. Heres what
I want to do: I have a RH7.1 box setup that will do all the sharing running
samba 2.2.0. Right now I can access the server using a little vb program
that i wrote that just does the equilvant of net use....it works great on nt
and 2000. when I go to try it on 95/98/me i run into the problem that
windows will not pass on a different username then the one logged into the
computer. I don't want students to have to login to a pdc just for the off
chance they want to use the printer...