/third_party/ffmpeg/libavformat/ |
D | wtvdec.c | 72 WtvFile *wf = opaque; in wtvfile_read_packet() local 73 AVIOContext *pb = wf->pb_filesystem; in wtvfile_read_packet() 76 if (wf->error || pb->error) in wtvfile_read_packet() 78 if (wf->position >= wf->length || avio_feof(pb)) in wtvfile_read_packet() 81 buf_size = FFMIN(buf_size, wf->length - wf->position); in wtvfile_read_packet() 83 … int remaining_in_sector = (1 << wf->sector_bits) - (wf->position & ((1 << wf->sector_bits) - 1)); in wtvfile_read_packet() 91 wf->position += n; in wtvfile_read_packet() 93 int i = wf->position >> wf->sector_bits; in wtvfile_read_packet() 94 if (i >= wf->nb_sectors || in wtvfile_read_packet() 95 … (wf->sectors[i] != wf->sectors[i - 1] + (1 << (wf->sector_bits - WTV_SECTOR_BITS)) && in wtvfile_read_packet() [all …]
|
/third_party/python/Python/ |
D | marshal.c | 556 w_init_refs(WFILE *wf, int version) in w_init_refs() argument 559 wf->hashtable = _Py_hashtable_new_full(_Py_hashtable_hash_ptr, in w_init_refs() 562 if (wf->hashtable == NULL) { in w_init_refs() 571 w_clear_refs(WFILE *wf) in w_clear_refs() argument 573 if (wf->hashtable != NULL) { in w_clear_refs() 574 _Py_hashtable_destroy(wf->hashtable); in w_clear_refs() 583 WFILE wf; in PyMarshal_WriteLongToFile() local 584 memset(&wf, 0, sizeof(wf)); in PyMarshal_WriteLongToFile() 585 wf.fp = fp; in PyMarshal_WriteLongToFile() 586 wf.ptr = wf.buf = buf; in PyMarshal_WriteLongToFile() [all …]
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | xmltest.sh | 152 for xmldir in ibm/not-wf/P* \ 153 ibm/not-wf/p28a \ 154 ibm/not-wf/misc \ 155 xmltest/not-wf/ext-sa \ 156 xmltest/not-wf/not-sa \ 157 xmltest/not-wf/sa \ 158 sun/not-wf ; do
|
D | xmltest.log.expected | 3 Expected not well-formed: ibm/not-wf/misc/432gewf.xml 4 Expected not well-formed: xmltest/not-wf/not-sa/005.xml 5 Expected not well-formed: sun/not-wf/uri01.xml
|
/third_party/expat/tests/ |
D | xmltest.sh | 152 for xmldir in ibm/not-wf/P* \ 153 ibm/not-wf/p28a \ 154 ibm/not-wf/misc \ 155 xmltest/not-wf/ext-sa \ 156 xmltest/not-wf/not-sa \ 157 xmltest/not-wf/sa \ 158 sun/not-wf ; do
|
D | xmltest.log.expected | 3 Expected not well-formed: ibm/not-wf/misc/432gewf.xml 4 Expected not well-formed: xmltest/not-wf/not-sa/005.xml 5 Expected not well-formed: sun/not-wf/uri01.xml
|
/third_party/boost/libs/property_tree/test/ |
D | test_utils.hpp | 98 WriteFunc wf, in generic_parser_test() argument 114 wf(filename_out, pt); // Write file in generic_parser_test() 126 WriteFunc wf, in generic_parser_test_ok() argument 149 generic_parser_test<Ptree, ReadFunc, WriteFunc>(pt, rf, wf, in generic_parser_test_ok() 181 WriteFunc wf, in generic_parser_test_error() argument 201 generic_parser_test<Ptree, ReadFunc, WriteFunc>(pt, rf, wf, in generic_parser_test_error() 233 void check_exact_roundtrip(ReadFunc rf, WriteFunc wf, const char *test_data) { in check_exact_roundtrip() argument 245 wf(out_stream, tree); in check_exact_roundtrip()
|
/third_party/pulseaudio/src/modules/ |
D | module-waveout.c | 460 static int ss_to_waveformat(pa_sample_spec *ss, LPWAVEFORMATEX wf) { in ss_to_waveformat() argument 461 wf->wFormatTag = WAVE_FORMAT_PCM; in ss_to_waveformat() 468 wf->nChannels = ss->channels; in ss_to_waveformat() 470 wf->nSamplesPerSec = ss->rate; in ss_to_waveformat() 473 wf->wBitsPerSample = 8; in ss_to_waveformat() 475 wf->wBitsPerSample = 16; in ss_to_waveformat() 481 wf->nBlockAlign = wf->nChannels * wf->wBitsPerSample/8; in ss_to_waveformat() 482 wf->nAvgBytesPerSec = wf->nSamplesPerSec * wf->nBlockAlign; in ss_to_waveformat() 484 wf->cbSize = 0; in ss_to_waveformat() 503 WAVEFORMATEX wf; in pa__init() local [all …]
|
/third_party/libsnd/programs/ |
D | sndfile-play.c | 571 WAVEFORMATEX wf ; in win32_play() local 591 wf.nChannels = audio_data.sfinfo.channels ; in win32_play() 592 wf.wFormatTag = WAVE_FORMAT_PCM ; in win32_play() 593 wf.cbSize = 0 ; in win32_play() 594 wf.wBitsPerSample = 16 ; in win32_play() 596 wf.nSamplesPerSec = audio_data.sfinfo.samplerate ; in win32_play() 598 wf.nBlockAlign = audio_data.sfinfo.channels * sizeof (short) ; in win32_play() 600 wf.nAvgBytesPerSec = wf.nBlockAlign * wf.nSamplesPerSec ; in win32_play() 602 error = waveOutOpen (&(audio_data.hwave), WAVE_MAPPER, &wf, (DWORD_PTR) win32_audio_out_callback, in win32_play()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_nnedi.c | 285 const float *wf = (float *)&weights[n * len]; in dot_prods() local 293 vals[i] = sum * wf[off] * scale[0] + wf[off + 4]; in dot_prods() 316 const float *wf = weightsf + 2 * 48; in compute_network0_i16() local 323 dot_prod(s, temp, wf + 8, temp + 4, 4, 4, &scale); in compute_network0_i16() 325 dot_prod(s, temp, wf + 8 + 4 * 5, temp + 8, 4, 8, &scale); in compute_network0_i16() 387 float *wf = (float *)&ws[4 * 64]; in compute_network0new() local 397 t = sum * wf[i] + wf[4 + i]; in compute_network0new() 405 sum += vals[j] * wf[8 + i + (j << 2)]; in compute_network0new() 406 vals[4 + i] = sum + wf[8 + 16 + i]; in compute_network0new() 998 float *wf; in init() local [all …]
|
D | vf_v360.c | 3769 float hf, wf; in config_output() local 3897 wf = w; in config_output() 3903 wf = w / 3.f * 4.f; in config_output() 3909 wf = w * 4.f; in config_output() 3915 wf = w / 3.f * 2.f; in config_output() 3921 wf = w; in config_output() 3927 wf = w; in config_output() 3936 wf = w; in config_output() 3942 wf = w / 5.f * 4.f; in config_output() 3948 wf = w; in config_output() [all …]
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_26.txt | 39 AAAHB39////wf/////AwAAAACwf39///8H/////wMAAAAIcHfM9///B////M8DgAAAAA 40 sHTH///wf///xAMAAAAACHB3f3//8H////cDgAAAAAALB3zH//D//M9wMAAAAAAAgLB0
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 384 const float wf = static_cast<float>(w) / viewWidth; in renderScene() local 386 glUniform2f(glGetUniformLocation(mProgram, "uOffset"), 2.f * wf - 1.f, 2.f * wh - 1.f); in renderScene() 387 glUniform1f(glGetUniformLocation(mProgram, "uColor"), wf); in renderScene() 464 float wf = static_cast<float>(w) / viewWidth; in initializeBenchmark() local 470 v0.position = Vector4(2.f * wf - 1.f, 2.f * hf - 1.f, .0f, 1.f); in initializeBenchmark()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 384 const float wf = static_cast<float>(w) / viewWidth; in renderScene() local 386 glUniform2f(glGetUniformLocation(mProgram, "uOffset"), 2.f * wf - 1.f, 2.f * wh - 1.f); in renderScene() 387 glUniform1f(glGetUniformLocation(mProgram, "uColor"), wf); in renderScene() 464 float wf = static_cast<float>(w) / viewWidth; in initializeBenchmark() local 470 v0.position = Vector4(2.f * wf - 1.f, 2.f * hf - 1.f, .0f, 1.f); in initializeBenchmark()
|
/third_party/libffi/src/sparc/ |
D | ffi64.c | 124 unsigned int *wi = vi, *wf = vf; in ffi_struct_float_merge() local 129 wi[i] = wf[i]; in ffi_struct_float_merge() 150 unsigned int *wd = vd, *wi = vi, *wf = vf; in ffi_struct_float_copy() local 154 wd[i] = ((mask >> i) & 1 ? wf : wi)[i]; in ffi_struct_float_copy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 236 uint64_t wf = a + z; in hash_33to64_bytes() local 238 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0); in hash_33to64_bytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Hashing.h | 235 uint64_t wf = a + z; in hash_33to64_bytes() local 237 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0); in hash_33to64_bytes()
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "vv" | "vw" | "vx" | "vy" | "vz" | "wa" | "wb" | "wc" | "wd" | "we" | "wf" | "wg" | "wh" | "wi… 9 …wf: "aa.wf"; wg: "aa.wg"; wh: "aa.wh"; wi: "aa.wi"; wj: "aa.wj"; wk: "aa.wk"; wl: "aa.wl"; wm: "aa… 10 …wf: "aa.wf"; wg: "aa.wg"; wh: "aa.wh"; wi: "aa.wi"; wj: "aa.wj"; wk: "aa.wk"; wl: "aa.wl"; wm: "aa…
|
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "vv" | "vw" | "vx" | "vy" | "vz" | "wa" | "wb" | "wc" | "wd" | "we" | "wf" | "wg" | "wh" | "wi… 9 …wf: "aa.wf"; wg: "aa.wg"; wh: "aa.wh"; wi: "aa.wi"; wj: "aa.wj"; wk: "aa.wk"; wl: "aa.wl"; wm: "aa… 10 …wf: "aa.wf"; wg: "aa.wg"; wh: "aa.wh"; wi: "aa.wi"; wj: "aa.wj"; wk: "aa.wk"; wl: "aa.wl"; wm: "aa…
|
/third_party/python/Lib/test/ |
D | test_io.py | 4105 wf = self.open(w, mode='wb', closefd=True, buffering=bufsize) 4107 with rf, wf: 4114 wf.write(msg) 4123 wf.write(msg) 4128 wf.flush() 4140 self.assertTrue(wf.closed)
|
/third_party/libpsl/fuzz/libpsl_idn_load_fuzzer.in/ |
D | aad02c8751dbbae84b491af9b5ec0900e4ab6e72 | 3381 …wf��f��w�fDf��f�U���"f�̙fw33���"3w3��w�3���f�U��f�"��"3���"3wU��fw��3+ݙ�w… 3400 …���D�3��w�Uw��3"���33�����U��f�3��w"��wfw��3fDf�w��wfw��f�w… 3403 …wf"���"�w��ww��w�"���"�"�D��w�f��f�*�ݪw��""ݻf��w�w̪�ݻw��U"�"w�ww�w���"�"�… 3415 …����f�w�w��3�U�f��f�w�f��D�3� ���f�w�ݙ"�"�����"�wf"�f�"�����"�"�… 3419 …3���"3w3���U���"fDf��f�"���3w���3f�3��w�f��f3w3���"��wf"���"�w��w�"��"… 6864 …wf��f��w�fDf��f�U���"f�̙fw33���"3w3��w�3���f�U��f�"��"3���"3wU��fw��3+ݙ�w… 6883 …��f������D�3��w�Uw��3"���33�����U��f�3��w"��wfw��3fDf�w��wf…
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | mmreg.h | 2077 WAVEFORMAT wf; member
|
D | mmsystem.h | 485 WAVEFORMAT wf; member
|
/third_party/libpsl/fuzz/libpsl_icu_load_fuzzer.in/ |
D | 90666d10379509e0ecca6bbff8144238688b24fc | 5545 …wf��f��w�fDf��f�U���"f�̙fw33���"3w3��w�3���f�U��f�"��"3���"3wU��fw��3+ݙ�w… 5691 …���D�3��w�Uw��3"���33�����U��f�3��w"��wfw��3fDf�w��wfw��f�w… 5694 w"w�Uw���"�wD3�wf"���"�w��ww��w�"���"�"�D��w�f��f�*�ݪw��""ݻf��w�w̪�ݻw��… 5695 …��ݙw�w�w��w��w�ݪf��"D�wݪ�/f�ݙww�ww�w��f��"f�w�ݙ"�"�ݻw��fw�wfݻU�3�����ݻw��f"�"… 5707 …����f�w�w��3�U�f��f�w�f��D�3� ���f�w�ݙ"�"�����"�wf"�f�"�����"�"�… 5711 …3���"3w3���U���"fDf��f�"���3w���3f�3��w�f��f3w3���"��wf"���"�w��w�"��"…
|
D | f2b389cbb2488387164969ebb69f3c294e736fce | 411 Q����ђ��E ����ƪ�wf��~�V�T���u�d�{a!Gڇ�oÌT�F�� t�@��S��N/��t)�j�R���MB���s"����Z��mX��S{/:�… 427 Q����ђ��E ����ƪ�wf��~�V�T���u�d�{a!Gڇ�oÌT�F�� t�@��S��N/��t)�j�R���MB���s"����Z��mX��S{/:�… 4040 Q����ђ��E ����ƪ�wf��~�V�T���u�d�{a!Gڇ�oÌT�F�� t�@��S��N/��t)�j�R���MB���s"����Z��mX��S{/:�… 4056 Q����ђ��E ����ƪ�wf��~�V�T���u�d�{a!Gڇ�oÌT�F�� t�@��S��N/��t)�j�R���MB���s"����Z��mX��S{/:�…
|