Home
last modified time | relevance | path

Searched defs:wf (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dwav_file.cc161 void rtc_WavClose(rtc_WavWriter* wf) { in rtc_WavClose()
165 void rtc_WavWriteSamples(rtc_WavWriter* wf, in rtc_WavWriteSamples()
171 int rtc_WavSampleRate(const rtc_WavWriter* wf) { in rtc_WavSampleRate()
175 size_t rtc_WavNumChannels(const rtc_WavWriter* wf) { in rtc_WavNumChannels()
179 size_t rtc_WavNumSamples(const rtc_WavWriter* wf) { in rtc_WavNumSamples()
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dmask.pass.cpp26 const WF& wf = std::use_facet<WF>(l); in main() local
/external/python/cpython2/Demo/pdist/
Dserver.py69 def _dorequest(self, rf, wf): argument
/external/python/cpython3/Python/
Dmarshal.c587 w_init_refs(WFILE *wf, int version) in w_init_refs()
613 w_clear_refs(WFILE *wf) in w_clear_refs()
626 WFILE wf; in PyMarshal_WriteLongToFile() local
641 WFILE wf; in PyMarshal_WriteObjectToFile() local
1615 WFILE wf; in PyMarshal_WriteObjectToString() local
/external/python/cpython2/Python/
Dmarshal.c466 WFILE wf; in PyMarshal_WriteLongToFile() local
481 WFILE wf; in PyMarshal_WriteObjectToFile() local
1220 WFILE wf; in PyMarshal_WriteObjectToString() local
1257 WFILE wf; in marshal_dump() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_variance_sse2.c266 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
419 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
Dvariance_sse2.c441 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
512 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DHashing.h236 uint64_t wf = a + z; in hash_33to64_bytes() local
/external/llvm/include/llvm/ADT/
DHashing.h236 uint64_t wf = a + z; in hash_33to64_bytes() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h236 uint64_t wf = a + z; in hash_33to64_bytes() local
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc152 std::unique_ptr<WritableFile>* wf) { in NewWritableFile()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_avx2.c243 #define AOM_SUB_PIXEL_VAR_AVX2(w, h, wf, wlog2, hlog2) \ argument
280 #define AOM_SUB_PIXEL_AVG_VAR_AVX2(w, h, wf, wlog2, hlog2) \ argument
Dhighbd_variance_sse2.c286 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
467 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
Dvariance_sse2.c348 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
423 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
/external/lmfit/lib/
Dlmmin.c219 double* wf = (double*)pws; in lmmin() local