Home
last modified time | relevance | path

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

12

/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/libvorbis/lib/
Dvorbisfile.c67 static long _get_data(OggVorbis_File *vf){ in _get_data()
81 static int _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ in _seek_helper()
108 static ogg_int64_t _get_next_page(OggVorbis_File *vf,ogg_page *og, in _get_next_page()
146 static ogg_int64_t _get_prev_page(OggVorbis_File *vf,ogg_page *og){ in _get_prev_page()
223 static ogg_int64_t _get_prev_page_serial(OggVorbis_File *vf, in _get_prev_page_serial()
281 static int _fetch_headers(OggVorbis_File *vf,vorbis_info *vi,vorbis_comment *vc, in _fetch_headers()
421 static ogg_int64_t _initial_pcmoffset(OggVorbis_File *vf, vorbis_info *vi){ in _initial_pcmoffset()
465 static int _bisect_forward_serialno(OggVorbis_File *vf, in _bisect_forward_serialno()
596 static int _make_decode_ready(OggVorbis_File *vf){ in _make_decode_ready()
613 static int _open_seekable2(OggVorbis_File *vf){ in _open_seekable2()
[all …]
/external/clang/test/CodeGen/
Daltivec.c20 vector float vf; in test2() local
38 vector float vf; in test3() local
Dbuiltins-ppc-altivec.c16 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
/external/eigen/test/eigen2/
Deigen2_mixingtypes.cpp37 Vec_f vf(size,1); in mixingtypes() local
53 mcf*vf; in mixingtypes() local
/external/eigen/bench/
Dbench_norm.cpp239 VectorXf vf = VectorXf::Ones(s) * yf; in check_accuracy() local
254 VectorXf vf(s); in check_accuracy_var() local
319 VectorXf vf = VectorXf::Random(1024*1024*32) * y; in main() local
334 VectorXf vf = VectorXf::Random(512) * y; in main() local
/external/valgrind/main/VEX/priv/
Dguest_arm_helpers.c363 UInt vf = (cc_dep1 >> ARMG_CC_SHIFT_V) & 1; in armg_calculate_flag_v() local
371 UInt vf = ((res ^ argL) & (res ^ argR)) >> 31; in armg_calculate_flag_v() local
379 UInt vf = ((argL ^ argR) & (argL ^ res)) >> 31; in armg_calculate_flag_v() local
389 UInt vf = ((res ^ argL) & (res ^ argR)) >> 31; in armg_calculate_flag_v() local
399 UInt vf = ((argL ^ argR) & (argL ^ res)) >> 31; in armg_calculate_flag_v() local
406 UInt vf = oldV; in armg_calculate_flag_v() local
413 UInt vf = oldV; in armg_calculate_flag_v() local
420 UInt vf = oldV; in armg_calculate_flag_v() local
476 UInt nf, zf, vf, cf, inv; in armg_calculate_condition() local
Dguest_arm64_helpers.c468 ULong vf = (cc_dep1 >> ARM64G_CC_SHIFT_V) & 1; in arm64g_calculate_flag_v() local
476 ULong vf = (ULong)(((res ^ argL) & (res ^ argR)) >> 31); in arm64g_calculate_flag_v() local
484 ULong vf = ((res ^ argL) & (res ^ argR)) >> 63; in arm64g_calculate_flag_v() local
492 ULong vf = (ULong)(((argL ^ argR) & (argL ^ res)) >> 31); in arm64g_calculate_flag_v() local
500 ULong vf = (((argL ^ argR) & (argL ^ res))) >> 63; in arm64g_calculate_flag_v() local
510 ULong vf = ((res ^ argL) & (res ^ argR)) >> 31; in arm64g_calculate_flag_v() local
520 ULong vf = ((res ^ argL) & (res ^ argR)) >> 63; in arm64g_calculate_flag_v() local
530 ULong vf = ((argL ^ argR) & (argL ^ res)) >> 31; in arm64g_calculate_flag_v() local
540 ULong vf = ((argL ^ argR) & (argL ^ res)) >> 63; in arm64g_calculate_flag_v() local
617 ULong nf, zf, vf, cf; in arm64g_calculate_condition() local
/external/clang/test/Modules/
Dsubmodules.cpp16 vector<float> vf; variable
/external/libvorbis/examples/
Dvorbisfile_example.c36 OggVorbis_File vf; in main() local
/external/clang/test/SemaCXX/
Daltivec.cpp16 vector float vf; in test_vec_step() local
62 vector float vf; in test2() local
Ddestructor.cpp240 VF vf; use(vf); in nowarnstack() local
303 VF* vf = new VF(); in nowarn0() local
341 simple_ptr<VF> vf(new VF()); in nowarn1() local
/external/clang/test/Sema/
Daltivec-init.c21 vector float vf; in foo() local
Dext_vector_casts.c99 float2 vf = f; in splats() local
/external/clang/test/CodeGenCXX/
Dconstructor-for-array-members.cpp9 float vf = 1.00; variable
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_variance.h90 vp9_variance_fn_t vf; member
/external/eigen/test/
Dmixingtypes.cpp43 Vec_f vf = Vec_f::Random(size,1); in mixingtypes() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Dvariance.h106 vp8_variance_fn_t vf; member
/external/libvpx/libvpx/vp8/common/
Dvariance.h106 vp8_variance_fn_t vf; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_variance.h92 vp9_variance_fn_t vf; member
/external/pixman/test/
Dmatrix-test.c89 pixman_vector_f128_t vf, result_f; in test_matrix() local
/external/iproute2/include/linux/
Dif_link.h288 __u32 vf; member
293 __u32 vf; member
299 __u32 vf; member
304 __u32 vf; member
/external/kernel-headers/original/uapi/linux/
Dif_link.h410 __u32 vf; member
415 __u32 vf; member
421 __u32 vf; member
426 __u32 vf; member
438 __u32 vf; member
/external/iproute2/ip/
Diplink.c194 int iplink_parse_vf(int vf, int *argcp, char ***argvp, in iplink_parse_vf()
281 int vf = -1; in iplink_parse() local
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_secy_ops.c21 enum validate_frames vf) in secy_cp_control_validate_frames()

12