Home
last modified time | relevance | path

Searched refs:intern (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/package/php-zmq/
H A D0001-updates-for-php7.4-and-php8.0.patch174 -int s_calculate_timeout (php_zmq_device_object *intern TSRMLS_DC)
175 +int s_calculate_timeout (php_zmq_device_object *intern)
179 @@ -131,7 +131,7 @@ int s_calculate_timeout (php_zmq_device_object *intern TSRMLS_DC)
183 -zend_bool php_zmq_device (php_zmq_device_object *intern TSRMLS_DC)
184 +zend_bool php_zmq_device (php_zmq_device_object *intern)
188 @@ -186,7 +186,7 @@ zend_bool php_zmq_device (php_zmq_device_object *intern TSRMLS_DC)
192 - int timeout = s_calculate_timeout (intern TSRMLS_CC);
193 + int timeout = s_calculate_timeout (intern);
197 @@ -205,7 +205,7 @@ zend_bool php_zmq_device (php_zmq_device_object *intern TSRMLS_DC)
198 if (intern->timer_cb.initialized && intern->timer_cb.timeout > 0) {
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c196 xf86SaveModeContents(DisplayModePtr intern, const DisplayModeRec *mode) in xf86SaveModeContents() argument
198 *intern = *mode; in xf86SaveModeContents()
199 intern->prev = intern->next = NULL; in xf86SaveModeContents()
200 intern->name = NULL; in xf86SaveModeContents()
201 intern->PrivSize = 0; in xf86SaveModeContents()
202 intern->PrivFlags = 0; in xf86SaveModeContents()
203 intern->Private = NULL; in xf86SaveModeContents()
H A Dxf86Modes.h112 xf86SaveModeContents(DisplayModePtr intern, const DisplayModeRec *mode);
/OK3568_Linux_fs/buildroot/package/gnuradio/
H A D0002-boost_qualify_placeholders_with_their_full_namespace.patch220 this->message_port_register_in(pmt::intern("set_mute"));
221 - this->set_msg_handler(pmt::intern("set_mute"),
224 + pmt::intern("set_mute"),
381 message_port_register_in(pmt::intern("set_scalar"));
383 - pmt::intern("set_scalar"),
385 + set_msg_handler(pmt::intern("set_scalar"),
629 message_port_register_in(pmt::intern("msg_in"));
630 - set_msg_handler(pmt::intern("msg_in"),
633 + pmt::intern("msg_in"),
645 message_port_register_in(pmt::intern("msg_in"));
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.zynq46 is intern used in autoboot.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcodeparser.py73 new.append(sys.intern(i))
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6qdl-kontron-samx6i.dtsi140 i2c_intern: i2c-gpio-intern {