search for: _op

Displaying 12 results from an estimated 12 matches for "_op".

Did you mean: __op
2008 Mar 23
4
Compiling wine from (git) Source - Debian Sid 64 bit ?
...ggested to create a 32bit chroot http://wiki.winehq.org/WineOn64bit but i don't actually want to do that, it must be possible to just install or symlink the necessary file so wine can find it and use it, or no? If you need more information of wine version, config.log etc.. just ask greez, _oP
2015 Mar 06
2
Call for testing: OpenSSH 6.8
On Wed, 4 Mar 2015, mikep at noc.utoronto.ca wrote: > Re-testing 'openssh-SNAP-20150305' on Solaris 10, with 'gcc': > > Configure, 'make' complete; 'make tests' fails at: > > postcondition check failed: setstat readonly I couldn't reporoduce this on an illumos zone that I had access to, will try installing solaris10 next. -d
2014 May 05
1
Application crushes
.... I wrote an application for Android, using Teorarm. It crushes when I try to play the video file. Native application, compiled with the help of Android NDK 9r in Android Studio. Program stack: #0 theorapackB_readARM () at jni/theorarm/src/dec/bitwise2ARM.s:150 #1 0x673fae80 in oc_dec_headerin (_opb=0x6dca5278, _info=0x6dca52b0, _tc=0x6728ebd8, _setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:171 #2 0x673fb160 in th_decode_headerin (_info=0x6dca52b0, _tc=0x6728ebd8, _setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:240 #3 0x673fa43c in theora_decode...
2018 Apr 06
2
Decoding Opus File in Chunks
...ode an Opus file in chunks (e.g. 16K byte array). Is this possible with the Opusfile library or would I need to interface directly with libogg and libopus? It seems like the Opusfile decoder functions maintain an internal pointer/state for OggOpusFile during multiple calls to op_read(OggOpusFile *_op ...) and a complete byte array of the entire Opus file would be needed. Any help in pointing me in the right direction would be greatly appreciated. Due to the nature of the chunks coming in and the need to obtain/assemble Opus packets before decoding, I'm aware that some buffering/assembly o...
2008 Apr 21
1
[PATCH] x86-64: emulation support for cmpxchg16b
...ols/tests/test_x86_emulator.c 2008-04-15 08:48:15.000000000 +0200 @@ -74,7 +74,7 @@ static int cmpxchg( return X86EMUL_OKAY; } -static int cmpxchg8b( +static int cmpxchg2( unsigned int seg, unsigned long offset, unsigned long old_lo, @@ -94,7 +94,7 @@ static struct x86_emulate_ops emulops = .insn_fetch = read, .write = write, .cmpxchg = cmpxchg, - .cmpxchg8b = cmpxchg8b + .cmpxchg2 = cmpxchg2 }; int main(int argc, char **argv) Index: 2008-04-15/tools/tests/x86_emulate.c ===================================================================...
2015 Mar 11
4
Call for testing: OpenSSH 6.8
...y/openssh/ssh-keygen -lf /opt/local/src/security/openssh/regress//t10.out > /dev/null /opt/local/src/security/openssh/ssh-keygen -Bf /opt/local/src/security/openssh/regress//t10.out > /dev/null /opt/local/src/security/openssh/ssh-keygen -E sha256 -lf /opt/local/src/security/openssh/regress/rsa_openssh.pub |\ awk '{print $2}' | diff - /opt/local/src/security/openssh/regress/t11.ok /opt/local/src/security/openssh/ssh-keygen -lf /opt/local/src/security/openssh/regress//t12.out.pub | grep -q test-comment-1234 run test sftp-perm.sh ... YYY sftp permissions: read-only setstat XXX...
2011 Mar 14
0
[PATCH] x86: add volatile prefix for cpuid asm clauses
...ude/asm-x86/processor.h --- a/xen/include/asm-x86/processor.h Thu Mar 10 18:37:40 2011 +0000 +++ b/xen/include/asm-x86/processor.h Wed Mar 16 02:30:49 2011 +0800 @@ -223,7 +223,7 @@ static always_inline void detect_ht(stru * resulting in stale register contents being returned. */ #define cpuid(_op,_eax,_ebx,_ecx,_edx) \ - asm ( "cpuid" \ + asm volatile ( "cpuid" \ : "=a" (*(int *)(_eax)), \ "=b" (*(int *)(_ebx)), \ "=c&q...
2018 Apr 06
0
Decoding Opus File in Chunks
You might want to take a look at the op_open_callbacks API: https://opus-codec.org/docs/opusfile_api-0.7/group__stream__open__close.html#ga5b81c0b685f3d3c9c7d7091e5536c759 libopusfile will only call your provided read() function as needed. If you don't implement the seeking functions, it will only read it in a linear order. On 04/06/...
2006 Mar 10
12
[PATCH] Add SCHEDOP_block_on
...Add SCHEDOP_block_on. Signed-off-by: John Levon <john.levon@sun.com> diff -r fbeb0a5b7219 -r 15aea7d020cd docs/src/interface.tex --- a/docs/src/interface.tex Thu Mar 9 16:24:57 2006 +0000 +++ b/docs/src/interface.tex Thu Mar 9 21:55:15 2006 -0800 @@ -1721,13 +1721,17 @@ \hypercall{sched\_op(unsigned long op)} Request scheduling operation from hypervisor. The options are: {\it -SCHEDOP\_yield}, {\it SCHEDOP\_block}, and {\it SCHEDOP\_shutdown}. -{\it yield} keeps the calling domain runnable but may cause a -reschedule if other domains are runnable. {\it block} removes the -calling...
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus. The following 6 patches have already got sunil's SOBs, and now they're trying to attract more reviewers before it goes to central repo with a modification of getting manual pages being introduced.
2013 Oct 28
5
FreeBSD PVH guest support
.../asmacros.h: * Copy the ELFNOTE macro from the i386 Xen PV port. sys/amd64/include/clock.h: sys/i386/include/clock.h: * Prototypes for the xen early delay initialization and usage. sys/amd64/include/cpu.h: * Introduce a new cpu hook to init APs. sys/amd64/include/sysarch.h: * Declare the init_ops structure. sys/amd64/include/xen/hypercall.h: sys/i386/include/xen/hypercall.h * Switch to the PV style hypercall mechanism for HVM also. sys/conf/files: * Make the PV console available on XENHVM also. sys/conf/files.amd64: * Include the new files for the PVH port. sys/dev/xen/console/conso...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...GM0*H*Nmn8$-~#Iw`B(vho=; z)g at OF%ehjftt0NlzvgXsar;O?-*C``F1XJLH_fHkFhW!qo4-aaIa5h|EYo6_(&8V> z?hJWfQuLV$AF0n&ng;UDYn|LQFfohvy|e12_)Ch+EJF}$j`=H>U=W~kC(8<}|6+MJ zk%O6we}MCcE}ZwD;(IvSa_cK?ZGqlU?{J{r=|H_J$CwiVKwL%L;0gz|(=?o>{2l(3 zW>r(uKyWlOm3Hj(Pje3$Ae26Rtn_KdH_ at _)_3sQv4lIq_Op&Y;dbYQuTdbtt$~P*L zei#}VM#6I(S6dRdHN?rz_m<~2$}<WDI-Y1Dt at oinhy%C8hki5L at S$JMnhz~x`Nj*f zA_-e1&GjwA`te|Iu7^FNVg0Hs&!>LDfG)3PWy$ZPk%=Ak34bAqc7A>tVg+foTy;@a zZ<*!R(kx$+MV4V#A=1v0tzBKBt*GStOB$&kg>?4_eS>F&K6r#47@=2<(0?*Q-!9>A zba|clmx&}kW;plgvbxMRjN...