HomeSort by relevance Sort by last modified time
    Searched defs:ov (Results 1 - 25 of 34) sorted by null

1 2

  /external/compiler-rt/test/Unit/
mulodi4_test.c 21 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);
mulosi4_test.c 25 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);
muloti4_test.c 27 int ov; local
28 ti_int x = __muloti4(a, b, &ov);
29 if (ov != expected_overflow) {
40 ov, expected_overflow);
  /external/libvorbis/examples/
chaining_example.c 28 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,i))
    [all...]
seeking_example.c 28 void _verify(OggVorbis_File *ov,
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/eigen/bench/
spmv.cpp 135 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/
deleted-function.cpp 14 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'}}
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 65 overlay::Overlay& ov = *(ctx->mOverlay); local
71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy);
93 ov.setSource(parg, dest);
101 ov.setCrop(dcrop, dest);
106 ov.setTransform(orient, dest);
116 ov.setPosition(dpos, dest);
119 if (!ov.commit(dest)) {
133 overlay::Overlay& ov = *(ctx->mOverlay); local
135 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) {
169 overlay::Overlay& ov = *(ctx->mOverlay) local
270 overlay::Overlay& ov = *(ctx->mOverlay); local
    [all...]
hwc_mdpcomp.cpp 315 overlay::Overlay& ov = *ctx->mOverlay; local
320 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy);
327 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy);
337 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy);
627 overlay::Overlay& ov = *ctx->mOverlay; local
629 int numAvailable = ov.availablePipes(mDpy);
897 overlay::Overlay& ov = *ctx->mOverlay; local
940 if (!ov.queueBuffer(fd, offset, dest)) {
1001 overlay::Overlay& ov = *ctx->mOverlay; local
1087 overlay::Overlay& ov = *ctx->mOverlay; local
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 157 "good ov info");
170 mdp_overlay ov; local
171 ov.id = mOVInfo.id;
172 if (!mdp_wrapper::getOverlay(mFd.getFD(), ov)) {
176 mOVInfo = ov;
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_fbupdate.cpp 65 overlay::Overlay& ov = *(ctx->mOverlay); local
71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy);
93 ov.setSource(parg, dest);
101 ov.setCrop(dcrop, dest);
106 ov.setTransform(orient, dest);
116 ov.setPosition(dpos, dest);
119 if (!ov.commit(dest)) {
133 overlay::Overlay& ov = *(ctx->mOverlay); local
135 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) {
169 overlay::Overlay& ov = *(ctx->mOverlay) local
270 overlay::Overlay& ov = *(ctx->mOverlay); local
    [all...]
hwc_mdpcomp.cpp 310 overlay::Overlay& ov = *ctx->mOverlay; local
315 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy);
322 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy);
332 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy);
616 overlay::Overlay& ov = *ctx->mOverlay; local
618 int numAvailable = ov.availablePipes(mDpy);
886 overlay::Overlay& ov = *ctx->mOverlay; local
929 if (!ov.queueBuffer(fd, offset, dest)) {
990 overlay::Overlay& ov = *ctx->mOverlay; local
1076 overlay::Overlay& ov = *ctx->mOverlay; local
    [all...]
  /hardware/qcom/display/msm8x26/liboverlay/
overlayMdp.cpp 157 "good ov info");
170 mdp_overlay ov; local
171 ov.id = mOVInfo.id;
172 if (!mdp_wrapper::getOverlay(mFd.getFD(), ov)) {
176 mOVInfo = ov;
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 109 final String ov = opt.getFirstValue (); local
111 final InstrProcessor.OutMode outMode = InstrProcessor.OutMode.nameToMode (ov);
115 "invalid '" + opts [o].getName () + "' option value: " + ov);
InstrVisitor.java 753 int iv, ov; local
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 71 overlay::Overlay& ov = *(ctx->mOverlay); local
92 ovutils::eDest dest = ov.nextPipe(type, mDpy, Overlay::MIXER_DEFAULT);
114 ov.setSource(parg, dest);
122 ov.setCrop(dcrop, dest);
127 ov.setTransform(orient, dest);
142 ov.setPosition(dpos, dest);
145 if (!ov.commit(dest)) {
159 overlay::Overlay& ov = *(ctx->mOverlay); local
161 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) {
195 overlay::Overlay& ov = *(ctx->mOverlay) local
320 overlay::Overlay& ov = *(ctx->mOverlay); local
    [all...]
hwc_mdpcomp.cpp 311 overlay::Overlay& ov = *ctx->mOverlay; local
316 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy, mixer);
322 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy, mixer);
332 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy, mixer);
968 overlay::Overlay& ov = *ctx->mOverlay; local
970 int availPipes = ov.availablePipes(mDpy, Overlay::MIXER_DEFAULT);
1039 overlay::Overlay& ov = *ctx->mOverlay; local
1126 overlay::Overlay& ov = *ctx->mOverlay; local
1244 overlay::Overlay& ov = *ctx->mOverlay; local
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.cpp 193 "good ov info");
206 mdp_overlay ov; local
207 ov.id = mOVInfo.id;
208 if (!mdp_wrapper::getOverlay(mFd.getFD(), ov)) {
212 mOVInfo = ov;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ObservableTest.java 80 Observable ov = new Observable(); local
81 assertTrue("Wrong initial values.", !ov.hasChanged());
82 assertEquals("Wrong initial values.", 0, ov.countObservers());
  /external/qemu/block/
raw-win32.c 112 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.Offset = offset
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ObservableTest.java 85 Observable ov = new Observable(); local
86 assertTrue("Wrong initial values.", !ov.hasChanged());
87 assertEquals("Wrong initial values.", 0, ov.countObservers());
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 7214 ov = orderval << 4 variable
    [all...]
  /external/icu4c/test/cintltst/
cintltst.c 705 UVersionInfo ov; local
706 ov[0] = (uint8_t)major;
707 ov[1] = (uint8_t)minor;
708 ov[2] = (uint8_t)milli;
709 ov[3] = 0;
711 return uprv_memcmp(iv, ov, U_MAX_VERSION_LENGTH) < 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 237 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->value
741 const OverlayInfo *ov = overlay_info + i; local
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1822 UVersionInfo ov = { (uint8_t)major, (uint8_t)minor, (uint8_t)milli, 0 }; local
    [all...]

Completed in 1100 milliseconds

1 2