Searched refs:vio (Results 1 – 25 of 38) sorted by relevance
12
/third_party/libsnd/ossfuzz/ |
D | sndfile_fuzzer.cc | 100 SF_VIRTUAL_IO vio; in LLVMFuzzerTestOneInput() local 106 vio.get_filelen = vfget_filelen; in LLVMFuzzerTestOneInput() 107 vio.seek = vfseek; in LLVMFuzzerTestOneInput() 108 vio.read = vfread; in LLVMFuzzerTestOneInput() 109 vio.write = vfwrite; in LLVMFuzzerTestOneInput() 110 vio.tell = vftell; in LLVMFuzzerTestOneInput() 120 sndfile = sf_open_virtual(&vio, SFM_READ, &sndfile_info, &vio_data); in LLVMFuzzerTestOneInput()
|
/third_party/libsnd/tests/ |
D | virtual_io_test.c | 164 SF_VIRTUAL_IO vio ; in vio_test() local 171 vio.get_filelen = vfget_filelen ; in vio_test() 172 vio.seek = vfseek ; in vio_test() 173 vio.read = vfread ; in vio_test() 174 vio.write = vfwrite ; in vio_test() 175 vio.tell = vftell ; in vio_test() 186 if ((file = sf_open_virtual (&vio, SFM_WRITE, &sfinfo, &vio_data)) == NULL) in vio_test() 214 if ((file = sf_open_virtual (&vio, SFM_READ, &sfinfo, &vio_data)) == NULL) in vio_test()
|
/third_party/libsnd/src/ |
D | file_io.c | 193 return psf->vio.get_filelen (psf->vio_user_data) ; in psf_get_filelen() 281 return psf->vio.seek (offset, whence, psf->vio_user_data) ; in psf_fseek() 321 return psf->vio.read (ptr, bytes*items, psf->vio_user_data) / bytes ; in psf_fread() 365 return psf->vio.write (ptr, bytes*items, psf->vio_user_data) / bytes ; in psf_fwrite() 405 return psf->vio.tell (psf->vio_user_data) ; in psf_ftell() 699 return psf->vio.get_filelen (psf->vio_user_data) ; in psf_get_filelen() 928 return psf->vio.seek (offset, whence, psf->vio_user_data) ; in psf_fseek() 971 return psf->vio.read (ptr, bytes*items, psf->vio_user_data) / bytes ; in psf_fread() 1010 return psf->vio.write (ptr, bytes * items, psf->vio_user_data) / bytes ; in psf_fwrite() 1050 return psf->vio.tell (psf->vio_user_data) ; in psf_ftell() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | twl4030.dtsi | 60 vio: regulator-vio { label 61 compatible = "ti,twl4030-vio";
|
D | tps65910.dtsi | 28 regulator-compatible = "vio";
|
D | am335x-osd335x-common.dtsi | 95 regulator-name = "vio,vrtc,vdds";
|
D | am335x-chilisom.dtsi | 100 regulator-name = "vio,vrtc,vdds";
|
D | am3517-som.dtsi | 132 vio-supply = <&vdd_io_reg>;
|
D | tegra30-beaver.dts | 126 vio_reg: vio {
|
D | tegra30-apalis.dts | 147 vio_reg: vio {
|
D | logicpd-som-lv.dtsi | 110 vio-supply = <&vaux1>;
|
D | am335x-bone-common.dtsi | 341 regulator-name = "vio,vrtc,vdds";
|
D | imx6qdl-dhcom.dtsi | 194 vio-supply = <®_3p3v>;
|
D | logicpd-torpedo-baseboard.dtsi | 329 vio-supply = <&vaux1>;
|
D | tegra30-cardhu.dts | 123 vio_reg: vio {
|
D | vexpress-v2m-rs1.dtsi | 394 volt-vio {
|
D | vexpress-v2m.dtsi | 408 volt-vio {
|
D | am335x-shc.dts | 302 regulator-name = "vio,vrtc,vdds";
|
D | am335x-guardian.dts | 285 regulator-name = "vio,vrtc,vdds";
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | pt.txt | 648 "Cupon moldávio", 652 "Leu moldávio", 1945 one{"Cupon moldávio"} 1946 other{"Cupon moldávio"} 1949 one{"Leu moldávio"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/ |
D | pt.txt | 647 "Cupon moldávio", 651 "Leu moldávio", 1944 one{"Cupon moldávio"} 1945 other{"Cupon moldávio"} 1948 one{"Leu moldávio"}
|
/third_party/icu/icu4c/source/data/curr/ |
D | pt.txt | 647 "Cupon moldávio", 651 "Leu moldávio", 1944 one{"Cupon moldávio"} 1945 other{"Cupon moldávio"} 1948 one{"Leu moldávio"}
|
/third_party/cares/test/ |
D | ares-test.h | 484 VirtualizeIO vio(channel_); \
|
/third_party/icu/icu4c/source/data/lang/ |
D | pt_PT.txt | 98 ro_MD{"moldávio"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | pt_PT.txt | 97 ro_MD{"moldávio"}
|
12