/external/tremolo/Tremolo/ |
D | vorbisfile.c | 91 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/ |
D | vorbisfile.c | 67 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/ |
D | altivec.c | 20 vector float vf; in test2() local 38 vector float vf; in test3() local
|
D | builtins-ppc-altivec.c | 16 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
|
/external/eigen/test/eigen2/ |
D | eigen2_mixingtypes.cpp | 37 Vec_f vf(size,1); in mixingtypes() local 53 mcf*vf; in mixingtypes() local
|
/external/eigen/bench/ |
D | bench_norm.cpp | 239 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/ |
D | guest_arm_helpers.c | 363 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
|
D | guest_arm64_helpers.c | 468 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/ |
D | submodules.cpp | 16 vector<float> vf; variable
|
/external/libvorbis/examples/ |
D | vorbisfile_example.c | 36 OggVorbis_File vf; in main() local
|
/external/clang/test/SemaCXX/ |
D | altivec.cpp | 16 vector float vf; in test_vec_step() local 62 vector float vf; in test2() local
|
D | destructor.cpp | 240 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/ |
D | altivec-init.c | 21 vector float vf; in foo() local
|
D | ext_vector_casts.c | 99 float2 vf = f; in splats() local
|
/external/clang/test/CodeGenCXX/ |
D | constructor-for-array-members.cpp | 9 float vf = 1.00; variable
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_variance.h | 90 vp9_variance_fn_t vf; member
|
/external/eigen/test/ |
D | mixingtypes.cpp | 43 Vec_f vf = Vec_f::Random(size,1); in mixingtypes() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
D | variance.h | 106 vp8_variance_fn_t vf; member
|
/external/libvpx/libvpx/vp8/common/ |
D | variance.h | 106 vp8_variance_fn_t vf; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_variance.h | 92 vp9_variance_fn_t vf; member
|
/external/pixman/test/ |
D | matrix-test.c | 89 pixman_vector_f128_t vf, result_f; in test_matrix() local
|
/external/iproute2/include/linux/ |
D | if_link.h | 288 __u32 vf; member 293 __u32 vf; member 299 __u32 vf; member 304 __u32 vf; member
|
/external/kernel-headers/original/uapi/linux/ |
D | if_link.h | 410 __u32 vf; member 415 __u32 vf; member 421 __u32 vf; member 426 __u32 vf; member 438 __u32 vf; member
|
/external/iproute2/ip/ |
D | iplink.c | 194 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/ |
D | ieee802_1x_secy_ops.c | 21 enum validate_frames vf) in secy_cp_control_validate_frames()
|