Home
last modified time | relevance | path

Searched defs:sc_in (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/communication/
H A Dsc_signal_ports.h105 sc_in() in sc_in() function
110 explicit sc_in( const char* name_ ) in sc_in() function
125 explicit sc_in( in_port_type& parent_ ) in sc_in() function
145 sc_in( this_type& parent_ ) in sc_in() function
417 sc_in() in sc_in() function
422 explicit sc_in( const char* name_ ) in sc_in() function
457 sc_in( this_type& parent_ ) in sc_in() function
463 sc_in( const this_type& parent_ ) in sc_in() function
681 sc_in() in sc_in() function
686 explicit sc_in( const char* name_ ) in sc_in() function
[all …]
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/2.1/specialized_signals/
H A Dscx_signal_int.h759 sc_in() in sc_in() function
763 explicit sc_in( const char* name_ ) in sc_in() function
767 explicit sc_in( const in_if_type& interface_ ) in sc_in() function
771 sc_in( const char* name_, const in_if_type& interface_ ) in sc_in() function
775 explicit sc_in( in_port_type& parent_ ) in sc_in() function
779 sc_in( const char* name_, in_port_type& parent_ ) in sc_in() function
783 explicit sc_in( inout_port_type& parent_ ) in sc_in() function
787 sc_in( const char* name_, inout_port_type& parent_ ) in sc_in() function
791 sc_in( this_type& parent_ ) in sc_in() function
795 sc_in( const char* name_, this_type& parent_ ) in sc_in() function
H A Dscx_signal_signed.h922 sc_in() in sc_in() function
926 explicit sc_in( const char* name_ ) in sc_in() function
930 explicit sc_in( const in_if_type& interface_ ) in sc_in() function
934 sc_in( const char* name_, const in_if_type& interface_ ) in sc_in() function
938 explicit sc_in( in_port_type& parent_ ) in sc_in() function
942 sc_in( const char* name_, in_port_type& parent_ ) in sc_in() function
946 explicit sc_in( inout_port_type& parent_ ) in sc_in() function
950 sc_in( const char* name_, inout_port_type& parent_ ) in sc_in() function
954 sc_in( this_type& parent_ ) in sc_in() function
958 sc_in( const char* name_, this_type& parent_ ) in sc_in() function
H A Dscx_signal_uint.h806 sc_in() in sc_in() function
810 explicit sc_in( const char* name_ ) in sc_in() function
814 explicit sc_in( const in_if_type& interface_ ) in sc_in() function
818 sc_in( const char* name_, const in_if_type& interface_ ) in sc_in() function
822 explicit sc_in( in_port_type& parent_ ) in sc_in() function
826 sc_in( const char* name_, in_port_type& parent_ ) in sc_in() function
830 explicit sc_in( inout_port_type& parent_ ) in sc_in() function
834 sc_in( const char* name_, inout_port_type& parent_ ) in sc_in() function
838 sc_in( this_type& parent_ ) in sc_in() function
842 sc_in( const char* name_, this_type& parent_ ) in sc_in() function
H A Dscx_signal_unsigned.h927 sc_in() in sc_in() function
931 explicit sc_in( const char* name_ ) in sc_in() function
935 explicit sc_in( const in_if_type& interface_ ) in sc_in() function
939 sc_in( const char* name_, const in_if_type& interface_ ) in sc_in() function
943 explicit sc_in( in_port_type& parent_ ) in sc_in() function
947 sc_in( const char* name_, in_port_type& parent_ ) in sc_in() function
951 explicit sc_in( inout_port_type& parent_ ) in sc_in() function
955 sc_in( const char* name_, inout_port_type& parent_ ) in sc_in() function
959 sc_in( this_type& parent_ ) in sc_in() function
963 sc_in( const char* name_, this_type& parent_ ) in sc_in() function
/dports/security/botan110/Botan-1.10.17/src/block/lion/
H A Dlion.cpp111 Lion::Lion(HashFunction* hash_in, StreamCipher* sc_in, size_t block_len) : in Lion()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_reset.h45 template<typename DATA> class sc_in; variable
H A Dsc_sensitive.h50 template <class T> class sc_in; variable
H A Dsc_module.h48 template<class T> class sc_in; variable
/dports/misc/vxl/vxl-3.3.2/core/vsl/tests/
H A Dtest_binary_io.cxx62 signed char sc_in = '?'; in test_binary_io() local
/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dpath.c165 const int8 sc_in = (1 << PGS_CIRCLE_CONT_LINE); in path_circle_pos() local
252 const int8 sc_in = (1 << PGS_ELLIPSE_CONT_LINE); in path_ellipse_pos() local
H A Dpolygon.c282 const int8 sc_in = (1 << PGS_CIRCLE_CONT_LINE); in poly_circle_pos() local
351 const int8 sc_in = (1 << PGS_ELLIPSE_CONT_LINE); in poly_ellipse_pos() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/i2c/
H A Dmsp3400-driver.c476 int sc_in = input & 0x7; in msp_s_routing() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/i2c/
H A Dmsp3400-driver.c476 int sc_in = input & 0x7; in msp_s_routing() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/i2c/
H A Dmsp3400-driver.c476 int sc_in = input & 0x7; in msp_s_routing() local
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dulpt.c106 int sc_in; member
/dports/www/mod_php80/php-8.0.15/sapi/cli/
H A Dphp_cli.c535 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
/dports/lang/php80/php-8.0.15/sapi/cli/
H A Dphp_cli.c535 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
/dports/www/mod_php81/php-8.1.1/sapi/cli/
H A Dphp_cli.c534 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
/dports/lang/php73/php-7.3.33/sapi/cli/
H A Dphp_cli.c561 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
/dports/lang/php74/php-7.4.27/sapi/cli/
H A Dphp_cli.c548 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
/dports/lang/php81/php-8.1.1/sapi/cli/
H A Dphp_cli.c534 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
/dports/www/mod_php74/php-7.4.27/sapi/cli/
H A Dphp_cli.c548 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
/dports/www/mod_php73/php-7.3.33/sapi/cli/
H A Dphp_cli.c561 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles() local
/dports/www/mod_php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg.c884 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in phpdbg_register_file_handles() local

12