HomeSort by relevance Sort by last modified time
    Searched refs:vf (Results 1 - 25 of 41) sorted by null

1 2

  /external/tremolo/Tremolo/
vorbisfile.c 91 static long _get_data(OggVorbis_File *vf){
93 if(vf->datasource){
94 unsigned char *buffer=ogg_sync_bufferin(vf->oy,CHUNKSIZE);
95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
96 if(bytes>0)ogg_sync_wrote(vf->oy,bytes);
104 static void _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){
105 if(vf->datasource){
106 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET)
    [all...]
ivorbisfile.h 100 extern int ov_clear(OggVorbis_File *vf);
101 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
105 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
108 extern int ov_test_open(OggVorbis_File *vf);
110 extern long ov_bitrate(OggVorbis_File *vf,int i);
111 extern long ov_bitrate_instant(OggVorbis_File *vf);
112 extern long ov_streams(OggVorbis_File *vf);
113 extern long ov_seekable(OggVorbis_File *vf);
    [all...]
  /external/clang/test/CodeGen/
altivec.c 11 vector float vf; local
13 vf = (vector float)(1.0); // CHECK: <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
29 vector float vf; local
30 vf++; // CHECK: fadd <4 x float> {{.*}} <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
builtins-ppc-altivec.c 13 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
56 vf = vec_abs(vf); // CHECK: and <4 x i32>
87 res_vf = vec_add(vf, vf); // CHECK: fadd <4 x float>
106 res_vf = vec_vaddfp(vf, vf); // CHECK: fadd <4 x float>
255 res_vf = vec_andc(vf, vf); // CHECK: xor <4 x i32>
258 res_vf = vec_andc(vbi, vf); // CHECK: xor <4 x i32
    [all...]
  /frameworks/base/tools/localize/
ValuesFile_test.cpp 10 ValuesFile* vf = ValuesFile::ParseFile("testdata/values/strings.xml", config, local
13 const set<StringResource>& strings = vf->GetStrings();
14 string canonical = vf->ToString();
52 delete vf;
ValuesFile.cpp 29 ArrayHandler(ValuesFile* vf, int version, const string& versionString, const string& id);
45 ArrayHandler::ArrayHandler(ValuesFile* vf, int version, const string& versionString,
47 :m_vf(vf),
91 ValuesHandler(ValuesFile* vf, int version, const string& versionString);
105 ValuesHandler::ValuesHandler(ValuesFile* vf, int version, const string& versionString)
106 :m_vf(vf),
  /external/clang/test/SemaCXX/
altivec.cpp 16 vector float vf; local
31 int res12[vec_step(vf) == 4 ? 1 : -1];
62 vector float vf; local
63 vf++;
destructor.cpp 194 struct VF final: VB {};
227 VF vf; use(vf); local
290 VF* vf = new VF(); local
291 delete vf;
328 simple_ptr<VF> vf(new VF())
    [all...]
  /sdk/eclipse/scripts/
create_bridge_symlinks.sh 34 cp -vf "out/host/windows-x86/framework/layoutlib.jar" "$1"
create_traceview_symlinks.sh 40 cp -vf out/host/windows-x86/framework/$LIB.jar "$DEST/"
create_adt_symlinks.sh 63 cp -vf out/host/windows-x86/framework/$LIB.jar "$DEST/"
create_test_symlinks.sh 60 cp -vf out/host/windows-x86/framework/$LIB.jar "$DEST/"
  /external/clang/test/CodeGenCXX/
constructor-for-array-members.cpp 10 float vf = 1.00; variable
13 S() : iS(i++), f1(vf++) {printf("S::S()\n");}
  /external/clang/test/Sema/
altivec-init.c 21 vector float vf; local
22 vf = (vector float)(1.0);
  /external/clang/test/Parser/
cxx-class.cpp 22 virtual int vf() const volatile = 0;
  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 83 // CF and VF need verification
85 UInt vf = lshift( (res ^ argL) & (res ^ argR), local
89 // argL, argR, nf, zf, cf, vf);
90 return nf | zf | cf | vf;
101 UInt vf = lshift( (argL ^ argR) & (argL ^ res), local
105 // argL, argR, nf, zf, cf, vf);
106 return nf | zf | cf | vf;
118 UInt vf = lshift( (res ^ argL) & (res ^ argR), local
122 // argL, argR, nf, zf, cf, vf);
123 return nf | zf | cf | vf;
135 UInt vf = lshift( (argL ^ argR) & (argL ^ res), local
150 UInt vf = lshift( oldV & 1, ARMG_CC_SHIFT_V ); local
161 UInt vf = lshift( oldV & 1, ARMG_CC_SHIFT_V ); local
173 UInt vf = lshift( oldV & 1, ARMG_CC_SHIFT_V ); local
230 UInt nf, zf, vf, cf, nzcv, inv; local
    [all...]
  /bionic/libc/kernel/common/linux/
if_link.h 221 __u32 vf; member in struct:ifla_vf_mac
226 __u32 vf; member in struct:ifla_vf_vlan
232 __u32 vf; member in struct:ifla_vf_tx_rate
237 __u32 vf; member in struct:ifla_vf_info
  /external/iproute2/include/linux/
if_link.h 255 __u32 vf; member in struct:ifla_vf_mac
260 __u32 vf; member in struct:ifla_vf_vlan
266 __u32 vf; member in struct:ifla_vf_tx_rate
271 __u32 vf; member in struct:ifla_vf_info
278 /* VF ports management section
  /external/kernel-headers/original/linux/
if_link.h 258 __u32 vf; member in struct:ifla_vf_mac
263 __u32 vf; member in struct:ifla_vf_vlan
269 __u32 vf; member in struct:ifla_vf_tx_rate
274 __u32 vf; member in struct:ifla_vf_info
281 /* VF ports management section
  /external/quake/quake/src/QW/client/
mathlib.c 101 vec3_t vr, vup, vf; local
103 vf[0] = dir[0];
104 vf[1] = dir[1];
105 vf[2] = dir[2];
108 CrossProduct( vr, vf, vup );
118 m[0][2] = vf[0];
119 m[1][2] = vf[1];
120 m[2][2] = vf[2];
  /external/quake/quake/src/WinQuake/
mathlib.cpp 101 vec3_t vr, vup, vf; local
103 vf[0] = dir[0];
104 vf[1] = dir[1];
105 vf[2] = dir[2];
108 CrossProduct( vr, vf, vup );
118 m[0][2] = vf[0];
119 m[1][2] = vf[1];
120 m[2][2] = vf[2];
  /external/libvpx/vp8/encoder/
mcomp.h 44 const vp8_variance_fn_ptr_t *vf,
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 1921 final Rect vf = mTmpVisibleFrame; local
2109 final Rect vf = mTmpVisibleFrame; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 262 SDL_PixelFormat *vf = SDL_VideoSurface->format;
263 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
265 0, vf->palette->ncolors, vf->palette->colors);
701 SDL_PixelFormat *vf = mode->format; local
702 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
703 video->SetColors(this, 0, vf->palette->ncolors,
704 vf->palette->colors)
938 SDL_PixelFormat *vf; local
    [all...]
  /external/iproute2/ip/
iplink.c 71 fprintf(stderr, " [ vf NUM [ mac LLADDR ]\n");
179 int iplink_parse_vf(int vf, int *argcp, char ***argvp,
193 ivm.vf = vf;
204 ivv.vf = vf;
225 ivt.vf = vf;
254 int vf = -1; local
352 } else if (strcmp(*argv, "vf") == 0)
    [all...]

Completed in 714 milliseconds

1 2