/aosp_15_r20/external/tremolo/Tremolo/ |
H A 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 …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_formats.c | 48 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_rt_format_supported() local 59 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_get_rt_format() local 71 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_tex_format_supported() local 79 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_get_tex_format() local 91 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_get_tex_return_size() local 109 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_get_tex_return_channels() local 120 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_get_format_swizzle() local 136 const struct v3d_format *vf = v3d_X(devinfo, get_format_desc)(f); in v3d_format_supports_tlb_msaa_resolve() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_mem.cpp | 174 auto& vf = shader.value_factory(); in emit_atomic_op2() local 232 auto& vf = shader.value_factory(); in emit_atomic_read() local 269 auto& vf = shader.value_factory(); in emit_atomic_inc() local 309 auto& vf = shader.value_factory(); in emit_atomic_pre_dec() local 527 auto& vf = shader.value_factory(); in emit_ssbo_load() local 567 auto& vf = shader.value_factory(); in emit_global_store() local 611 auto& vf = shader.value_factory(); in emit_ssbo_store() local 652 auto& vf = shader.value_factory(); in emit_ssbo_atomic_op() local 730 auto& vf = shader.value_factory(); in emit_ssbo_size() local 747 auto& vf = shader.value_factory(); in emit_image_store() local [all …]
|
H A D | sfn_shader_fs.cpp | 54 auto& vf = value_factory(); in load_input() local 176 auto& vf = value_factory(); in load_interpolated_input() local 282 auto& vf = value_factory(); in emit_load_sample_mask_in() local 299 auto& vf = value_factory(); in emit_load_helper_invocation() local 626 auto& vf = value_factory(); in allocate_interpolators_or_inputs() local 649 auto& vf = value_factory(); in load_input_hw() local 687 auto& vf = value_factory(); in load_input_hw() local 747 auto& vf = value_factory(); in process_stage_intrinsic_hw() local 769 auto& vf = value_factory(); in load_interpolated_input_hw() local 857 auto& vf = value_factory(); in load_barycentric_at_sample() local [all …]
|
H A D | sfn_instr_export.cpp | 105 ExportInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() 111 ExportInstr::last_from_string(std::istream& is, ValueFactory& vf) in last_from_string() 119 ExportInstr::from_string_impl(std::istream& is, ValueFactory& vf) in from_string_impl() 255 ScratchIOInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() 488 MemRingOutInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() 596 WriteTFInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string()
|
H A D | sfn_instr_fetch.cpp | 258 FetchInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() 264 FetchInstr::from_string_impl(std::istream& is, EVFetchInstr opcode, ValueFactory& vf) in from_string_impl() 527 QueryBufferSizeInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() 573 LoadFromBuffer::from_string(std::istream& is, ValueFactory& vf) in from_string() 703 LoadFromScratch::from_string(std::istream& is, ValueFactory& vf) in from_string()
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | io.c | 29 int erofs_io_fstat(struct erofs_vfile *vf, struct stat *buf) in erofs_io_fstat() 42 ssize_t erofs_io_pwrite(struct erofs_vfile *vf, const void *buf, in erofs_io_pwrite() 77 int erofs_io_fsync(struct erofs_vfile *vf) in erofs_io_fsync() 95 ssize_t erofs_io_fallocate(struct erofs_vfile *vf, u64 offset, in erofs_io_fallocate() 122 int erofs_io_ftruncate(struct erofs_vfile *vf, u64 length) in erofs_io_ftruncate() 144 ssize_t erofs_io_pread(struct erofs_vfile *vf, void *buf, u64 pos, size_t len) in erofs_io_pread() 460 ssize_t erofs_io_read(struct erofs_vfile *vf, void *buf, size_t bytes) in erofs_io_read() 491 off_t erofs_io_lseek(struct erofs_vfile *vf, u64 offset, int whence) in erofs_io_lseek()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_formats.c | 122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported() local 133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565() local 144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported() local 152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format() local 163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_liverange_test.cpp | 63 ValueFactory vf; in TEST_F() local 81 ValueFactory vf; in TEST_F() local 108 ValueFactory vf; in TEST_F() local 162 ValueFactory vf; in TEST_F() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/karma/ |
D | binary3.cpp | 41 boost::optional<float> vf(1.0f); in main() local 104 float vf(1.0f); in main() local 149 float vf(1.0f); in main() local
|
/aosp_15_r20/external/eigen/bench/ |
H A D | bench_norm.cpp | 250 VectorXf vf = VectorXf::Ones(s) * yf; in check_accuracy() local 265 VectorXf vf(s); in check_accuracy_var() local 332 VectorXf vf = VectorXf::Random(s1) * y; in main() local 348 VectorXf vf = VectorXf::Random(512) * y; in main() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | test_vf_float_conversions.cpp | 39 for (int vf = 1; vf < 128; vf++) { in SetUp() local 65 for (int vf = 0; vf < 256; vf++) { in TEST_F() local 76 for (int vf = 0; vf < 256; vf++) { in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_test_vf_float_conversions.cpp | 39 for (int vf = 1; vf < 128; vf++) { in SetUp() local 65 for (int vf = 0; vf < 256; vf++) { in TEST_F() local 76 for (int vf = 0; vf < 256; vf++) { in TEST_F() local
|
/aosp_15_r20/external/XNNPACK/src/f16-f32-vcvt/ |
H A D | scalar.c.in | 72 const uint32_t vf = vsign | (XNN_UNPREDICTABLE(v2w < vdenorm_cutoff) ? vdenorm : vnorm); variable 87 const uint32_t vf = vsign | (XNN_UNPREDICTABLE(v2w < vdenorm_cutoff) ? vdenorm : vnorm); variable 101 const uint32_t vf = vsign | (XNN_UNPREDICTABLE(v2w < vdenorm_cutoff) ? vdenorm : vnorm); variable
|
/aosp_15_r20/frameworks/native/libs/math/tests/ |
H A D | vec_test.cpp | 78 float4 vf(2); in TEST_F() local 229 float4 vf(2); in TEST_F() local 251 float3 vf(east); in TEST_F() local
|
/aosp_15_r20/external/XNNPACK/src/f32-vsigmoid/ |
H A D | scalar-rr2-lut2048-p1-div.c.in | 109 float vf = vy / vd; variable 140 float vf = vy / vd; variable 170 float vf = vy / vd; variable
|
H A D | scalar-rr2-p5-div.c.in | 120 float vf = ve / vd; variable 154 float vf = ve / vd; variable 187 float vf = ve / vd; variable
|
H A D | scalar-rr2-lut64-p2-div.c.in | 114 float vf = vy / vd; variable 147 float vf = vy / vd; variable 179 float vf = vy / vd; variable
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | destructor.cpp | 246 VF vf; use(vf); in nowarnstack() local 310 VF* vf = new VF(); in nowarn0() local 315 void nowarn0_explicit_dtor(F* f, VB* vb, VD* vd, VF* vf) { in nowarn0_explicit_dtor() 367 simple_ptr<VF> vf(new VF()); in nowarn1() local
|
/aosp_15_r20/external/XNNPACK/src/f32-f16-vcvt/ |
H A D | scalar-bitcast.c.in | 95 float vf = uint32_as_float(vnonsignw); variable 129 float vf = uint32_as_float(vnonsignw); variable 162 float vf = uint32_as_float(vnonsignw); variable
|
H A D | scalar-fabsf.c.in | 99 float vf = vabsx * vscale_to_inf; variable 135 float vf = vabsx * vscale_to_inf; variable 170 float vf = vabsx * vscale_to_inf; variable
|
H A D | avx512skx.c.in | 43 const __m512 vf = _mm512_loadu_ps(input); variable 57 const __m512 vf = _mm512_maskz_loadu_ps(vmask, input); variable
|
H A D | neonfp16.c.in | 40 const float32x4_t vf = vld1q_f32(input); input += 4; variable 50 const float32x4_t vf = vld1q_f32(input); variable
|
H A D | f16c.c.in | 43 const __m256 vf = _mm256_loadu_ps(input); variable 54 const __m256 vf = _mm256_maskload_ps(input, vmask); variable
|
/aosp_15_r20/external/iproute2/include/uapi/linux/ |
H A D | if_link.h | 653 __u32 vf; member 658 __u32 vf; member 673 __u32 vf; member 680 __u32 vf; member 685 __u32 vf; member 691 __u32 vf; member 696 __u32 vf; member 708 __u32 vf; member 713 __u32 vf; member 731 __u32 vf; member
|