search for: ilen

Displaying 16 results from an estimated 16 matches for "ilen".

Did you mean: alen
2018 Feb 06
0
"make check" test-hash-method bus error (Sparc alignment)
...ash_method_sha1> context = 0xffbff724 "gE#\001??\211\230???\020\062Tv????" result = "?9??^kK\r2U??\225`\030\220??\a\t" i = 7 last_method = 0x839d0 "sha1" test_vectors = {{method = 0x838e0 "md4", input = 0x838e8, ilen = 0, rounds = 1, output = 0x838f0, olen = 16}, {method = 0x838e0 "md4", input = 0x83908, ilen = 3, rounds = 1, output = 0x83910, olen = 16}, {method = 0x838e0 "md4", input = 0x83928, ilen = 62, rounds = 1, output = 0x83968, olen = 16}, {method = 0x83980 "md...
2008 May 03
2
Resampler (no api)
...- int N = st->filt_len; + const int N = st->filt_len; int out_sample = 0; - spx_word16_t *mem; - spx_uint32_t tmp_out_len = 0; - mem = st->mem + channel_index * st->mem_alloc_size; + spx_word16_t *mem = st->mem + channel_index * st->mem_alloc_size; + spx_uint32_t ilen; + st->started = 1; - /* Handle the case where we have samples left from a reduction in filter length */ - if (st->magic_samples[channel_index]) - { - int istride_save; - spx_uint32_t tmp_in_len; - spx_uint32_t tmp_magic; - - istride_save = st->i...
2008 May 03
0
Resampler, memory only variant
...- int N = st->filt_len; + const int N = st->filt_len; int out_sample = 0; - spx_word16_t *mem; - spx_uint32_t tmp_out_len = 0; - mem = st->mem + channel_index * st->mem_alloc_size; + spx_word16_t *mem = st->mem + channel_index * st->mem_alloc_size; + spx_uint32_t ilen; + st->started = 1; - /* Handle the case where we have samples left from a reduction in filter length */ - if (st->magic_samples[channel_index]) - { - int istride_save; - spx_uint32_t tmp_in_len; - spx_uint32_t tmp_magic; - - istride_save = st->i...
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
...red on server in UTF-8, and translated into client code page (not UCS2) on the fly. Additionally, server string conversion is added. Tested with Chinese and Russian Windows clients. Because it does not add special handling of UTF-8 (which is variable width), it leaves following problems: wildcard filename matching won't work, case-insensitive matching breaks, toupper() calls corrupt UTF-8 strings (Russian logins and home share names fail on Win95/98 because of that). Fixing all that is too much work, if you want to spend your time on Unicode in Samba, go and help to get it right in Samba 3.0...
2008 Jul 23
28
[PATCH] ioemu-remote: ACPI S3 state wake up
ioemu-remote: The device model needs to write in the ACPI tables when it wakes up from S3 state. Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> -- Jean Guyader _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Oct 06
1
Encoder off by one
If you encode with int iByteSizeEncoded = opus_encode(m_enc, m_ShortsInput, (1920/sizeof(short)), m_EncodedBytes, (960*6)); ... the byte size is 120. I thought that an odd value like 359 has to be a fault on my side. I thought it would be a multiple of something. So 359 is really correct??? Thank you for clearing this up. Am 06.10.2013 16:50, schrieb Jean-Marc Valin: > Why
2003 Dec 10
2
How can I call R from Java or C?
...a C process,only if that C process is invoked within R itself? So is it R->C->R ? If I could call R from C, then I could possibly call C from Java using JNI (i am not sure exactly how well that will work) If you have any suggestions for R's interface that would be really nice. Thanks, ilene
2008 Dec 19
4
[PATCH] vmx: Fix single step on debugger
...000026b0 (XEN) Sysenter RSP=ffff828c8024ffd0 CS:RIP=e008:ffff828c801af290 (XEN) *** Control State *** (XEN) PinBased=0000003f CPUBased=b6a1e7fe SecondaryExec=00000041 (XEN) EntryControls=000013ff ExitControls=0003efff (XEN) ExceptionBitmap=0004400a (XEN) VMEntry: intr_info=00000031 errcode=00000004 ilen=00000000 (XEN) VMExit: intr_info=80000301 errcode=00000400 ilen=00000000 (XEN) reason=80000021 qualification=00000000 (XEN) IDTVectoring: info=00000000 errcode=00000000 (XEN) TPR Threshold = 0x00 (XEN) EPT pointer = 0x0000000000000000 (XEN) Virtual processor ID = 0x0000 (XEN) **************...
2001 Feb 08
1
ssh1 keyexchange problem ?
Hi, Has anybody produced diffs for openssh-2.3.0p1 for the rsa keyexchange problem that Core-SDI described ? ( I noticed that fix is already in openbsd tree ). -Jarno -- Jarno Huuskonen - System Administrator | Jarno.Huuskonen at uku.fi University of Kuopio - Computer Center | Work: +358 17 162822 PO BOX 1627, 70211 Kuopio, Finland | Mobile: +358 40 5388169
2009 Jul 28
1
some QCA questions
Dear Adrian Dusa, others, I've recently started to learn R in order to use the QCA package because i think it might offer what other QCA packages don't: possibilities for quite a few conditions and large n. However, can someone tell me approx. how much RAM i need to run QCA on set of +/- 400.000 cases and +/- 15 conditions? (or differently: how much time will it take with RAM of a
2004 Dec 02
0
tremor: macro-ize mask table
...ld) %lx %lx\n",i,(b[i]&mask[tbit]),test); + if(test!=(b[i]&MASK(tbit))){ + fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&MASK(tbit)),test); report("read incorrect value!\n"); } bitcount+=tbit; @@ -607,10 +601,10 @@ j-begin,ilen); exit(1); } - if(temp!=(values[j]&mask[len[j]])){ + if(temp!=(values[j]&MASK(len[j]))){ fprintf(stderr,"\nERROR: Incorrect read %lx != %lx, word %ld, len %d\n" , - values[j]&mask[len[j]],temp,j-begin,l...
2006 Feb 16
2
PAM and passwd age warnings again.
...------------------------------ diff -Naur openssh-4.2p1.old/monitor.c openssh-4.2p1.new/monitor.c --- openssh-4.2p1.old/monitor.c Sun Jul 17 03:53:31 2005 +++ openssh-4.2p1.new/monitor.c Tue Dec 20 09:10:04 2005 @@ -1716,6 +1716,11 @@ child_state.input = buffer_get_string(&m, &child_state.ilen); child_state.output = buffer_get_string(&m, &child_state.olen); + /* Let's not forget our loginmsg, now, eh? */ + p = buffer_get_string (&m, &plen); + if (plen) buffer_append (&loginmsg, p, plen); + xfree (p); + buffer_free(&m); } diff -Naur openssh-4.2p1.old/m...
2018 Dec 10
2
[PATCH] cleanup of global variables server/client_version_string in sshconnect.c
In sshconnect.c there are two global variables for server_version_string client_version_string. These are used just in a few functions and can easily be passed as parameters. Also, there is a strange construct, where their memory is allocated to the global pointers, then copies of these pointers are assigned to the kex structure. The kex_free finally frees them via cleanup of the kex
2013 Mar 12
14
vpmu=1 and running 'perf top' within a PVHVM guest eventually hangs dom0 and hypervisor has stuck vCPUS. Romley-EP (model=45, stepping=2)
...3caa7fc0 CS:RIP=e008:ffff82c4c0221af0 (XEN) Host PAT = 0x0000050100070406 (XEN) *** Control State *** (XEN) PinBased=0000003f CPUBased=b6a065fa SecondaryExec=000004eb (XEN) EntryControls=000053ff ExitControls=000fefff (XEN) ExceptionBitmap=000400c0 (XEN) VMEntry: intr_info=000000f3 errcode=00000000 ilen=00000000 (XEN) VMExit: intr_info=00000000 errcode=00000000 ilen=00000000 (XEN) reason=0000000c qualification=00000000 (XEN) IDTVectoring: info=00000000 errcode=00000000 (XEN) TPR Threshold = 0x00 (XEN) EPT pointer = 0x000000043800e01e (XEN) Virtual processor ID = 0x0a59 (XEN) VCPU 1 (XEN)...
2011 Jul 19
6
[PATCH 0/6] Move the infor for the help/man page in the source
The following series implement a way to generate the help messages and the btrfs man page from the sources comments for the "btrfs" commanda . The syntax and the detailed help of every subcommand are stored in the comments before the function which implements the subcommand. The fact that the help messages and the man page are generated from the same source should help to avoid
2003 Oct 08
4
OS/390 openssh
...al("%s: bad request size", __func__); memcpy(&child_state.incoming, p, sizeof(child_state.incoming)); @@ -1637,8 +1637,8 @@ /* Network I/O buffers */ debug3("%s: Getting Network I/O buffers", __func__); - child_state.input = buffer_get_string(&m, &child_state.ilen); - child_state.output = buffer_get_string(&m, &child_state.olen); + child_state.input = buffer_get_binary(&m, &child_state.ilen); + child_state.output = buffer_get_binary(&m, &child_state.olen); buffer_free(&m); } @@ -1699,6 +1699,10 @@ } #define MM_MEMSIZE 655...