Home
last modified time | relevance | path

Searched refs:the_interface (Results 1 – 25 of 30) sorted by relevance

12

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_interface_parameter_access.v39 test_if #( .FOO (identity(5)) ) the_interface (); instance
43 .intf (the_interface),
44 .intf_no_mp (the_interface),
48 localparam THE_TOP_FOO = the_interface.FOO;
49 localparam THE_TOP_FOO_BITS = $bits({the_interface.FOO, the_interface.FOO});
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsID.h161 #define NS_DEFINE_STATIC_IID_ACCESSOR(the_interface, the_iid) \ argument
163 struct the_interface::COMTypeInfo<the_interface, T> { \
167 const nsIID the_interface::COMTypeInfo<the_interface, T>::kIID NS_HIDDEN = the_iid;
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsID.h160 #define NS_DEFINE_STATIC_IID_ACCESSOR(the_interface, the_iid) \ argument
162 struct the_interface::COMTypeInfo<the_interface, T> { \
166 const nsIID the_interface::COMTypeInfo<the_interface, T>::kIID NS_HIDDEN = \
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsID.h150 #define NS_DEFINE_STATIC_IID_ACCESSOR(the_interface, the_iid) \ argument
152 struct the_interface::COMTypeInfo<the_interface, T> { \
156 const nsIID the_interface::COMTypeInfo<the_interface, T>::kIID NS_HIDDEN = \
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsID.h160 #define NS_DEFINE_STATIC_IID_ACCESSOR(the_interface, the_iid) \ argument
162 struct the_interface::COMTypeInfo<the_interface, T> { \
166 const nsIID the_interface::COMTypeInfo<the_interface, T>::kIID NS_HIDDEN = \
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsID.h160 #define NS_DEFINE_STATIC_IID_ACCESSOR(the_interface, the_iid) \ argument
162 struct the_interface::COMTypeInfo<the_interface, T> { \
166 const nsIID the_interface::COMTypeInfo<the_interface, T>::kIID NS_HIDDEN = \
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsID.h155 #define NS_DEFINE_STATIC_IID_ACCESSOR(the_interface, the_iid) \ argument
157 struct the_interface::COMTypeInfo<the_interface, T> { \
161 const nsIID the_interface::COMTypeInfo<the_interface, T>::kIID NS_HIDDEN = \
/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dos_generic.cpp208 static generic::generic_smart_interface the_interface; in init() local
209 smart_interface::set(&the_interface); in init()
H A Ddev_legacy.cpp336 static os::legacy_smart_interface the_interface; in init() local
337 smart_interface::set(&the_interface); in init()
H A Dos_openbsd.cpp621 static os_openbsd::openbsd_smart_interface the_interface; in init() local
622 smart_interface::set(&the_interface); in init()
H A Dos_darwin.cpp753 static os::darwin_smart_interface the_interface; in init() local
754 smart_interface::set(&the_interface); in init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/
H A Dmod_skypopen.c189 static switch_status_t interface_exists(char *the_interface);
276 static switch_status_t interface_exists(char *the_interface) in interface_exists() argument
282 the_interface++; in interface_exists()
283 switch_assert(the_interface); in interface_exists()
284 interface_id = atoi(the_interface); in interface_exists()
324 the_interface++; in remove_interface()
325 switch_assert(the_interface); in remove_interface()
326 interface_id = atoi(the_interface); in remove_interface()
1634 char the_interface[256]; in load_config() local
1635 sprintf(the_interface, "#%s", name); in load_config()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/
H A Dmod_gsmopen.c192 static switch_status_t interface_exists(char *the_interface);
194 static switch_status_t remove_interface(char *the_interface);
413 static switch_status_t interface_exists(char *the_interface) in interface_exists() argument
419 the_interface++; in interface_exists()
420 switch_assert(the_interface); in interface_exists()
421 interface_id = atoi(the_interface); in interface_exists()
452 static switch_status_t remove_interface(char *the_interface) in remove_interface() argument
465 switch_assert(the_interface); in remove_interface()
466 interface_id = atoi(the_interface); in remove_interface()
1665 char the_interface[256]; in load_config() local
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/
H A Dmod_gsmopen.cpp134 static switch_status_t interface_exists(char *the_interface);
135 static switch_status_t remove_interface(char *the_interface);
266 static switch_status_t interface_exists(char *the_interface) in interface_exists() argument
272 the_interface++; in interface_exists()
273 switch_assert(the_interface); in interface_exists()
274 interface_id = atoi(the_interface); in interface_exists()
303 static switch_status_t remove_interface(char *the_interface) in remove_interface() argument
318 switch_assert(the_interface); in remove_interface()
319 interface_id = atoi(the_interface); in remove_interface()
1438 char the_interface[256]; in load_config() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A Ddefineclass.cc990 jclass the_interface; in handleInterface() local
995 the_interface = _Jv_FindClass (name, def->loader); in handleInterface()
999 the_interface = pool_data[offset].clazz; in handleInterface()
1008 checkImplements (def, the_interface); in handleInterface()
1010 pool_data[offset].clazz = the_interface; in handleInterface()
1013 def->interfaces[if_number] = the_interface; in handleInterface()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A Ddefineclass.cc990 jclass the_interface; in handleInterface() local
995 the_interface = _Jv_FindClass (name, def->loader); in handleInterface()
999 the_interface = pool_data[offset].clazz; in handleInterface()
1008 checkImplements (def, the_interface); in handleInterface()
1010 pool_data[offset].clazz = the_interface; in handleInterface()
1013 def->interfaces[if_number] = the_interface; in handleInterface()
/dports/devel/boost-docs/boost_1_72_0/libs/optional/doc/html/
H A Dstandalone_HTML.manifest10 boost_optional/tutorial/design_overview/the_interface.html
/dports/devel/boost-python-libs/boost_1_72_0/libs/optional/doc/html/
H A Dstandalone_HTML.manifest10 boost_optional/tutorial/design_overview/the_interface.html
/dports/devel/boost-libs/boost_1_72_0/libs/optional/doc/html/
H A Dstandalone_HTML.manifest10 boost_optional/tutorial/design_overview/the_interface.html
/dports/devel/hyperscan/boost_1_75_0/libs/optional/doc/html/
H A Dstandalone_HTML.manifest10 boost_optional/tutorial/design_overview/the_interface.html
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/
H A Ddefineclass.cc1440 jclass the_interface; in handleInterface() local
1445 the_interface = _Jv_FindClass (name, def->loader); in handleInterface()
1449 the_interface = pool_data[offset].clazz; in handleInterface()
1458 checkImplements (def, the_interface); in handleInterface()
1460 pool_data[offset].clazz = the_interface; in handleInterface()
1463 def->interfaces[if_number] = the_interface; in handleInterface()
/dports/lang/gcc48/gcc-4.8.5/libjava/
H A Ddefineclass.cc1440 jclass the_interface; in handleInterface() local
1445 the_interface = _Jv_FindClass (name, def->loader); in handleInterface()
1449 the_interface = pool_data[offset].clazz; in handleInterface()
1458 checkImplements (def, the_interface); in handleInterface()
1460 pool_data[offset].clazz = the_interface; in handleInterface()
1463 def->interfaces[if_number] = the_interface; in handleInterface()
/dports/lang/gnat_util/gcc-6-20180516/libjava/
H A Ddefineclass.cc1440 jclass the_interface; in handleInterface() local
1445 the_interface = _Jv_FindClass (name, def->loader); in handleInterface()
1449 the_interface = pool_data[offset].clazz; in handleInterface()
1458 checkImplements (def, the_interface); in handleInterface()
1460 pool_data[offset].clazz = the_interface; in handleInterface()
1463 def->interfaces[if_number] = the_interface; in handleInterface()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/
H A Ddefineclass.cc1440 jclass the_interface; in handleInterface() local
1445 the_interface = _Jv_FindClass (name, def->loader); in handleInterface()
1449 the_interface = pool_data[offset].clazz; in handleInterface()
1458 checkImplements (def, the_interface); in handleInterface()
1460 pool_data[offset].clazz = the_interface; in handleInterface()
1463 def->interfaces[if_number] = the_interface; in handleInterface()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/
H A Ddefineclass.cc1440 jclass the_interface; in handleInterface() local
1445 the_interface = _Jv_FindClass (name, def->loader); in handleInterface()
1449 the_interface = pool_data[offset].clazz; in handleInterface()
1458 checkImplements (def, the_interface); in handleInterface()
1460 pool_data[offset].clazz = the_interface; in handleInterface()
1463 def->interfaces[if_number] = the_interface; in handleInterface()

12