Home
last modified time | relevance | path

Searched defs:vf (Results 1 – 19 of 19) 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.c20 vector float vf; in test2() local
38 vector float vf; in test3() local
Dbuiltins-ppc-altivec.c13 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
/external/clang/test/Modules/
Dsubmodules.cpp15 vector<float> vf; variable
/external/valgrind/main/VEX/priv/
Dguest_arm_helpers.c362 UInt vf = (cc_dep1 >> ARMG_CC_SHIFT_V) & 1; in armg_calculate_flag_v() local
370 UInt vf = ((res ^ argL) & (res ^ argR)) >> 31; in armg_calculate_flag_v() local
378 UInt vf = ((argL ^ argR) & (argL ^ res)) >> 31; in armg_calculate_flag_v() local
388 UInt vf = ((res ^ argL) & (res ^ argR)) >> 31; in armg_calculate_flag_v() local
398 UInt vf = ((argL ^ argR) & (argL ^ res)) >> 31; in armg_calculate_flag_v() local
405 UInt vf = oldV; in armg_calculate_flag_v() local
412 UInt vf = oldV; in armg_calculate_flag_v() local
419 UInt vf = oldV; in armg_calculate_flag_v() local
475 UInt nf, zf, vf, cf, 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/llvm/include/llvm/ADT/
DHashing.h237 uint64_t vf = a + z; in hash_33to64_bytes() local
/external/openssl/crypto/srp/
Dsrp_vfy.c529 char *vf; in SRP_create_verifier() local
/external/quake/quake/src/QW/client/
Dmathlib.c101 vec3_t vr, vup, vf; in RotatePointAroundVector() local
/external/quake/quake/src/WinQuake/
Dmathlib.cpp101 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