Home
last modified time | relevance | path

Searched defs:vf (Results 1 – 16 of 16) sorted by relevance

/external/tremolo/Tremolo/
Dvorbisfile.c91 static long _get_data(OggVorbis_File *vf){ in _get_data()
104 static void _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ in _seek_helper()
130 static ogg_int64_t _get_next_page(OggVorbis_File *vf,ogg_page *og, in _get_next_page()
169 static ogg_int64_t _get_prev_page(OggVorbis_File *vf,ogg_page *og){ in _get_prev_page()
205 static int _bisect_forward_serialno(OggVorbis_File *vf, in _bisect_forward_serialno()
261 static int _decode_clear(OggVorbis_File *vf){ in _decode_clear()
281 static int _fetch_headers(OggVorbis_File *vf, in _fetch_headers()
348 static int _set_link_number(OggVorbis_File *vf,int link){ in _set_link_number()
360 static int _set_link_number_preserve_pos(OggVorbis_File *vf,int link){ in _set_link_number_preserve_pos()
379 static void _prefetch_all_offsets(OggVorbis_File *vf, ogg_int64_t dataoffset){ in _prefetch_all_offsets()
[all …]
/external/clang/test/CodeGen/
Daltivec.c11 vector float vf; in test2() local
29 vector float vf; in test3() local
Dbuiltins-ppc-altivec.c13 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
/external/valgrind/main/VEX/priv/
Dguest_arm_helpers.c85 UInt vf = lshift( (res ^ argL) & (res ^ argR), in armg_calculate_flags_nzcv() local
101 UInt vf = lshift( (argL ^ argR) & (argL ^ res), in armg_calculate_flags_nzcv() local
118 UInt vf = lshift( (res ^ argL) & (res ^ argR), in armg_calculate_flags_nzcv() local
135 UInt vf = lshift( (argL ^ argR) & (argL ^ res), in armg_calculate_flags_nzcv() local
150 UInt vf = lshift( oldV & 1, ARMG_CC_SHIFT_V ); in armg_calculate_flags_nzcv() local
161 UInt vf = lshift( oldV & 1, ARMG_CC_SHIFT_V ); in armg_calculate_flags_nzcv() local
173 UInt vf = lshift( oldV & 1, ARMG_CC_SHIFT_V ); in armg_calculate_flags_nzcv() local
230 UInt nf, zf, vf, cf, nzcv, inv; in armg_calculate_condition() local
/external/clang/test/SemaCXX/
Daltivec.cpp16 vector float vf; in test_vec_step() local
62 vector float vf; in test2() local
Ddestructor.cpp227 VF vf; use(vf); in nowarnstack() local
290 VF* vf = new VF(); in nowarn0() local
328 simple_ptr<VF> vf(new VF()); in nowarn1() local
/external/clang/test/Sema/
Daltivec-init.c21 vector float vf; in foo() local
/external/clang/test/CodeGenCXX/
Dconstructor-for-array-members.cpp10 float vf = 1.00; variable
/external/kernel-headers/original/linux/
Dif_link.h258 __u32 vf; member
263 __u32 vf; member
269 __u32 vf; member
274 __u32 vf; member
/external/iproute2/include/linux/
Dif_link.h255 __u32 vf; member
260 __u32 vf; member
266 __u32 vf; member
271 __u32 vf; member
/external/iproute2/ip/
Diplink.c179 int iplink_parse_vf(int vf, int *argcp, char ***argvp, in iplink_parse_vf()
254 int vf = -1; in iplink_parse() local
Dipaddress.c195 struct rtattr *vf[IFLA_VF_MAX+1]; in print_vfinfo() local
/external/quake/quake/src/WinQuake/
Dmathlib.cpp101 vec3_t vr, vup, vf; in RotatePointAroundVector() local
/external/quake/quake/src/QW/client/
Dmathlib.c101 vec3_t vr, vup, vf; in RotatePointAroundVector() local
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_video.c701 SDL_PixelFormat *vf = mode->format; in SDL_SetVideoMode() local
938 SDL_PixelFormat *vf; in SDL_DisplayFormatAlpha() local
/external/libvpx/vp8/encoder/
Dvariance.h404 vp8_variance_fn_t vf; member