similar to: dsp.c: digit_state.current_len

Displaying 20 results from an estimated 30000 matches similar to: "dsp.c: digit_state.current_len"

2000 Jan 19
1
Potentially serious (but rare) issue with buffer.c and cipher.c
While rototilling packet.c, I did some looking at cipher_encrypt in cipher.c. It ends up that for SSH_CIPHER_NONE in cipher_encrypt, it uses memcpy. However, it also appears that dest and src can be equal in cipher_encrypt. On most sane libc implementations, memcpy == memmove. However, ANSI C makes no such guarantee, and some implementations out there are bound to try to optimize memcpy
2009 Oct 17
3
Possible bug in app_meetme.c
Is this patch correct? The "&&" doesn't make logical sense to me. I think it should be "||" and making this change fixes the problem I have with SIP phones in MeetMe conferences. If it's correct, is there someplace more formal that I should submit it to? *** app_meetme.c.old 2009-10-11 17:56:44.000000000 -0400 --- app_meetme.c 2009-10-17
2006 Mar 03
0
[LLVMdev] Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
On Thu, 2 Mar 2006, Chris Lattner wrote: >> Any ideas what could be wrong? > > Sorry for the delay, please try this tarball: > http://nondot.org/sabre/2006-03-02-llvm-gcc-4.tar.gz Actually, do to a recent change in CVS, this tarball will probably not work anymore. Please apply the attached (small) patch on top of it in the gcc directory. Worth noting, this front-end only works
2003 Dec 01
1
WARNING[265236]: File dsp.c, Line 1198 (ast_dsp_process): Unable to detect process 2 frames
What does it mean ?? WARNING[265236]: File dsp.c, Line 1198 (ast_dsp_process): Unable to detect process 2 frames WARNING[265236]: File dsp.c, Line 1198 (ast_dsp_process): Unable to detect process 2 frames WARNING[265236]: File dsp.c, Line 1198 (ast_dsp_process): Unable to detect process 2 frames -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Aug 30
1
[LLVMdev] Anyone is building a DSP-C frontend?
Hi, DSP-C is an extension to ISO C to support specific hardware features in DSP, e.g. fixed-point typer, memory spaces and circular pointers. It's generic for different DSP's. - http://www.dsp-c.org How difficult is it to extending the llvm-gcc for this extension? Any document like "hitchhiker's guide to extend the GCC fronted" ? (just like the guide for adding
2007 Nov 24
0
Blackfin port on Visual DSP, Michael Shatz ?
> -----Original Message----- > From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca] > Sent: Thursday, November 22, 2007 12:16 AM > To: St?phane Lesage > Subject: Re: [Speex-dev] Blackfin port on Visual DSP, Michael Shatz ? > > (en passant, tu es francophone?) oui, fran?ais, travaillant pour une soci?t? suisse ;-) > > St?phane Lesage a ?crit : > >
2004 Jul 12
3
dsp.c:1467 ast_dsp_process: Unable to process inband DTMF on 2 frames
Hi can anyone help me on this error msg?? dsp.c:1467 ast_dsp_process: Unable to process inband DTMF on 2 frames thnx St
2004 Aug 18
1
Hangups - SIGFPE in dsp.c
Hi, I'm running the latest CVS HEAD version of asterisk, and I'm experiencing hangups during voice conversation. This happens quite regularely and often. The problem is in dsp.c, line 1235, where it says accum /= len; But `len', at this point, is 0, resulting in a SIGFPE. The routine ast_frame *i4l_read() in channels/chan_modem_i4l.c:411 is setting p->fr.datalen to
2003 Sep 22
0
Warnung: File dsp.c, Line 1198 ???
Hi, I have a problem with asterisk-0.5.0 which I don't understand. The monitor says when making a call: *CLI> -- Executing Dial("SIP/roger-c456", "Modem/ttyI0:BYEXTENSION|60|tTm") in new stack -- Called ttyI0:1234567890 WARNING[196621]: File dsp.c, Line 1198 (ast_dsp_process): Unable to detect process 2 frames WARNING[196621]: File dsp.c, Line 1198
2006 Jul 24
2
Fix for lsp.c for 16-bit platforms (TI C55x DSP)
Jean-Marc, Last week I tried the SVN code (build 11700) on the TI C55x DSP, and found that operation was broken again. I traced this to build 11522, committed on 5 June. The problem is in lsp.c, function lsp_to_lpc(). The line (lsp.c line 461 in build 11700): xin = 1<<(QIMP-1); /* 0.5 in QIMP format */ evaluates to zero. The following change corrects the problem: xin =
2009 Feb 09
1
chan_oss.c:585 setformat: Unable to re-open DSP device
== Manager 'sendcron' logged off from 127.0.0.1 vicidialnow*CLI> dial 919545090201 -- Executing AGI("OSS/dsp", "agi://127.0.0.1:4577/call_log") in new stack -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0 -- Executing Dial("OSS/dsp", "SIP/19545090201 at sip203||tTor") in new stack -- Called 19545090201 at sip203 Feb 2 13:36:38
2005 Aug 31
0
[LLVMdev] Anyone is building a DSP-C frontend?
On Wed, 31 Aug 2005, Tzu-Chien Chiu wrote: > fixed-point number could be stored in LLVM first class integer types. > i cannot see the problem now. but to be type-safe, there should be a > first class 'fixed'. There is no need. Lowering is fine, in the same way that enums or typedefs are currently lowered to llvm integer types. > some llvm extensions required to mapping
2005 Aug 31
2
[LLVMdev] Anyone is building a DSP-C frontend?
fixed-point number could be stored in LLVM first class integer types. i cannot see the problem now. but to be type-safe, there should be a first class 'fixed'. some llvm extensions required to mapping dsp-c lanaguages could be implemented as qualifiers. 1. _sat qualifier Saturate the result within [0.0, +1.0> or [-1.0,+1.0> (unsigned/singed). sat signed fixed a; sat signed fixed
2006 Feb 27
0
Better counter_caches
Hey everybody, Rails currently offers ''belongs_to :counter_cache'', which is a very basic replacement for count triggers: ":counter_cache - caches the number of belonging objects on the associate class through use of increment_counter and decrement_counter. The counter cache is incremented when an object of this class is created and decremented when it?s destroyed. This
2006 Jul 27
0
[PATCH] Fix of C/S 10529:4260eb8c08740de0000081c61a6237ffcb95b2d5 for IA64.
Fix of C/S 10529:4260eb8c08740de0000081c61a6237ffcb95b2d5 for IA64. When page is zapped from a domain, the page referenced counter is checked. But it results in false positive alert on Xen/IA64 because a page ''in use'' has reference count 2 on Xen/IA64. - a page is assigned to guest domain''s psudo physical address space. This is decremented by
2010 May 30
5
Automatically decrement value each day
I have a Person model with a points attribute. For the most part, points values will be incremented and decremented via user votes. However, I''d also like to decrement a Person''s points by half a point each day. How do I automatically decrement the value once per day? Your help is greatly appreciated :) Becky -- Posted via http://www.ruby-forum.com/. -- You received this
2007 Jul 16
1
Might hanging bugs remain in rsync 3.0.0?
Wayne, I am concerned that, when you decide to release rsync 3.0.0, one or more hanging bugs may remain in the incremental recursion code. My rationale is as follows. At least four such bugs have been found so far, and I see no evidence that those are all there are. Furthermore, from April 27 to July 10, about 2.5 months passed without any hanging bugs being found; then, on July 11, Warren
2002 Jun 27
0
[Bug 305] New: openssh-3.4p1/openbsd-compat/setenv.c lacks include
http://bugzilla.mindrot.org/show_bug.cgi?id=305 Summary: openssh-3.4p1/openbsd-compat/setenv.c lacks include Product: Portable OpenSSH Version: -current Platform: Sparc OS/Version: SunOS Status: NEW Severity: normal Priority: P3 Component: Miscellaneous AssignedTo: openssh-unix-dev at mindrot.org
2007 Oct 15
0
3 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_codec_audio.h test/swfdec-extract.c
libswfdec/swfdec_as_interpret.c | 1 libswfdec/swfdec_codec_audio.h | 2 - test/swfdec-extract.c | 43 ++++++++++++++++++++++++++-------------- 3 files changed, 30 insertions(+), 16 deletions(-) New commits: commit e1267777e2a617fcafb578fa411a5c739ef51253 Author: Benjamin Otte <otte at gnome.org> Date: Mon Oct 15 21:11:57 2007 +0200 indent diff --git
2017 Jun 05
0
quota clone + mysql + duplicate key
I'm trying to setup quota clone with mysql on dovecot 2.2.29.1. I see in the wiki that the table is always updated to the new value (https://wiki.dovecot.org/Plugins/QuotaClone) : > Every time quota is updated, the value is updated to the cloned dict. > There are race conditions with it so the quota may not always be 100% > correct. The old value is always replaced with the new one