Home
last modified time | relevance | path

Searched refs:ldid (Results 1 – 25 of 68) sorted by relevance

123

/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dtarget_table_devices.h115 …void send_from_device( const thread tid, const index ldid, Event& e, const std::vector< ConnectorM…
180 const index ldid,
199 const index ldid,
213 const index ldid, in get_synapse_status_from_device() argument
218 target_from_devices_[ tid ][ ldid ][ syn_id ]->get_synapse_status( tid, lcid, dict ); in get_synapse_status_from_device()
223 const index ldid, in set_synapse_status_from_device() argument
229 target_from_devices_[ tid ][ ldid ][ syn_id ]->set_synapse_status( lcid, dict, cm ); in set_synapse_status_from_device()
234 const index ldid, in send_from_device() argument
238 for ( std::vector< ConnectorBase* >::iterator it = target_from_devices_[ tid ][ ldid ].begin(); in send_from_device()
239 it != target_from_devices_[ tid ][ ldid ].end(); in send_from_device()
H A Dtarget_table_devices.cpp101 for ( index ldid = 0; ldid < target_from_devices_[ tid ].size(); ++ldid ) in resize_to_number_of_synapse_types() local
104 …target_from_devices_[ tid ][ ldid ].resize( kernel().model_manager.get_num_synapse_prototypes(), N… in resize_to_number_of_synapse_types()
171 const index ldid = source->get_local_device_id(); in get_connections_from_devices_() local
173 if ( target_from_devices_[ tid ][ ldid ].size() > 0 ) in get_connections_from_devices_()
176 if ( target_from_devices_[ tid ][ ldid ][ syn_id ] != NULL ) in get_connections_from_devices_()
178 target_from_devices_[ tid ][ ldid ][ syn_id ]->get_all_connections( in get_connections_from_devices_()
H A Dtarget_table_devices_impl.h62 const index ldid = source.get_local_device_id(); in add_connection_from_device() local
63 assert( ldid != invalid_index ); in add_connection_from_device()
64 assert( ldid < target_from_devices_[ tid ].size() ); in add_connection_from_device()
65 assert( syn_id < target_from_devices_[ tid ][ ldid ].size() ); in add_connection_from_device()
69 .add_connection( source, target, target_from_devices_[ tid ][ ldid ], syn_id, p, d, w ); in add_connection_from_device()
72 sending_devices_node_ids_[ tid ][ ldid ] = source.get_node_id(); in add_connection_from_device()
H A Ddevice_node.h51 void set_local_device_id( const index ldid );
59 DeviceNode::set_local_device_id( const index ldid ) in set_local_device_id() argument
61 local_device_id_ = ldid; in set_local_device_id()
H A Devent_delivery_manager_impl.h43 const index ldid = source.get_local_device_id(); in send_local_() local
44 kernel().connection_manager.send_from_device( t, ldid, e ); in send_local_()
54 const index ldid = source.get_local_device_id(); in send_local_() local
55 kernel().connection_manager.send_from_device( t, ldid, e ); in send_local_()
H A Dconnection_manager_impl.h66 ConnectionManager::send_from_device( const thread tid, const index ldid, Event& e ) in send_from_device() argument
68 …target_table_devices_.send_from_device( tid, ldid, e, kernel().model_manager.get_synapse_prototype… in send_from_device()
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/ldid/
H A DMakefile7 LIBNAME=ldid
13 LIBDYLIB=$(PLATFORM)/ldid
29 cp $(PLATFORM)/ldid $(NATIVEPREFIX)/bin
H A D01-disable-openssl-plist.patch17 LDID_OBJS = ldid.cpp.o lookup2.c.o
21 all: ldid
/dports/science/nest/nest-simulator-3.1/models/
H A Dvolume_transmitter.h151 void set_local_device_id( const index ldid );
230 volume_transmitter::set_local_device_id( const index ldid ) in set_local_device_id() argument
232 local_device_id_ = ldid; in set_local_device_id()
/dports/databases/postgis32/postgis-3.2.0/loader/
H A Dshpcommon.c24 int ldid; member
321 if ( code_pages[i].ldid == num ) in codepage2encoding()
350 if ( code_pages[i].ldid == 0xFF ) in encoding2codepage()
357 int ret = asprintf(&codepage, "LDID/%d", code_pages[i].ldid); in encoding2codepage()
/dports/databases/postgis31/postgis-3.1.4/loader/
H A Dshpcommon.c24 int ldid; member
321 if ( code_pages[i].ldid == num ) in codepage2encoding()
350 if ( code_pages[i].ldid == 0xFF ) in encoding2codepage()
357 int ret = asprintf(&codepage, "LDID/%d", code_pages[i].ldid); in encoding2codepage()
/dports/databases/postgis30/postgis-3.0.4/loader/
H A Dshpcommon.c24 int ldid; member
321 if ( code_pages[i].ldid == num ) in codepage2encoding()
350 if ( code_pages[i].ldid == 0xFF ) in encoding2codepage()
357 int ret = asprintf(&codepage, "LDID/%d", code_pages[i].ldid); in encoding2codepage()
H A Ddbfopen.c649 int i, ldid = -1; in DBFCreateLL() local
696 ldid = atoi(pszCodePage + 5); in DBFCreateLL()
697 if (ldid > 255) in DBFCreateLL()
698 ldid = -1; /* don't use 0 to indicate out of range as LDID/0 is a valid one */ in DBFCreateLL()
700 if (ldid < 0) in DBFCreateLL()
707 if (pszCodePage == NULL || ldid >= 0) in DBFCreateLL()
739 psDBF->iLanguageDriver = ldid > 0 ? ldid : 0; in DBFCreateLL()
/dports/databases/postgis25/postgis-2.5.5/loader/
H A Dshpcommon.c24 int ldid; member
321 if ( code_pages[i].ldid == num ) in codepage2encoding()
350 if ( code_pages[i].ldid == 0xFF ) in encoding2codepage()
357 int ret = asprintf(&codepage, "LDID/%d", code_pages[i].ldid); in encoding2codepage()
H A Ddbfopen.c664 int i, ldid = -1; in DBFCreateLL() local
712 ldid = atoi( pszCodePage + 5 ); in DBFCreateLL()
713 if( ldid > 255 ) in DBFCreateLL()
714 ldid = -1; /* don't use 0 to indicate out of range as LDID/0 is a valid one */ in DBFCreateLL()
716 if( ldid < 0 ) in DBFCreateLL()
723 if( pszCodePage == NULL || ldid >= 0 ) in DBFCreateLL()
755 psDBF->iLanguageDriver = ldid > 0 ? ldid : 0; in DBFCreateLL()
/dports/audio/bristol/bristol-0.60.10/libbrighton/
H A DbrightonPanelMgt.c76 static brightonILocations *ldid = 0; variable
250 if ((panel->flags & BRIGHTON_KEY_PANEL) || ldid) in configurePanel()
261 if (device != ldid) in configurePanel()
277 if (ldid != device) in configurePanel()
287 ldid = bwin->activedev = device; in configurePanel()
295 ldid = 0; in configurePanel()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/
H A DREADME_JAILBROKEN_IPHONE.md8 2. Install OpenSSH and ldid from Cydia. You probably also want to install SBSettings for a convenie…
32 $> ldid -S /Applications/SuperCollider.app/SuperCollider
/dports/cad/librecad/LibreCAD-2.2.0-rc2/plugins/importshp/shapelib/
H A Ddbfopen.c665 int i, ldid = -1; in DBFCreateLL() local
713 ldid = atoi( pszCodePage + 5 ); in DBFCreateLL()
714 if( ldid > 255 ) in DBFCreateLL()
715 ldid = -1; // don't use 0 to indicate out of range as LDID/0 is a valid one in DBFCreateLL()
717 if( ldid < 0 ) in DBFCreateLL()
724 if( pszCodePage == NULL || ldid >= 0 ) in DBFCreateLL()
756 psDBF->iLanguageDriver = ldid > 0 ? ldid : 0; in DBFCreateLL()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/shape/
H A Ddbfopen.c689 int i, ldid = -1; in DBFCreateLL() local
736 ldid = atoi( pszCodePage + 5 ); in DBFCreateLL()
737 if( ldid > 255 ) in DBFCreateLL()
738 ldid = -1; // don't use 0 to indicate out of range as LDID/0 is a valid one in DBFCreateLL()
740 if( ldid < 0 ) in DBFCreateLL()
747 if( pszCodePage == NULL || ldid >= 0 ) in DBFCreateLL()
779 psDBF->iLanguageDriver = ldid > 0 ? ldid : 0; in DBFCreateLL()
/dports/databases/grass7/grass-7.8.6/lib/external/shapelib/
H A Ddbfopen.c698 int i, ldid = -1; in DBFCreateLL() local
747 ldid = atoi( pszCodePage + 5 ); in DBFCreateLL()
748 if( ldid > 255 ) in DBFCreateLL()
749 ldid = -1; // don't use 0 to indicate out of range as LDID/0 is a valid one in DBFCreateLL()
751 if( ldid < 0 ) in DBFCreateLL()
758 if( pszCodePage == NULL || ldid >= 0 ) in DBFCreateLL()
790 psDBF->iLanguageDriver = ldid > 0 ? ldid : 0; in DBFCreateLL()
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/ci/toolchain/
H A Dcctools-port.yml14 - ldid
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/ci/toolchain/
H A Dcctools-port.yml14 - ldid
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/scripts/misc/
H A Dbuild-cctools-port.sh19 LDID_SOURCE_DIR=$MOZ_FETCHES_DIR/ldid
/dports/www/firefox/firefox-99.0/taskcluster/scripts/misc/
H A Dbuild-cctools-port.sh19 LDID_SOURCE_DIR=$MOZ_FETCHES_DIR/ldid
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/scripts/misc/
H A Dbuild-cctools-port.sh19 LDID_SOURCE_DIR=$MOZ_FETCHES_DIR/ldid

123