Searched defs:ov (Results 1 - 24 of 24) sorted by relevance

/external/libvorbis/examples/
H A Dchaining_example.c28 OggVorbis_File ov; local
38 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){
44 if(ov_seekable(&ov)){
46 ov_streams(&ov));
48 (long)ov_pcm_total(&ov,-1));
50 (long)ov_time_total(&ov,-1));
57 for(i=0;i<ov_streams(&ov);i++){
58 vorbis_info *vi=ov_info(&ov,i);
61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
62 ov_serialnumber(&ov,
[all...]
H A Dseeking_example.c28 void _verify(OggVorbis_File *ov, argument
39 if(val!=-1 && ov_raw_tell(ov)<val){
41 (long)val,(long)ov_raw_tell(ov));
44 if(pcmval!=-1 && ov_pcm_tell(ov)>pcmval){
46 (long)pcmval,(long)ov_pcm_tell(ov));
49 if(timeval!=-1 && ov_time_tell(ov)>timeval){
51 timeval,ov_time_tell(ov));
54 pos=ov_pcm_tell(ov);
59 bread=ov_read(ov,buffer,4096,1,1,1,&dummy);
79 OggVorbis_File ov; local
[all...]
/external/compiler-rt/test/builtins/Unit/
H A Dmulodi4_test.c21 int ov; local
22 di_int x = __mulodi4(a, b, &ov);
23 if (ov != expected_overflow)
25 ov, expected_overflow);
29 a, b, x, ov, expected, expected_overflow);
H A Dmulosi4_test.c25 int ov; local
26 si_int x = __mulosi4(a, b, &ov);
27 if (ov != expected_overflow)
29 ov, expected_overflow);
33 a, b, x, ov, expected, expected_overflow);
H A Dmuloti4_test.c27 int ov; local
28 ti_int x = __muloti4(a, b, &ov);
29 if (ov != expected_overflow) {
40 ov, expected_overflow);
/external/clang/test/CXX/expr/expr.mptr.oper/
H A Dp5.cpp20 volatile X0 &ov,
52 (ov.*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}}' drops 'volatile' qualifier}}
53 (ov.*pmc)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} const' drops 'volatile' qualifier}}
54 (ov.*pmv)();
55 (ov.*pmcv)();
10 test_object_cvquals(void (X0::*pm)(), void (X0::*pmc)() const, void (X0::*pmv)() volatile, void (X0::*pmcv)() const volatile, X0 *p, const X0 *pc, volatile X0 *pv, const volatile X0 *pcv, X0 &o, const X0 &oc, volatile X0 &ov, const volatile X0 &ocv) argument
/external/eigen/bench/
H A Dspmv.cpp135 oski_vecview_t ov, ores; local
139 ov = oski_CreateVecView(dv.data(), cols, STRIDE_UNIT);
142 SPMV_BENCH( oski_MatMult(om, OP_NORMAL, 1, ov, 0, ores) );
145 SPMV_BENCH( oski_MatMult(om, OP_TRANS, 1, ov, 0, ores) );
156 SPMV_BENCH( oski_MatMult(om, OP_NORMAL, 1, ov, 0, ores) );
159 SPMV_BENCH( oski_MatMult(om, OP_TRANS, 1, ov, 0, ores) );
164 oski_DestroyVecView(ov);
/external/clang/test/SemaCXX/
H A Ddeleted-function.cpp14 void ov(int) {} // expected-note {{candidate function}} function
15 void ov(double) = delete; // expected-note {{candidate function has been explicitly deleted}}
28 ov(1);
29 ov(1.0); // expected-error {{call to deleted function 'ov'}}
/external/qemu/block/
H A Draw-win32.c112 OVERLAPPED ov; local
118 memset(&ov, 0, sizeof(ov));
119 ov.Offset = offset;
120 ov.OffsetHigh = offset >> 32;
121 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov);
133 OVERLAPPED ov; local
139 memset(&ov, 0, sizeof(ov));
140 ov
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dgen_x86_insn.py7214 ov = orderval << 4 variable
7217 add_insn("vfmadd"+order+comb, "vfma_"+comb, modifiers=[0x98+ov+cv])
7218 add_insn("vfmsub"+order+comb, "vfma_"+comb, modifiers=[0x9A+ov+cv])
7219 add_insn("vfnmsub"+order+comb, "vfma_"+comb, modifiers=[0x9E+ov+cv])
7220 add_insn("vfnmadd"+order+comb, "vfma_"+comb, modifiers=[0x9C+ov+cv])
7224 add_insn("vfmaddsub"+order+comb, "vfma_"+comb, modifiers=[0x96+ov])
7225 add_insn("vfmsubadd"+order+comb, "vfma_"+comb, modifiers=[0x97+ov])
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.c538 uint8_t *ou, uint8_t *ov, int ouv_stride,
545 ov, oheight / 2, owidth / 2, ouv_stride);
553 uint8_t *ou, uint8_t *ov, int ouv_stride,
560 ov, oheight, owidth / 2, ouv_stride);
568 uint8_t *ou, uint8_t *ov, int ouv_stride,
575 ov, oheight, owidth, ouv_stride);
532 vp9_resize_frame420(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
548 vp9_resize_frame422(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
563 vp9_resize_frame444(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c538 uint8_t *ou, uint8_t *ov, int ouv_stride,
545 ov, oheight / 2, owidth / 2, ouv_stride);
553 uint8_t *ou, uint8_t *ov, int ouv_stride,
560 ov, oheight, owidth / 2, ouv_stride);
568 uint8_t *ou, uint8_t *ov, int ouv_stride,
575 ov, oheight, owidth, ouv_stride);
532 vp9_resize_frame420(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
548 vp9_resize_frame422(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
563 vp9_resize_frame444(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dfakeglx.c237 const OverlayInfo *ov = overlay_info + i; local
238 if (ov->overlay_visual == vinfo->visualid) {
240 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) {
241 int level = ov->layer;
495 const OverlayInfo *ov = overlay_info + i; local
496 if (ov->overlay_visual == vinfo->visualid) {
498 if (ov->transparent_type == 0) {
504 /* ov->value is the transparent pixel */
506 return ov
741 const OverlayInfo *ov = overlay_info + i; local
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h684 OpaqueValueMappingData(const OpaqueValueExpr *ov, argument
686 : OpaqueValue(ov), BoundLValue(boundLValue) {}
702 const OpaqueValueExpr *ov,
704 if (shouldBindAsLValue(ov))
705 return bind(CGF, ov, CGF.EmitLValue(e));
706 return bind(CGF, ov, CGF.EmitAnyExpr(e));
710 const OpaqueValueExpr *ov,
712 assert(shouldBindAsLValue(ov));
713 CGF.OpaqueLValues.insert(std::make_pair(ov, lv));
714 return OpaqueValueMappingData(ov, tru
701 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const Expr *e) argument
709 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const LValue &lv) argument
717 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const RValue &rv) argument
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c237 const OverlayInfo *ov = overlay_info + i; local
238 if (ov->overlay_visual == vinfo->visualid) {
240 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) {
241 int level = ov->layer;
495 const OverlayInfo *ov = overlay_info + i; local
496 if (ov->overlay_visual == vinfo->visualid) {
498 if (ov->transparent_type == 0) {
504 /* ov->value is the transparent pixel */
506 return ov
741 const OverlayInfo *ov = overlay_info + i; local
[all...]
/external/qemu/
H A Dqemu-char.c1749 OVERLAPPED ov; local
1778 ZeroMemory(&ov, sizeof(ov));
1779 ov.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
1780 ret = ConnectNamedPipe(s->hcom, &ov);
1786 ret = GetOverlappedResult(s->hcom, &ov, &size, TRUE);
1789 if (ov.hEvent) {
1790 CloseHandle(ov.hEvent);
1791 ov.hEvent = NULL;
1796 if (ov
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c1912 IRExpr* ov; local
1914 ov = binop(Iop_And8, e, mkU8(1));
1915 stmt( IRStmt_Put( OFFB_XER_OV, ov ) );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 3259 milliseconds