Home
last modified time | relevance | path

Searched refs:ov (Results 1 – 25 of 67) sorted by relevance

123

/external/libvorbis/examples/
Dseeking_example.c28 void _verify(OggVorbis_File *ov, in _verify() argument
39 if(val!=-1 && ov_raw_tell(ov)<val){ in _verify()
41 (long)val,(long)ov_raw_tell(ov)); in _verify()
44 if(pcmval!=-1 && ov_pcm_tell(ov)>pcmval){ in _verify()
46 (long)pcmval,(long)ov_pcm_tell(ov)); in _verify()
49 if(timeval!=-1 && ov_time_tell(ov)>timeval){ in _verify()
51 timeval,ov_time_tell(ov)); in _verify()
54 pos=ov_pcm_tell(ov); in _verify()
59 bread=ov_read(ov,buffer,4096,1,1,1,&dummy); in _verify()
79 OggVorbis_File ov; in main() local
[all …]
Dchaining_example.c28 OggVorbis_File ov; in main() local
38 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){ in main()
44 if(ov_seekable(&ov)){ in main()
46 ov_streams(&ov)); in main()
48 (long)ov_pcm_total(&ov,-1)); in main()
50 (long)ov_time_total(&ov,-1)); in main()
57 for(i=0;i<ov_streams(&ov);i++){ in main()
58 vorbis_info *vi=ov_info(&ov,i); in main()
61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000, in main()
62 ov_serialnumber(&ov,i)); in main()
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
DObjectValuesTest.java30 ObjectValues ov = new ObjectValues(); in testObjectValues() local
32 ov.setObject(obj); in testObjectValues()
44 ov.setValues(prop2values); in testObjectValues()
45 ov.setPossible(props); in testObjectValues()
48 String dumpedStr = dumper.dumpAsMap(ov); in testObjectValues()
52 assertEquals(ov.getObject(), ov2.getObject()); in testObjectValues()
53 assertEquals(ov.getValues(), ov2.getValues()); in testObjectValues()
54 assertArrayEquals(ov.getPossible(), ov2.getPossible()); in testObjectValues()
55 ov.getPossible()[0] = ov2.getPossible()[0]; in testObjectValues()
60 ObjectValuesWithParam<String, Integer> ov = new ObjectValuesWithParam<String, Integer>(); in testObjectValuesWithParam() local
[all …]
/external/llvm/test/Transforms/InstCombine/
Dintrinsics.ll4 %ov.result.32 = type { i32, i1 }
9 declare %ov.result.32 @llvm.sadd.with.overflow.i32(i32, i32) nounwind readnone
10 declare %ov.result.32 @llvm.uadd.with.overflow.i32(i32, i32) nounwind readnone
11 declare %ov.result.32 @llvm.ssub.with.overflow.i32(i32, i32) nounwind readnone
12 declare %ov.result.32 @llvm.usub.with.overflow.i32(i32, i32) nounwind readnone
13 declare %ov.result.32 @llvm.smul.with.overflow.i32(i32, i32) nounwind readnone
14 declare %ov.result.32 @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone
108 define %ov.result.32 @saddtest_nsw(i8 %a, i8 %b) {
111 %x = call %ov.result.32 @llvm.sadd.with.overflow.i32(i32 %A, i32 %B)
112 ret %ov.result.32 %x
[all …]
/external/clang/test/CXX/expr/expr.mptr.oper/
Dp5.cpp20 volatile X0 &ov, in test_object_cvquals() argument
52 …(ov.*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribu… in test_object_cvquals()
53 …(ov.*pmc)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attrib… in test_object_cvquals()
54 (ov.*pmv)(); in test_object_cvquals()
55 (ov.*pmcv)(); in test_object_cvquals()
/external/compiler-rt/test/builtins/Unit/
Dmulosi4_test.c25 int ov; in test__mulosi4() local
26 si_int x = __mulosi4(a, b, &ov); in test__mulosi4()
27 if (ov != expected_overflow) in test__mulosi4()
29 ov, expected_overflow); in test__mulosi4()
33 a, b, x, ov, expected, expected_overflow); in test__mulosi4()
Dmulodi4_test.c21 int ov; in test__mulodi4() local
22 di_int x = __mulodi4(a, b, &ov); in test__mulodi4()
23 if (ov != expected_overflow) in test__mulodi4()
25 ov, expected_overflow); in test__mulodi4()
29 a, b, x, ov, expected, expected_overflow); in test__mulodi4()
Dmuloti4_test.c27 int ov; in test__muloti4() local
28 ti_int x = __muloti4(a, b, &ov); in test__muloti4()
29 if (ov != expected_overflow) { in test__muloti4()
40 ov, expected_overflow); in test__muloti4()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.h39 uint8_t *ov,
53 uint8_t *ov,
67 uint8_t *ov,
92 uint8_t *ov,
107 uint8_t *ov,
122 uint8_t *ov,
Dvp9_resize.c842 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame420() argument
849 ov, oheight / 2, owidth / 2, ouv_stride); in vp9_resize_frame420()
857 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame422() argument
864 ov, oheight, owidth / 2, ouv_stride); in vp9_resize_frame422()
872 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame444() argument
879 ov, oheight, owidth, ouv_stride); in vp9_resize_frame444()
889 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_highbd_resize_frame420() argument
896 ov, oheight / 2, owidth / 2, ouv_stride, bd); in vp9_highbd_resize_frame420()
904 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_highbd_resize_frame422() argument
911 ov, oheight, owidth / 2, ouv_stride, bd); in vp9_highbd_resize_frame422()
[all …]
/external/clang/test/SemaCXX/
Ddeleted-function.cpp14 void ov(int) {} // expected-note {{candidate function}} in ov() function
15 void ov(double) = delete; // expected-note {{candidate function has been explicitly deleted}}
28 ov(1); in test()
29 ov(1.0); // expected-error {{call to deleted function 'ov'}} in test()
/external/eigen/bench/
Dspmv.cpp135 oski_vecview_t ov, ores; in main() local
139 ov = oski_CreateVecView(dv.data(), cols, STRIDE_UNIT); in main()
142 SPMV_BENCH( oski_MatMult(om, OP_NORMAL, 1, ov, 0, ores) ); in main()
145 SPMV_BENCH( oski_MatMult(om, OP_TRANS, 1, ov, 0, ores) ); in main()
156 SPMV_BENCH( oski_MatMult(om, OP_NORMAL, 1, ov, 0, ores) ); in main()
159 SPMV_BENCH( oski_MatMult(om, OP_TRANS, 1, ov, 0, ores) ); in main()
164 oski_DestroyVecView(ov); in main()
/external/bison/runtime-po/
Dsv.po39 msgstr "syntaxfel, oväntad %s"
44 msgstr "syntaxfel, oväntad %s, förväntade %s"
49 msgstr "syntaxfel, oväntad %s, förväntade %s eller %s"
54 msgstr "syntaxfel, oväntad %s, förväntade %s eller %s eller %s"
59 msgstr "syntaxfel, oväntad %s, förväntade %s eller %s eller %s eller %s"
/external/compiler-rt/test/asan/TestCases/Windows/
Dbind_io_completion_callback.cc39 OVERLAPPED ov; variable
61 if (!ReadFile(file, buffer, sizeof(buffer), NULL, &ov) && in main()
/external/emma/core/java12/com/vladium/emma/instr/
DinstrCommand.java109 final String ov = opt.getFirstValue (); in run() local
111 … final InstrProcessor.OutMode outMode = InstrProcessor.OutMode.nameToMode (ov); in run()
115 … "invalid '" + opts [o].getName () + "' option value: " + ov); in run()
DInstrVisitor.java753 int iv, ov; in visit() local
783 ov = (code [scan] << 8) | (0xFF & code [++ scan]); in visit()
785 final int target = ip + ov; in visit()
799 ov = (code [scan] << 8) | (0xFF & code [++ scan]); in visit()
801 final int target = ip + ov; in visit()
814ov = (code [scan] << 24) | ((0xFF & code [++ scan]) << 16) | ((0xFF & code [++ scan]) << 8) | (0xF… in visit()
815 leaders.add (ip + ov); in visit()
823 targets [0] = ip + ov; in visit()
835ov = (code [++ scan] << 24) | ((0xFF & code [++ scan]) << 16) | ((0xFF & code [++ scan]) << 8) | (… in visit()
836 targets [p + 1] = ip + ov; in visit()
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c237 const OverlayInfo *ov = overlay_info + i; in level_of_visual() local
238 if (ov->overlay_visual == vinfo->visualid) { in level_of_visual()
240 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) { in level_of_visual()
241 int level = ov->layer; in level_of_visual()
495 const OverlayInfo *ov = overlay_info + i; in transparent_pixel() local
496 if (ov->overlay_visual == vinfo->visualid) { in transparent_pixel()
498 if (ov->transparent_type == 0) { in transparent_pixel()
506 return ov->value; in transparent_pixel()
741 const OverlayInfo *ov = overlay_info + i; in choose_x_overlay_visual() local
745 if (ov->layer!=level) { in choose_x_overlay_visual()
[all …]
/external/icu/icu4c/source/data/unit/
Dsk.txt53 other{"{0} stupňov"}
316 other{"{0} týždňov"}
696 dnam{"palce ortuťového stĺpca"}
697 few{"{0} palce ortuťového stĺpca"}
698 many{"{0} palca ortuťového stĺpca"}
699 one{"{0} palec ortuťového stĺpca"}
700 other{"{0} palcov ortuťového stĺpca"}
710 dnam{"milimetre ortuťového stĺpca"}
711 few{"{0} milimetre ortuťového stĺpca"}
712 many{"{0} milimetra ortuťového stĺpca"}
[all …]
/external/fonttools/Lib/fontTools/
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
/external/clang/lib/CodeGen/
DCodeGenFunction.h789 OpaqueValueMappingData(const OpaqueValueExpr *ov, in OpaqueValueMappingData() argument
791 : OpaqueValue(ov), BoundLValue(boundLValue) {} in OpaqueValueMappingData()
807 const OpaqueValueExpr *ov, in bind() argument
809 if (shouldBindAsLValue(ov)) in bind()
810 return bind(CGF, ov, CGF.EmitLValue(e)); in bind()
811 return bind(CGF, ov, CGF.EmitAnyExpr(e)); in bind()
815 const OpaqueValueExpr *ov, in bind() argument
817 assert(shouldBindAsLValue(ov)); in bind()
818 CGF.OpaqueLValues.insert(std::make_pair(ov, lv)); in bind()
819 return OpaqueValueMappingData(ov, true); in bind()
[all …]
DCGExpr.cpp3988 if (const auto *ov = dyn_cast<OpaqueValueExpr>(semantic)) { in emitPseudoObjectExpr() local
3994 if (ov == resultExpr && ov->isRValue() && !forLValue && in emitPseudoObjectExpr()
3995 CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) { in emitPseudoObjectExpr()
3996 CGF.EmitAggExpr(ov->getSourceExpr(), slot); in emitPseudoObjectExpr()
3998 LValue LV = CGF.MakeAddrLValue(slot.getAddress(), ov->getType(), in emitPseudoObjectExpr()
4000 opaqueData = OVMA::bind(CGF, ov, LV); in emitPseudoObjectExpr()
4005 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr()); in emitPseudoObjectExpr()
4008 if (ov == resultExpr) { in emitPseudoObjectExpr()
4010 result.LV = CGF.EmitLValue(ov); in emitPseudoObjectExpr()
4012 result.RV = CGF.EmitAnyExpr(ov, slot); in emitPseudoObjectExpr()
/external/google-breakpad/src/client/mac/sender/sv.lproj/
DLocalizable.strings2 "crashDialogHeader" = "Programmet %@ har oväntat avslutats.";
/external/dhcpcd-6.8.2/
Ddhcp-common.c803 int ov; in dhcp_envoption() local
861 ov = strcmp(opt->var, eopt->var); in dhcp_envoption()
863 pfx, eopt, ov, od, e, ifname)) in dhcp_envoption()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_kdt_posp.pkb23 I��F��=L7J���Q����L�a�����'M'k'{�O +v����*Q:�;t��[��$�$��*�4�b��}����m� "eJ�4���ov5ɱ …
35 …������0���"(s��/�1�3�5�8w���+ �@�͡�����@^�Ft^t�|�R(���F]�F<4�wv5��wv�"P��j"twjB$�]�ov��R…
/external/ImageMagick/PerlMagick/t/reference/filter/
DDespeckle.miff15ov�ea��IW�GS�HU�HR�CB�@?�@7�>2�<0�<0�:/�9/�91�80�9.�9+�:,�8.�70�40�50�60�6.�8/�;0�EB�FC�>3�?0�>0�?…

123