search for: useit

Displaying 5 results from an estimated 5 matches for "useit".

Did you mean: usei
2005 Sep 26
0
system() app changed drastically! How do I useit now?
...asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Jim Gottlieb > Sent: Monday, September 26, 2005 10:22 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] system() app changed > drastically! How do I useit now? > > On 2005-09-26 at 18:15, Jim Gottlieb (jimmy@nccom.com) wrote: > > > But since (as far as I know, without using AEL) there is no > > conditional branching based on a variable, how am I > supposed to use this? > > OK, I forgot about GotoIf. However, the do...
2011 Jul 13
1
[LLVMdev] Confusion with GetElementPtr and Defs/Uses
...ructions. Say we have a Definition: *%29 = getelementptr inbounds [10 x i32]* @c, i32 0, i32 %28* Now, I'd like to see the uses of that definition. In my code, I do this twice, in slightly different ways. This first method works and shows instructions that use %29: *for(Value::use_iterator useIt = defInsn->use_begin(), useIt_e = defInsn->use_end(); useIt != useIt_e; useIt++){ Instruction *pUseInstr = dyn_cast<Instruction>(*useIt); //This is the current use of the defInsn }* However, this code later on does not work and shows the def of %29 to have no uses [n...
2002 Apr 20
0
14676 100% 0.00kB/s 0:00:00
...are patents are endangering () ASCII ribbon against html email //\ the computer industry all around /\ and Microsoft attachments. V_/ the world http://lpf.ai.mit.edu/ 1962:DO20I=1.100 2001:my($f)=`fortune`; http://petition.eurolinux.org/ You're a web designer? Please read http://www.useit.com/alertbox/ ! -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/IT d? s++:++(+++)>++ a C+++ UB+++L++++$S+X++++>$ P- L+++ E++ W++ N++ o-- K- w------ O- M++$ V PS+E++ Y++ PGP++ t+ 5? X+ R !tv b++(+) DI+++ D++ G++ e+++ h+(++) r? y---? UF++++ ------END GEEK CODE BLOCK------
2006 Jan 17
14
Prototype Size?
There''s a good article at http://news.bbc.co.uk/1/hi/technology/4616700.stm that says, in a nutshell, that people form their impression of a Web site in 50 milliseconds. With an 80K download for prototype, that leads me to ask: "how can page sizes be trimmed and still use cool features"? I recognize that browsers may feel free to download these scripts asynchronously, but
2015 May 29
9
[LLVMdev] Error handling in LLVMObject library
Hi everyone, Having proper error handling in LLVM's Object parsing library is a nice thing by itself, but it would additionally allow us to find bugs by fuzzing (see r238451 that adds llvm-dwarfdump-fuzzer tool), for which the clean input validation is essential. This is a generic discussion of state of affairs. I want to do some progress in fuzzing before we finish it (especially if we