search for: _this

Displaying 20 results from an estimated 22 matches for "_this".

Did you mean: this
2011 Mar 03
0
[PATCH] Eliminate the ec_int32 and ec_uint32 typedefs.
...t_uint32 _v){ /*On a Pentium M, this branchless version tested as the fastest on 1,000,000,000 random 32-bit integers, edging out a similar version with branches, and a 256-entry LUT version.*/ @@ -59,11 +59,11 @@ int ec_ilog(ec_uint32 _v){ #endif -ec_uint32 ec_tell_frac(ec_ctx *_this){ - ec_uint32 nbits; - ec_uint32 r; - int l; - int i; +celt_uint32 ec_tell_frac(ec_ctx *_this){ + celt_uint32 nbits; + celt_uint32 r; + int l; + int i; /*To handle the non-integral number of bits still left in the encoder/decoder state, we compute the wo...
2013 May 27
1
Empty buffer on encoder write byte
...'ve been trying to encode a live audio input from the microphone on iOS device using opus. Uncompressed audio recording works fine with http://theamazingaudioengine.com/ Then, when I tried to do encoding, I'm stuck at figuring out why the buffer is empty: static int ec_write_byte(ec_enc *_this,unsigned _value){ if(_this->offs+_this->end_offs>=_this->storage)return -1; _this->buf[_this->offs++]=(unsigned char)_value; return 0; } _this->buf is pointing to 1 byte unsigned char, which is basically has no data in it, and it throws a bad access exception, at this fu...
2008 Dec 21
0
[PATCH] Fix ectest to not check a case which isn't guaranteed to work, and which we don't use.
...entdec.c +++ b/libcelt/entdec.c @@ -5,6 +5,7 @@ #include <stddef.h> #include "entdec.h" #include "os_support.h" +#include "arch.h" void ec_byte_readinit(ec_byte_buffer *_b,unsigned char *_buf,long _bytes){ @@ -106,6 +107,8 @@ ec_uint32 ec_dec_uint(ec_dec *_this,ec_uint32 _ft){ unsigned s; int ftb; t=0; + /*In order to optimize EC_ILOG(), it is undefined for the value 0.*/ + celt_assert(_ft>1); _ft--; ftb=EC_ILOG(_ft); if(ftb>EC_UNIT_BITS){ diff --git a/libcelt/entenc.c b/libcelt/entenc.c index 3da351e..d0cbb0c 100644 --- a...
2010 Nov 26
0
Wine release 1.3.8
...back pixels. wined3d: Textures never have a resource size. wined3d: Get rid of the remaining "Flags". wined3d: Fix the indentation in buffer_direct_upload(). Hwang YunSong (1): shdocvw: Update Korean resource. Jacek Caban (32): shdocvw: Get rid of WEBBROWSER_THIS macro and WebBrowser to IWebBowser2 casts. shdocvw: Get rid of WEBBROWSER_THIS macro and InternetExplorer to IWebBowser2 casts. shdocvw: Get rid of more *_THIS macros. shdocvw: Get rid of remaining WebBrowser object's *_THIS macros. shdocvw: Get rid of CLIENTSITE_THIS....
2013 Dec 12
3
Puppetlabs-firewall and Logging
We''re testing out the Puppetlabs-Firewall module. And it seems I''m either missing something fundamental or Logging/Accpet works/doesn''t work in an irregular way. I would be most grateful for some input. *COMMON:* firewall { ''002 accept related established rules INPUT'': proto => ''all'', state =>
2004 Sep 18
0
RSS Feed Added to Asterisk News Site
I've put up an RSS feed on my site so that you can browse the headlines etc without actually visiting the site. If you use FireFox, Sage is a nice RSS reader. The URL is: http://www.sineapps.com/rssfeed.php _This is not a webpage._ It is a feed of the headlines and descriptions for Asterisk news for RSS compatible clients. Have a quick search on Google if you don't already have one because they make browsing news so much easier. Cheers, Matt Riddell (New Zealand Digium Distribution/Custom Software...
2010 Nov 21
0
[LLVMdev] Poor floating point optimizations?
I'm aware that there are IEEE requirements for floating point. But all C/C++ compilers like GCC or MSVC have unsafe/fast math switches that disable all problems related to NaN/Inf/+-0/precision etc because in some applications those are not as important as performance (for example graphics calculation). But as I understand, LLVM currently does not have such unsafe/fast math optimizations
2015 Mar 22
2
Error after setting up fts /solr for Open-Xchange
...I don't even have any fts-search-serialize.c on the system... Maybe someone is able to help me? I know we're nearly there, but i can't find anything on this anywhere. If there's anything else you need to know in order to help, please let me know. Thank you very very much! Sascha _this is set under /opt/open-xchange/etc/findbasic.properties for Open-Xchange__:_ com.openexchange.find.basic.mail.allMessagesFolder = virtual.all _grep -v '^ *\(#.*\)\?$' /etc/dovecot/dovecot-sql.conf:_ driver = mysql connect = host=localhost dbname=dbispconfig user=ispconfig password=e0...
2010 Nov 21
2
[LLVMdev] Poor floating point optimizations?
Hi Bob, > For example expressions like "1+x+1+x+1+x+1+x" (basically adding a lot of > constants and variables) are complied to a long series off<add>s both in IR > and > assembly code. > Both GCC and MSVC generates C1*x +C2 (mov + mul + add). > > I am new to using LLVM. I am using Visual Studio 2008 on Windows, targeting > 32-bit X86 code. I'm using
2015 Mar 28
2
Error after setting up fts /solr for Open-Xchange
...ybe someone is able to help me? >> I know we're nearly there, but i can't find anything on this anywhere. >> If there's anything else you need to know in order to help, please let >> me know. >> Thank you very very much! >> Sascha >> >> >> _this is set under /opt/open-xchange/etc/findbasic.properties for >> Open-Xchange__:_ >> >> com.openexchange.find.basic.mail.allMessagesFolder = virtual.all >> >> >> >> _grep -v '^ *\(#.*\)\?$' /etc/dovecot/dovecot-sql.conf:_ >> >> driver = my...
2008 Jul 31
4
instal tar.gz package on windows
Dear HelpeRs, I have created a tar.gz package (the package was created on unix) and I would like to install it in R on a Windows operating system. As far as I know, R in Windows accepts only packages in zip file for installation and I could not find a way to install a tar.gz file. I would like to mention that I  installed the package on unix using install.packages and it works. I also tried to
2015 Mar 28
2
Error after setting up fts /solr for Open-Xchange
.... Maybe someone is > able to help me? I know we're nearly there, but i can't > find anything on this anywhere. If there's anything else > you need to know in order to help, please let me know. > Thank you very very much! Sascha _this is set under > /opt/open-xchange/etc/findbasic.properties for > Open-Xchange__:_ > com.openexchange.find.basic.mail.allMessagesFolder = > virtual.all _grep -v '^ *\(#.*\)\?$' > /etc/dovecot/dovecot-sql.conf:_ driver...
2014 Apr 18
4
Changing SSL certificates - switching from self-signed to RapidSSL
Hi all, Ok, been wanting to do this for a while, and I after the Heartbleed fiasco, the boss finally agreed to let me buy some real certs... Until now, we've been using self-signed certs with the following dovecot config: ssl = required ssl_cert = </etc/ssl/ourCerts/imap.pem ssl_key = </etc/ssl/ourCerts/imap_key.pem Now, I've created new keys/certs and the CSR, got the new
2015 Mar 28
0
Error after setting up fts /solr for Open-Xchange
...c on the system... > > Maybe someone is able to help me? > I know we're nearly there, but i can't find anything on this anywhere. > If there's anything else you need to know in order to help, please let > me know. > Thank you very very much! > Sascha > > > _this is set under /opt/open-xchange/etc/findbasic.properties for > Open-Xchange__:_ > > com.openexchange.find.basic.mail.allMessagesFolder = virtual.all > > > > _grep -v '^ *\(#.*\)\?$' /etc/dovecot/dovecot-sql.conf:_ > > driver = mysql > connect = host=localhost d...
2015 Mar 28
0
Error after setting up fts /solr for Open-Xchange
...> I know we're nearly there, but i can't find anything on this >anywhere. >>> If there's anything else you need to know in order to help, please >let >>> me know. >>> Thank you very very much! >>> Sascha >>> >>> >>> _this is set under /opt/open-xchange/etc/findbasic.properties for >>> Open-Xchange__:_ >>> >>> com.openexchange.find.basic.mail.allMessagesFolder = virtual.all >>> >>> >>> >>> _grep -v '^ *\(#.*\)\?$' /etc/dovecot/dovecot-sql.conf:_ &...
2006 Apr 04
26
Models accessing the session...
Can someone tell if there is a reason models shouldn''t access the session? Models could easily be made to access the session or some other shared persistant data store such as a file or a table. _This is the problem_, a model needs to know certain information eg. the id of the current user. But the model has no idea about anything outside of its self, because it can''t access any kind of shared var. The only way to tell the model is to pass it at creation time, but this does not seem...
2007 Mar 01
0
7 commits - libswfdec/swfdec_connection.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_js_xml.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h
...t->movielist); g; g = g_list_next (g)) { - listentry = (struct mc_list_entry *)g->data; - - if (listentry->movie == movie) - return listentry->mc; - } - - return NULL; -} - -static void -swfdec_native_ASSetPropFlags (SwfdecActionContext *context, int num_args, - ActionVal *_this) -{ - ActionVal *a; - ActionVal *b; - ActionVal *c; - ActionVal *d; - int allowFalse = 0; - int flags; - - a = stack_pop (context); /* obj */ - action_val_convert_to_object (a); - b = stack_pop (context); /* property list */ - c = stack_pop (context); /* flags */ - action_val_convert_to_...
2015 Mar 28
0
Error after setting up fts /solr for Open-Xchange
...is >> able to help me? I know we're nearly there, but i can't >> find anything on this anywhere. If there's anything else >> you need to know in order to help, please let me know. >> Thank you very very much! Sascha _this is set under >> /opt/open-xchange/etc/findbasic.properties for >> Open-Xchange__:_ >> com.openexchange.find.basic.mail.allMessagesFolder = >> virtual.all _grep -v '^ *\(#.*\)\?$' >> /etc/dovecot/doveco...
2015 Mar 28
2
Error after setting up fts /solr for Open-Xchange
...able to help me? I know we're nearly there, but i can't >>> find anything on this anywhere. If there's anything else >>> you need to know in order to help, please let me know. >>> Thank you very very much! Sascha _this is set under >>> /opt/open-xchange/etc/findbasic.properties for >>> Open-Xchange__:_ >>> com.openexchange.find.basic.mail.allMessagesFolder = >>> virtual.all _grep -v '^ *\(#.*\)\?$' >>>...
2008 May 08
6
DO NOT REPLY [Bug 5448] New: rsync modifies files in place even without --inplace specified
https://bugzilla.samba.org/show_bug.cgi?id=5448 Summary: rsync modifies files in place even without --inplace specified Product: rsync Version: 3.0.2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org