Home
last modified time | relevance | path

Searched defs:rf (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_audiocvt.c341 Uint8 *src, *dst, lf, rf, ce; in SDL_ConvertSurround() local
363 Sint8 *src, *dst, lf, rf, ce; in SDL_ConvertSurround() local
386 Uint16 lf, rf, ce, lr, rr; in SDL_ConvertSurround() local
446 Sint16 lf, rf, ce, lr, rr; in SDL_ConvertSurround() local
505 Sint32 lf, rf, ce; in SDL_ConvertSurround() local
543 float lf, rf, ce; in SDL_ConvertSurround() local
600 Uint8 *src, *dst, lf, rf, ce; in SDL_ConvertSurround_4() local
620 Sint8 *src, *dst, lf, rf, ce; in SDL_ConvertSurround_4() local
641 Uint16 lf, rf, ce, lr, rr; in SDL_ConvertSurround_4() local
691 Sint16 lf, rf, ce, lr, rr; in SDL_ConvertSurround_4() local
[all …]
/third_party/NuttX/fs/romfs/
Dfs_romfs.c62 struct romfs_file_s *rf = NULL; in romfs_lookup() local
221 struct romfs_file_s *rf = vp->data; in romfs_reclaim() local
243 struct romfs_file_s *rf = NULL; in romfs_read() local
298 struct romfs_file_s *rf = NULL; in romfs_readpage() local
352 struct romfs_file_s *rf = NULL; in romfs_seek() local
813 struct romfs_file_s *rf = NULL; in romfs_stat() local
/third_party/boost/libs/property_tree/test/
Dtest_utils.hpp97 ReadFunc rf, in generic_parser_test()
125 void generic_parser_test_ok(ReadFunc rf, in generic_parser_test_ok()
180 void generic_parser_test_error(ReadFunc rf, in generic_parser_test_error()
233 void check_exact_roundtrip(ReadFunc rf, WriteFunc wf, const char *test_data) { in check_exact_roundtrip()
/third_party/ffmpeg/libavcodec/
Dvdpau_h264.c42 static void vdpau_h264_clear_rf(VdpReferenceFrameH264 *rf) in vdpau_h264_clear_rf()
53 static void vdpau_h264_set_rf(VdpReferenceFrameH264 *rf, H264Picture *pic, in vdpau_h264_set_rf()
77 VdpReferenceFrameH264 *rf = &info->referenceFrames[0]; in vdpau_h264_set_reference_frames() local
/third_party/boost/libs/math/example/
Dconstants_eg1.cpp66 float rf = 0.987654321987654321f; in main() local
/third_party/skia/experimental/sktext/tests/
DFontResolvedText.cpp75 for (auto& rf : resolvedFonts) { in UNIX_ONLY_TEST() local
/third_party/boost/libs/scope_exit/test/
Dnative.cpp114 bool (&rf)(void) = foo; in test_types() local
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_ellps.hpp61 inline double b_from_a_rf(double a, double rf) in b_from_a_rf()
/third_party/protobuf/src/google/protobuf/
Drepeated_field.h445 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) { in FastAdderImpl()
476 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) {} in FastAdderImpl()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_core.cpp290 static sb_hw_chip translate_chip(enum radeon_family rf) { in translate_chip()
/third_party/boost/libs/geometry/test/algorithms/
Dis_simple_geo.cpp18 inline bg::srs::spheroid<double> sph(double a, double rf) in sph()
/third_party/python/Python/
Dmarshal.c1454 RFILE rf; in PyMarshal_ReadShortFromFile() local
1470 RFILE rf; in PyMarshal_ReadLongFromFile() local
1531 RFILE rf; in PyMarshal_ReadObjectFromFile() local
1551 RFILE rf; in PyMarshal_ReadObjectFromString() local
1669 RFILE rf; in marshal_load() local
1743 RFILE rf; in marshal_loads_impl() local
/third_party/boost/boost/spirit/home/classic/phoenix/
Dcomposite.hpp548 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
618 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
689 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
762 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
835 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
914 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
996 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
1077 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
1159 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
1243 typename actor_result<F, TupleT>::type rf = f.eval(args); in eval() local
/third_party/boost/libs/multi_index/test/
Dtest_key.cpp44 int rf()&{return x;}; in rf() function
/third_party/boost/boost/graph/distributed/
Dstrong_components.hpp162 IsoMapFR fr, IsoMapRF rf, in fleischer_hendrickson_pinar_strong_components()
723 build_reverse_graph( const Graph& g, ReverseGraph& gr, IsoMap& fr, IsoMap& rf ) in build_reverse_graph()
877 IsoMap rf(rf_s.begin(), vertex_index_map); // rf = reverse->forward in fleischer_hendrickson_pinar_strong_components_impl() local
908 detail::vertex_identity_property_map<vertex_descriptor> fr, rf; in fleischer_hendrickson_pinar_strong_components_impl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp53 static void((*rf)(void *)) = 0; in __register_frame() local
/third_party/boost/libs/numeric/ublas/test/
Dtest_assignment.cpp68 V f(6), rf(6); in test_vector() local
77 V f(6), rf(6); in test_vector() local
/third_party/e2fsprogs/misc/
Dchattr.c75 static unsigned long rf; variable
/third_party/flutter/skia/third_party/externals/spirv-tools/tools/stats/
Dstats_analyzer.cpp204 const double rf = opcode_freq_[right.first]; in WriteOpcodeMarkov() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h503 SchedulingPriorityQueue(bool rf = false) : HasReadyFilter(rf) {} in HasReadyFilter() argument
/third_party/boost/boost/polygon/detail/
Dscan_arbitrary.hpp1016 void write_out(result_type& result, result_functor rf, const half_edge& he, in write_out()
1030 iT handle_input_events(result_type& result, result_functor rf, iT begin, iT end) { in handle_input_events()
1211 void scan(result_type& result, result_functor rf, iT begin, iT end) { in scan()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c692 unsigned char rf, gf, bf; in cmpBitmap() local
/third_party/libjpeg-turbo/
Dtjunittest.c730 unsigned char rf, gf, bf; in cmpBitmap() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c748 unsigned char rf, gf, bf; in cmpBitmap() local
/third_party/boost/boost/geometry/srs/projections/
Ddpar.hpp355 rf, enumerator

12