Searched refs:ov (Results 1 - 25 of 31) sorted by relevance

12

/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/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/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.h35 uint8_t *ov,
49 uint8_t *ov,
63 uint8_t *ov,
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/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/compiler-rt/test/builtins/Unit/
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 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 Dmuloti4_test.c27 int ov; local
28 ti_int x = __muloti4(a, b, &ov);
29 if (ov != expected_overflow) {
40 ov, expected_overflow);
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dbind_io_completion_callback.cc39 OVERLAPPED ov; variable
61 if (!ReadFile(file, buffer, sizeof(buffer), NULL, &ov) &&
/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/emma/core/java12/com/vladium/emma/instr/
H A DinstrCommand.java109 final String ov = opt.getFirstValue ();
111 final InstrProcessor.OutMode outMode = InstrProcessor.OutMode.nameToMode (ov);
115 "invalid '" + opts [o].getName () + "' option value: " + ov);
H A DInstrVisitor.java753 int iv, ov;
781 //ov = getI2 (code, ip + 1);
783 ov = (code [scan] << 8) | (0xFF & code [++ scan]);
785 final int target = ip + ov;
797 //ov = getI2 (code, ip + 1);
799 ov = (code [scan] << 8) | (0xFF & code [++ scan]);
801 final int target = ip + ov;
814 ov = (code [scan] << 24) | ((0xFF & code [++ scan]) << 16) | ((0xFF & code [++ scan]) << 8) | (0xFF & code [++ scan]);
815 leaders.add (ip + ov);
823 targets [0] = ip + ov;
[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/fonttools/Lib/fontTools/
H A Dmerge.py671 ov = getattr(self, k)
672 if isinstance(ov, bool):
674 elif isinstance(ov, int):
676 elif isinstance(ov, list):
684 v = ov
687 v = ov
H A Dsubset.py1884 ov = getattr(self, k)
1885 if isinstance(ov, bool):
1887 elif isinstance(ov, int):
1889 elif isinstance(ov, list):
1897 v = ov
1900 v = ov
/external/fonttools/Tools/fontTools/
H A Dmerge.py671 ov = getattr(self, k)
672 if isinstance(ov, bool):
674 elif isinstance(ov, int):
676 elif isinstance(ov, list):
684 v = ov
687 v = ov
H A Dsubset.py1884 ov = getattr(self, k)
1885 if isinstance(ov, bool):
1887 elif isinstance(ov, int):
1889 elif isinstance(ov, list):
1897 v = ov
1900 v = ov
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h733 OpaqueValueMappingData(const OpaqueValueExpr *ov, argument
735 : OpaqueValue(ov), BoundLValue(boundLValue) {}
751 const OpaqueValueExpr *ov,
753 if (shouldBindAsLValue(ov))
754 return bind(CGF, ov, CGF.EmitLValue(e));
755 return bind(CGF, ov, CGF.EmitAnyExpr(e));
759 const OpaqueValueExpr *ov,
761 assert(shouldBindAsLValue(ov));
762 CGF.OpaqueLValues.insert(std::make_pair(ov, lv));
763 return OpaqueValueMappingData(ov, tru
750 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const Expr *e) argument
758 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const LValue &lv) argument
766 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const RValue &rv) argument
[all...]
H A DCGExpr.cpp3506 if (const auto *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
3512 if (ov == resultExpr && ov->isRValue() && !forLValue &&
3513 CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) {
3514 CGF.EmitAggExpr(ov->getSourceExpr(), slot);
3516 LValue LV = CGF.MakeAddrLValue(slot.getAddr(), ov->getType());
3517 opaqueData = OVMA::bind(CGF, ov, LV);
3522 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr());
3525 if (ov
[all...]
H A DCGObjC.cpp2512 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
2518 if (ov == resultExpr) {
2519 assert(!OVMA::shouldBindAsLValue(ov));
2520 result = tryEmitARCRetainScalarExpr(CGF, ov->getSourceExpr());
2521 opaqueData = OVMA::bind(CGF, ov, RValue::get(result.getPointer()));
2525 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr());
/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 ...

Completed in 677 milliseconds

12