Home
last modified time | relevance | path

Searched refs:vio (Results 1 – 25 of 38) sorted by relevance

12

/third_party/libsnd/ossfuzz/
Dsndfile_fuzzer.cc100 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/
Dvirtual_io_test.c164 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/
Dfile_io.c193 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/
Dtwl4030.dtsi60 vio: regulator-vio { label
61 compatible = "ti,twl4030-vio";
Dtps65910.dtsi28 regulator-compatible = "vio";
Dam335x-osd335x-common.dtsi95 regulator-name = "vio,vrtc,vdds";
Dam335x-chilisom.dtsi100 regulator-name = "vio,vrtc,vdds";
Dam3517-som.dtsi132 vio-supply = <&vdd_io_reg>;
Dtegra30-beaver.dts126 vio_reg: vio {
Dtegra30-apalis.dts147 vio_reg: vio {
Dlogicpd-som-lv.dtsi110 vio-supply = <&vaux1>;
Dam335x-bone-common.dtsi341 regulator-name = "vio,vrtc,vdds";
Dimx6qdl-dhcom.dtsi194 vio-supply = <&reg_3p3v>;
Dlogicpd-torpedo-baseboard.dtsi329 vio-supply = <&vaux1>;
Dtegra30-cardhu.dts123 vio_reg: vio {
Dvexpress-v2m-rs1.dtsi394 volt-vio {
Dvexpress-v2m.dtsi408 volt-vio {
Dam335x-shc.dts302 regulator-name = "vio,vrtc,vdds";
Dam335x-guardian.dts285 regulator-name = "vio,vrtc,vdds";
/third_party/skia/third_party/externals/icu/source/data/curr/
Dpt.txt648 "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/
Dpt.txt647 "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/
Dpt.txt647 "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/
Dares-test.h484 VirtualizeIO vio(channel_); \
/third_party/icu/icu4c/source/data/lang/
Dpt_PT.txt98 ro_MD{"moldávio"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dpt_PT.txt97 ro_MD{"moldávio"}

12