Home
last modified time | relevance | path

Searched refs:vf1 (Results 1 – 6 of 6) sorted by relevance

/external/stlport/test/unit/
Dmfunptr_test.cpp48 void vf1(S1&);
59 void vf1(const S1&);
85 ptr_fun(vf1)(s1); in mem_ptr_fun() local
99 mem_fun(&Class::vf1)(&obj, s1); in mem_ptr_fun()
119 mem_fun_ref(&Class::vf1)(obj, s1); in mem_ptr_fun() local
143 void vf1(S1&) in vf1() function
164 void Class::vf1(const S1&) in vf1() function in Class
/external/clang/test/CodeGenCXX/
Dmember-function-pointer-calls.cpp4 virtual int vf1() { return 1; } in vf1() function
18 return f(&a, &A::vf1); in g1()
Dmember-function-pointers.cpp10 struct A { int a; void f(); virtual void vf1(); virtual void vf2(); };
24 void (A::*pa3)() = &A::vf1;
34 void (A::*pc3)() = &A::vf1;
65 void (A::*pa3)() = &A::vf1; in f2()
/external/libvorbis/lib/
Dvorbisfile.c2142 int ov_crosslap(OggVorbis_File *vf1, OggVorbis_File *vf2){ in ov_crosslap() argument
2149 if(vf1==vf2)return(0); /* degenerate case */ in ov_crosslap()
2150 if(vf1->ready_state<OPENED)return(OV_EINVAL); in ov_crosslap()
2157 ret=_ov_initset(vf1); in ov_crosslap()
2162 vi1=ov_info(vf1,-1); in ov_crosslap()
2164 hs1=ov_halfrate_p(vf1); in ov_crosslap()
2170 w1=vorbis_window(&vf1->vd,0); in ov_crosslap()
2176 _ov_getlap(vf1,vi1,&vf1->vd,lappcm,n1); in ov_crosslap()
/external/libvorbis/include/vorbis/
Dvorbisfile.h196 extern int ov_crosslap(OggVorbis_File *vf1,OggVorbis_File *vf2);
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c8708 vector float vf1 = (vector float)(1.0); in test7() local
8710 res_i = (vf1 == vf2); in test7()
8714 res_i = (vf1 != vf2); in test7()
8718 res_i = (vf1 < vf2); in test7()
8722 res_i = (vf1 > vf2); in test7()
8726 res_i = (vf1 <= vf2); in test7()
8730 res_i = (vf1 >= vf2); in test7()