search for: vinay

Displaying 20 results from an estimated 96 matches for "vinay".

Did you mean: vijay
2012 Oct 03
2
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
Hi, Is it possible to recreate the LoopInfo analysis in my pass? Thanks , Vinay On Wed, Oct 3, 2012 at 2:34 PM, Chandler Carruth <chandlerc at google.com>wrote: > This is not currently supported by the LLVM pass manager system. It is a > serious deficiency that I (and others) would like to address, but it > requires significant changes to the pass manager and...
2010 Feb 05
2
Segmentation Fault while compiling and installing openssh-3.9p1
I am trying to compile and install openssh-3.9p1 (with openssl-0.9.7j) on my personal dev env to have a play. I get the below mentioned segmentation fault message. --------- Generating public/private rsa1 key pair. /bin/sh: line 1: 10901 Segmentation fault ./ssh-keygen -t rsa1 -f /home/vinay/var/vinay_ssh/etc/ssh_host_key -N "" Generating public/private dsa key pair. /bin/sh: line 1: 10902 Segmentation fault ./ssh-keygen -t dsa -f /home/vinay/var/vinay_ssh/etc/ssh_host_dsa_key -N "" Generating public/private rsa key pair. /bin/sh: line 1: 10903 Segmentation fau...
2014 Mar 27
3
arm64 support
...d arm64? On Wed, Mar 26, 2014 at 11:01 PM, Martin Storsj? <martin at martin.st> wrote: > On Wed, 26 Mar 2014, Jonathan Lennox wrote: > > >> On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: >> >> On Wed, Mar 26, 2014 at 11:45 AM, Vinay <vinay.nair at novanet.net> wrote: >>> >>>> Hi, >>>> >>>> I wanted to build opus along with PJSIP for iOS for the architecture >>>> arm64. >>>> I wanted to know if opus supports arm64? >>>> >>> >>&...
2007 Apr 18
4
[Bridge] bridge firewall problem
...o block ip;s its passes all the ip series. i made my machine as bridge. i think my bridge passes all the traffic i want to block unathorized traffic by 192.16.18.0/255.255.255.0. someone advise me for using ebtables for that and i installed that but i am not able to use ebtables. pls advised me Vinay sharma __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2014 Aug 26
1
Bug#759384: xen: Lack of copyright entry for Vinay Sajip
Source: xen Version: Lack of copyright entry for VInay Sajip Severity: normal Dear Maintainer, I noticed that d/copyright lacks information for Vinay Sajip and his permissive license. You can see for which files it should be included: http://codesearch.debian.net/search?prev=0&q=the+name+of+Vinay+Sajip&skip=99, e.g. tools/python/logging/logg...
2012 Oct 03
0
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
On Wed, Oct 3, 2012 at 2:33 AM, vinay m <mvinay05041990 at gmail.com> wrote: > Hi, > Is it possible to recreate the LoopInfo analysis in my pass? > No. You need your pass to be a FunctionPass in order to use the LoopInfo (and associated) analyses. > > Thanks , > Vinay > > On Wed, Oct 3, 2012 at 2:3...
2002 Oct 02
7
Samba - Performance Issues
...[homes] comment = Home Directories read only = No browseable = No [Data] comment = Data Backup Directory path = /home/gm/data guest account = valid users = spirian read only = No ====== I was wondering if there is any documentation for fine tuning SAMBA. Any help is appreciated. Thanks. Vinay Kudithipudi Associate Network Operations Engineer Spirian Technologies Inc.
2014 Sep 29
2
[LLVMdev] Alias Analysis across functions
...idx2, 4) 1 Unknown instructions: i32 %call AliasSet[0x2bc8490, 1] must alias, Mod forwarding to 0x2bc88b0 Function: sum Alias Set Tracker: 1 alias sets for 2 pointer values. AliasSet[0x2bcbb50, 2] may alias, Ref Pointers: (i32* %A.arrayidx, 4), (i32* %B.arrayidx2, 4) Thanks, Vinay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140929/c6d06af1/attachment.html>
2014 Mar 27
1
arm64 support
...e following error: Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory How do I build opus from source? Am I missing some step? On Thu, Mar 27, 2014 at 11:29 AM, Vinay Nair <vinay.nair at novanet.net> wrote: > I have used the patch to build opus 1.1. Although I have not tried the > latest git master, will try that. Will that work for armv7, armv7s and > arm64? > > > On Wed, Mar 26, 2014 at 11:01 PM, Martin Storsj? <martin at martin.st&...
2012 Oct 03
2
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
Hi, How to get the LoopInfo analysis in a CallGraphSCCPass ? Thanks, Vinay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121003/bf60da98/attachment.html>
2014 Sep 20
0
Bug#759384: xen: Lack of copyright entry for Vinay Sajip
Source: xen Followup-For: Bug #759384 That being said, we probably don't need Vinay's code in xen anymore. >From Vinay's email to -legal, > It appears that this very old code is only ever invoked if the Python > logging module is unavailable. However, this would only apply to Python > versions < 2.3, and Xen has a dependency on Python 2.5. So the code in &...
2007 Mar 14
2
Memory Allocation to St
Can anyone tell me why the size of st is defined as: st = (EncState*)speex_alloc(sizeof(EncState)+8000*sizeof(float)); Reference: nb_encode_init function. Specifically, I would like to know why 8000 floats are allocated? Thanks and regards, Vinay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070314/14dee2ba/attachment.html
2014 Mar 26
2
arm64 support
On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: > On Wed, Mar 26, 2014 at 11:45 AM, Vinay <vinay.nair at novanet.net> wrote: >> Hi, >> >> I wanted to build opus along with PJSIP for iOS for the architecture arm64. >> I wanted to know if opus supports arm64? > > The opus code builds fine on ARM64 on Linux at least, I've been > building the Fed...
2012 Oct 03
0
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
...s manager system. It is a serious deficiency that I (and others) would like to address, but it requires significant changes to the pass manager and analysis dependency system. I have some dim hope of working on fixing this limitation, but it won't be quick. ;] On Wed, Oct 3, 2012 at 1:49 AM, vinay m <mvinay05041990 at gmail.com> wrote: > Hi, > > How to get the LoopInfo analysis in a CallGraphSCCPass ? > > > > Thanks, > Vinay > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu...
2014 Mar 26
2
arm64 support
Hi, I wanted to build opus along with PJSIP for iOS for the architecture arm64. I wanted to know if opus supports arm64? -- Vinay Nair vinay.nair at novanet.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20140326/e617665a/attachment.htm
2008 Oct 11
8
Observing few fields in a form - Best Practise?
Hi, im looking to build a page similar to a shopping cart page. When you change the ''price'' or ''quantity'' fields, the total is calculated and displayed. There are other fields in the form which have no relation to this action. So i guess observe_form is not required. Can someone tell me what the best practise is for this?
2013 Nov 20
4
How to stop Kaplan-Meier curve at a time point
...are needed, then remove the mark.time section in the formula. legend("topright",c("Females", "Males"), col=(1:2), lwd=0.5) Am sure, the code in the first line has to be modified. Please help me with this and I will be very thankful to you. Thanks in advance Regards Vinay [[alternative HTML version deleted]]
2014 Mar 26
2
arm64 support
Hi, I wanted to build opus along with PJSIP for iOS for the architecture arm64. I wanted to know if opus supports arm64? -- Vinay Nair vinay.nair at novanet.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20140326/8576b64e/attachment-0001.htm
2005 Feb 16
5
Compiling sch_tbf.c in user space
...ntation of the token bucket filter that i can use in my program to test this scenario or any other ideas on how to implement this tbf in user space. Thanx a million in advance.......and im sorry i didnt know exactly where to post the query so thats why i posted to both lists. thanx and kind regards vinay __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail
2007 Sep 19
5
problem after scaffolding
hi guys, I am having problems after scaffolding I created a db called "requests" and when i tried to execute the command script/generate scaffold request It gave me an error please make sure you have a database request created before you do this The db is obviously created; rails cant access it... so I tried to hack i copied my view model and controller files from my local deployment to