search for: qaz

Displaying 11 results from an estimated 11 matches for "qaz".

Did you mean: caz
2013 Jul 22
0
[LLVMdev] Does nounwind have semantics?
...optimize memory access around nonlocal gotos, I prefer > to expose control flow to the optimizer explicitly. > e.g. why not just use invokes for all your may-throw calls, then you’re free to > mark them readonly? Let's say that we are in function foo. We call bar. We were called by qaz. I'm not talking about non-local gotos that jump from bar to somewhere in us (foo). These indeed need to be modelled with invoke. I'm talking about those that jump from bar to somewhere in qaz. That means that the place in qaz that called us (foo) will need to use an invoke. But from th...
2009 Oct 23
2
splitting a vector of strings...
Quick question -- if I have a vector of strings that I'd like to split into two new vectors based on a substring that is inside of each string, what is the most efficient way to do this? The substring that I want to split on is multiple characters, if that matters, and it is contained in every element of the character vector. --j -- Jonathan A. Greenberg, PhD Postdoctoral Scholar
2013 Jul 22
2
[LLVMdev] Does nounwind have semantics?
On Jul 22, 2013, at 12:56 AM, Duncan Sands <baldrick at free.fr> wrote: > my understanding is different. I'm pretty sure that what I'm about to say is > the traditional way these things have been viewed in LLVM. That doesn't mean > that it's the best way to view these things. > >> - nounwind means no dwarf EH. Absence > > I guess you mean
2002 Aug 24
1
Virtual servers - multiple sambas
New to this list. Running samba 2.2.4 set up as a PDC. We've recently added another department to our office network. Ideally, I don't want either department to see each others shares - just to be aware of the shares in their own workgroups. The documentation says that you can set up virtual servers using the "netbios aliases" and the "%L" options in the
2010 Aug 19
2
Can't read/write to _nonfi
Good afternoon, Hope you all have a wonderful day. I am glad to be here. Hope you could help me with the following errors that i have been trying to figure it all out since last week. I am using Splus from Insightful, and as i read, R and Splus are very similar. So hope you could help me. I have been continously received these error messages after i ran my small program for couple of
2009 Nov 18
0
[LLVMdev] Arithmetic right shift emulation folding
...rtable code would have to emulate it. Is there a way that LLVM will fold down to ashr in the IR? I first tried this: int ashr(unsigned a, unsigned b) { return (signed)a < 0 ? ~((~a) >> b) : a >> b; } But that generates 4 BBs. Slightly better is this one: int qaz(unsigned a, unsigned b) { unsigned c = (signed)a < 0 ? ~0u : 0u; return ((a^c) >> b)^c; } Which gives this branch-less IR: define i32 @qaz(i32 %a, i32 %b) nounwind readnone { entry: %ones = ashr i32 %a, 31 ; <i32> [#uses=2] %0 = xor i32...
2000 Mar 17
3
Bug in SMBCLIENT
I already posted this message but I had no answer. Sincerely, I think it is a bug and I'd like to hear developers on this. Platform: - HP-UX 11.00 - HP C/ANSI C Compiler (B.11.01.06) Copying a (large) directory structure from a NT share, interactive command: # smbclient //machine/share password >prompt >recurse >mget * fails to copy 76th, 115th, 154th file of
2003 Aug 21
1
rsync problem and question about using rsync with Maildir
...esent the machines are on the same lan (100Mbit). Everytime I run the rsync, it runs for a short amount of time, (anywhere from 5-20 minutes) and then one of the machines (either the source or the destination machine) crashes and requires reboot. The actual command I am using is: /usr/bin/rsync -qaz --rsh=ssh --stats --progress --rsync-path=/usr/bin/rsync --delete --force /users/ 10.10.12.161:/users/ Examination of the systems "free" command during rsync execution shows that the rsync rapidly consumes the systems memory. Is this an appropriate use for rsync? My goal is to be able...
2009 Jul 23
6
SSH attacks from china
...: 17 times 1q2w3e1q2w3e/password: 17 times 1q2w3e4r/password: 17 times a1s2d3/password: 17 times 1p2o3i4u/password: 16 times linux/password: 16 times oracle/password: 16 times 1asd2asd3asd/password: 15 times 1l2k3j4h/password: 15 times 1qaz2wsx/password: 15 times adam/password: 15 times alex/password: 15 times mnbvcxz/password: 15 times !@#$!@#$/password: 14 times !@#QWE/password: 14 times !@#qwerty/password: 14 times !QAZ at WSX#EDC/password: 14 times 1qaz2wsx3edc4rfv/password:...
2008 May 21
0
Errors in using gdb (PR#11496)
...hwIVrpYQc+3mOi0T2cRCKRSCQSiUQai3Iaq/numhdddNEZZ5xxN4lE IpFIJBKJROo/Bd4E351w4YUXnnbaaUeTSCQSiUQikUik/lOzubrrTLjgggsA2iO5giBg++1E ENIeKRYSaYgS7MMEeckSFNRqtUINtU3kOI7rukEiSB9CPM+DENiBpOBbTNBLBBHgK9gREvF9 H2PiDvzFw1uJ+BDYZ8V0EsFHPAojQ+KZRcCv2EfYx3TwpBgB8saKgN9i4hgNC4W5xUD4lhUQ djB9CMQdTFA4NURL5w1rBmNiQYQaZvWAZ8d6gBCcSDDzKEF4jTJD0jnPPJyvVbzEfK4wDuaB VZSpsBWx/XS7wjyw+uerKF2EdH5YQ2IxsQ7ZZRKuF5aOZYmVGusfk2JNhc8Vqy4+P+wCsYII 3/LZSLdD1tLYt0JrZOVijTOdMaHxCzdIbisSLpbQC8GxeFK+x0tOHbENPmJ/xQ7BmOkOAQKx B8jsIYXyCsrtCRUJkkikVVPYg7EOrVIZgG0g+dvZBgcqgytNFPgTPW9iLrSnia5EPqQEx1CC PRBCOzI543OGHwLTIomlwRWZBNPh4RD28atMi...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...N*xor#_4ty}1l4F=vb6(b#H6IWcg^jnk!hl0#{41k0d^9wpOvY^8}$BXH19ue zmxe1=KTnnt<X-CZTaf$V?#o_!s6QC*)-qp7oP{?EQv9RW<ixap75`}3&Y)wX;zx#{ zZ*s~yia6SEMlGs#V>)%_aDZJUK<T<TSq)er%Rlf(^-k0X_)y<Ab2Ru;zBrmTpm9R1 z-tBYD3>y5cGoGsan=_7!m_$;7J59JQQL7!KRO4NV6~C at Yao`OiyJit*1FBakM{~l0 z3@<3uQAzvMQT12U*#kBLU3BFAh=uc>VWn8d|4$Is9mDAiykBZnW@;nb$<+Y;qPJrE z(Y}9Zj=J|P2)&kPUIiJ)KAnTL<gPitDv#OcH~ZJ0530J~kG}q6&j)?d at AJ+5>(7Td z;;#}pE`I%6Cci)OyzI##xSP-G<lduHf^@y(FWk>)e>it&z+Ud`@L|$FN at h4+@cSy_ z4`o6OOQL*JmyJ|BHoF*nbw-{)Jk7sP$I#wuOWGTt4fGT^bZ7oN=^wm90(M<{<H...