Home
last modified time | relevance | path

Searched refs:io_iter (Results 1 – 10 of 10) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DGfxInfo.mm102 io_iterator_t io_iter;
103 if (IOServiceGetMatchingServices(kIOMasterPortDefault, pci_dev_dict, &io_iter) !=
111 while ((entry = IOIteratorNext(io_iter)) != IO_OBJECT_NULL) {
139 IOObjectRelease(io_iter);
148 if (IOServiceGetMatchingServices(kIOMasterPortDefault, agx_dev_dict, &io_iter) ==
151 while ((entry = IOIteratorNext(io_iter)) != IO_OBJECT_NULL) {
162 IOObjectRelease(io_iter);
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DGfxInfo.mm102 io_iterator_t io_iter;
103 if (IOServiceGetMatchingServices(kIOMasterPortDefault, pci_dev_dict, &io_iter) !=
111 while ((entry = IOIteratorNext(io_iter)) != IO_OBJECT_NULL) {
139 IOObjectRelease(io_iter);
148 if (IOServiceGetMatchingServices(kIOMasterPortDefault, agx_dev_dict, &io_iter) ==
151 while ((entry = IOIteratorNext(io_iter)) != IO_OBJECT_NULL) {
162 IOObjectRelease(io_iter);
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DGfxInfo.mm102 io_iterator_t io_iter;
103 if (IOServiceGetMatchingServices(kIOMasterPortDefault, pci_dev_dict, &io_iter) !=
111 while ((entry = IOIteratorNext(io_iter)) != IO_OBJECT_NULL) {
139 IOObjectRelease(io_iter);
148 if (IOServiceGetMatchingServices(kIOMasterPortDefault, agx_dev_dict, &io_iter) ==
151 while ((entry = IOIteratorNext(io_iter)) != IO_OBJECT_NULL) {
162 IOObjectRelease(io_iter);
/dports/math/py-yt/yt-4.0.1/yt/utilities/
H A Dio_handler.py117 for field, obj, data in self.io_iter(chunks, fields):
127 def io_iter(self, chunks, fields): member in BaseIOHandler
/dports/math/py-yt/yt-4.0.1/yt/frontends/enzo_e/
H A Dio.py122 def io_iter(self, chunks, fields): member in EnzoEIOHandler
/dports/math/py-yt/yt-4.0.1/yt/frontends/flash/
H A Dio.py51 def io_iter(self, chunks, fields): member in IOHandlerFLASH
/dports/math/py-yt/yt-4.0.1/yt/frontends/enzo/
H A Dio.py120 def io_iter(self, chunks, fields): member in IOHandlerPackedHDF5
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Dlrf.rs323 let io_iter = out_iter.zip(in_iter); localVariable
326 io_iter.zip(af_it.zip(bf_it))
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Dlrf.rs323 let io_iter = out_iter.zip(in_iter); localVariable
326 io_iter.zip(af_it.zip(bf_it))
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/
H A Dlrf.rs323 let io_iter = out_iter.zip(in_iter); localVariable
326 io_iter.zip(af_it.zip(bf_it))