Home
last modified time | relevance | path

Searched defs:sl (Results 126 – 150 of 11573) sorted by relevance

12345678910>>...463

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/can/
H A Dslcan.c143 static void slc_bump(struct slcan *sl) in slc_bump()
345 struct slcan *sl; in slcan_write_wakeup() local
357 struct slcan *sl = netdev_priv(dev); in slc_xmit() local
390 struct slcan *sl = netdev_priv(dev); in slc_close() local
408 struct slcan *sl = netdev_priv(dev); in slc_open() local
472 struct slcan *sl = (struct slcan *) tty->disc_data; in slcan_receive_buf() local
498 struct slcan *sl; in slc_sync() local
520 struct slcan *sl; in slc_alloc() local
567 struct slcan *sl; in slcan_open() local
647 struct slcan *sl = (struct slcan *) tty->disc_data; in slcan_close() local
[all …]
/dports/devel/commoncpp/commoncpp2-1.8.1/inc/cc++/
H A Dapplog.h525 __EXPORT inline AppLog &debug(AppLog& sl) in debug()
533 __EXPORT inline AppLog &warn(AppLog& sl) in warn()
541 __EXPORT inline AppLog &error(AppLog& sl) in error()
549 __EXPORT inline AppLog &emerg(AppLog& sl) in emerg()
557 __EXPORT inline AppLog &alert(AppLog& sl) in alert()
565 __EXPORT inline AppLog &critical(AppLog& sl) in critical()
573 __EXPORT inline AppLog &notice(AppLog& sl) in notice()
581 __EXPORT inline AppLog &info(AppLog& sl) in info()
/dports/devel/ucommon/ucommon-7.0.0/inc/commoncpp/
H A Dapplog.h520 __EXPORT inline AppLog &debug(AppLog& sl) in debug()
528 __EXPORT inline AppLog &warn(AppLog& sl) in warn()
536 __EXPORT inline AppLog &error(AppLog& sl) in error()
544 __EXPORT inline AppLog &emerg(AppLog& sl) in emerg()
552 __EXPORT inline AppLog &alert(AppLog& sl) in alert()
560 __EXPORT inline AppLog &critical(AppLog& sl) in critical()
568 __EXPORT inline AppLog &notice(AppLog& sl) in notice()
576 __EXPORT inline AppLog &info(AppLog& sl) in info()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dstringlist.c63 StringList *sl; in __weak_alias() local
85 sl_add(StringList *sl, char *name) in sl_add()
109 sl_free(StringList *sl, int all) in sl_free()
129 sl_find(StringList *sl, const char *name) in sl_find()
143 sl_delete(StringList *sl, const char *name, int all) in sl_delete()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/PosixLib/Stringlist/
H A Dstringlist.c61 StringList *sl; in __weak_alias() local
82 sl_add(StringList *sl, char *name) in sl_add()
106 sl_free(StringList *sl, int all) in sl_free()
126 sl_find(StringList *sl, const char *name) in sl_find()
140 sl_delete(StringList *sl, const char *name, int all) in sl_delete()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dgui_rpc_client_ops.cpp1447 SET_LOCALE sl; in exchange_versions() local
1477 SET_LOCALE sl; in get_state() local
1489 SET_LOCALE sl; in get_results() local
1515 SET_LOCALE sl; in get_old_results() local
1539 SET_LOCALE sl; in get_file_transfers() local
1562 SET_LOCALE sl; in get_simple_gui_info() local
1595 SET_LOCALE sl; in get_project_status() local
1618 SET_LOCALE sl; in get_all_projects_list() local
1658 SET_LOCALE sl; in get_disk_usage() local
1697 SET_LOCALE sl; in get_statistics() local
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzfarm/tnzcore_stuff/
H A Dtthread.cpp90 TThread::ScopedLock sl(m_mutex); in put() local
97 TThread::ScopedLock sl(m_mutex); in get() local
108 TThread::ScopedLock sl(m_mutex); in size() local
494 ScopedLock sl(m_owner->m_mutex); in run() local
531 ScopedLock sl(m_owner->m_mutex); in run() local
555 TThread::ScopedLock sl(m_imp->m_mutex); in addTask() local
572 ScopedLock sl(m_imp->m_mutex); in clear() local
581 ScopedLock sl(m_imp->m_mutex); in cancel() local
589 ScopedLock sl(m_imp->m_mutex); in cancel() local
606 TThread::ScopedLock sl(m_imp->m_mutex); in wait() local
[all …]
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dhtx.h267 #define HTX_SL_P1_LEN(sl) ((sl)->len[0]) argument
268 #define HTX_SL_P2_LEN(sl) ((sl)->len[1]) argument
269 #define HTX_SL_P3_LEN(sl) ((sl)->len[2]) argument
270 #define HTX_SL_P1_PTR(sl) ((sl)->l) argument
274 #define HTX_SL_REQ_MLEN(sl) HTX_SL_P1_LEN(sl) argument
275 #define HTX_SL_REQ_ULEN(sl) HTX_SL_P2_LEN(sl) argument
276 #define HTX_SL_REQ_VLEN(sl) HTX_SL_P3_LEN(sl) argument
277 #define HTX_SL_REQ_MPTR(sl) HTX_SL_P1_PTR(sl) argument
278 #define HTX_SL_REQ_UPTR(sl) HTX_SL_P2_PTR(sl) argument
279 #define HTX_SL_REQ_VPTR(sl) HTX_SL_P3_PTR(sl) argument
[all …]
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dhtx.h266 #define HTX_SL_P1_LEN(sl) ((sl)->len[0]) argument
267 #define HTX_SL_P2_LEN(sl) ((sl)->len[1]) argument
268 #define HTX_SL_P3_LEN(sl) ((sl)->len[2]) argument
269 #define HTX_SL_P1_PTR(sl) ((sl)->l) argument
273 #define HTX_SL_REQ_MLEN(sl) HTX_SL_P1_LEN(sl) argument
274 #define HTX_SL_REQ_ULEN(sl) HTX_SL_P2_LEN(sl) argument
275 #define HTX_SL_REQ_VLEN(sl) HTX_SL_P3_LEN(sl) argument
276 #define HTX_SL_REQ_MPTR(sl) HTX_SL_P1_PTR(sl) argument
277 #define HTX_SL_REQ_UPTR(sl) HTX_SL_P2_PTR(sl) argument
278 #define HTX_SL_REQ_VPTR(sl) HTX_SL_P3_PTR(sl) argument
[all …]
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dhtx.h266 #define HTX_SL_P1_LEN(sl) ((sl)->len[0]) argument
267 #define HTX_SL_P2_LEN(sl) ((sl)->len[1]) argument
268 #define HTX_SL_P3_LEN(sl) ((sl)->len[2]) argument
269 #define HTX_SL_P1_PTR(sl) ((sl)->l) argument
273 #define HTX_SL_REQ_MLEN(sl) HTX_SL_P1_LEN(sl) argument
274 #define HTX_SL_REQ_ULEN(sl) HTX_SL_P2_LEN(sl) argument
275 #define HTX_SL_REQ_VLEN(sl) HTX_SL_P3_LEN(sl) argument
276 #define HTX_SL_REQ_MPTR(sl) HTX_SL_P1_PTR(sl) argument
277 #define HTX_SL_REQ_UPTR(sl) HTX_SL_P2_PTR(sl) argument
278 #define HTX_SL_REQ_VPTR(sl) HTX_SL_P3_PTR(sl) argument
[all …]
/dports/biology/py-libsedml/libSEDML-2.0.26/src/sedml/
H A DSedLine.cpp846 SedLine_clone(const SedLine_t* sl) in SedLine_clone()
864 SedLine_free(SedLine_t* sl) in SedLine_free()
878 SedLine_getType(const SedLine_t * sl) in SedLine_getType()
905 SedLine_getColor(const SedLine_t * sl) in SedLine_getColor()
921 SedLine_getThickness(const SedLine_t * sl) in SedLine_getThickness()
933 SedLine_isSetType(const SedLine_t * sl) in SedLine_isSetType()
945 SedLine_isSetColor(const SedLine_t * sl) in SedLine_isSetColor()
957 SedLine_isSetThickness(const SedLine_t * sl) in SedLine_isSetThickness()
1012 SedLine_unsetType(SedLine_t * sl) in SedLine_unsetType()
1023 SedLine_unsetColor(SedLine_t * sl) in SedLine_unsetColor()
[all …]
/dports/biology/libsedml/libSEDML-2.0.26/src/sedml/
H A DSedLine.cpp846 SedLine_clone(const SedLine_t* sl) in SedLine_clone()
864 SedLine_free(SedLine_t* sl) in SedLine_free()
878 SedLine_getType(const SedLine_t * sl) in SedLine_getType()
905 SedLine_getColor(const SedLine_t * sl) in SedLine_getColor()
921 SedLine_getThickness(const SedLine_t * sl) in SedLine_getThickness()
933 SedLine_isSetType(const SedLine_t * sl) in SedLine_isSetType()
945 SedLine_isSetColor(const SedLine_t * sl) in SedLine_isSetColor()
957 SedLine_isSetThickness(const SedLine_t * sl) in SedLine_isSetThickness()
1012 SedLine_unsetType(SedLine_t * sl) in SedLine_unsetType()
1023 SedLine_unsetColor(SedLine_t * sl) in SedLine_unsetColor()
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dstopwords.c28 int StopWordList_Contains(const StopWordList *sl, const char *term, size_t len) { in StopWordList_Contains()
57 StopWordList *sl = rm_malloc(sizeof(*sl)); in NewStopWordListCStr() local
85 void StopWordList_Ref(StopWordList *sl) { in StopWordList_Ref()
89 static void StopWordList_FreeInternal(StopWordList *sl) { in StopWordList_FreeInternal()
97 void StopWordList_Unref(StopWordList *sl) { in StopWordList_Unref()
123 StopWordList *sl = rm_malloc(sizeof(*sl)); in StopWordList_RdbLoad() local
138 void StopWordList_RdbSave(RedisModuleIO *rdb, StopWordList *sl) { in StopWordList_RdbSave()
152 void ReplyWithStopWordsList(RedisModuleCtx *ctx, struct StopWordList *sl) { in ReplyWithStopWordsList()
176 char **GetStopWordsList(struct StopWordList *sl, size_t *size) { in GetStopWordsList()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/w1/slaves/
H A Dw1_ds28e17.c122 static size_t w1_f19_error(struct w1_slave *sl, u8 w1_buf[]) in w1_f19_error()
149 static int __w1_f19_i2c_write(struct w1_slave *sl, in __w1_f19_i2c_write()
349 struct w1_slave *sl = (struct w1_slave *) adapter->algo_data; in w1_f19_i2c_master_transfer() local
500 static int w1_f19_get_i2c_speed(struct w1_slave *sl) in w1_f19_get_i2c_speed()
554 static int w1_f19_set_i2c_speed(struct w1_slave *sl, u8 speed) in w1_f19_set_i2c_speed()
577 struct w1_slave *sl = dev_to_w1_slave(dev); in speed_show() local
592 struct w1_slave *sl = dev_to_w1_slave(dev); in speed_store() local
632 struct w1_slave *sl = dev_to_w1_slave(dev); in stretch_show() local
642 struct w1_slave *sl = dev_to_w1_slave(dev); in stretch_store() local
681 static int w1_f19_add_slave(struct w1_slave *sl) in w1_f19_add_slave()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/w1/slaves/
H A Dw1_ds28e17.c122 static size_t w1_f19_error(struct w1_slave *sl, u8 w1_buf[]) in w1_f19_error()
149 static int __w1_f19_i2c_write(struct w1_slave *sl, in __w1_f19_i2c_write()
349 struct w1_slave *sl = (struct w1_slave *) adapter->algo_data; in w1_f19_i2c_master_transfer() local
500 static int w1_f19_get_i2c_speed(struct w1_slave *sl) in w1_f19_get_i2c_speed()
554 static int w1_f19_set_i2c_speed(struct w1_slave *sl, u8 speed) in w1_f19_set_i2c_speed()
577 struct w1_slave *sl = dev_to_w1_slave(dev); in speed_show() local
592 struct w1_slave *sl = dev_to_w1_slave(dev); in speed_store() local
632 struct w1_slave *sl = dev_to_w1_slave(dev); in stretch_show() local
642 struct w1_slave *sl = dev_to_w1_slave(dev); in stretch_store() local
681 static int w1_f19_add_slave(struct w1_slave *sl) in w1_f19_add_slave()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/w1/slaves/
H A Dw1_ds28e17.c122 static size_t w1_f19_error(struct w1_slave *sl, u8 w1_buf[]) in w1_f19_error()
149 static int __w1_f19_i2c_write(struct w1_slave *sl, in __w1_f19_i2c_write()
349 struct w1_slave *sl = (struct w1_slave *) adapter->algo_data; in w1_f19_i2c_master_transfer() local
500 static int w1_f19_get_i2c_speed(struct w1_slave *sl) in w1_f19_get_i2c_speed()
554 static int w1_f19_set_i2c_speed(struct w1_slave *sl, u8 speed) in w1_f19_set_i2c_speed()
577 struct w1_slave *sl = dev_to_w1_slave(dev); in speed_show() local
592 struct w1_slave *sl = dev_to_w1_slave(dev); in speed_store() local
632 struct w1_slave *sl = dev_to_w1_slave(dev); in stretch_show() local
642 struct w1_slave *sl = dev_to_w1_slave(dev); in stretch_store() local
681 static int w1_f19_add_slave(struct w1_slave *sl) in w1_f19_add_slave()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/synthesisers/
H A Djuce_Synthesiser.cpp89 const ScopedLock sl (lock); in getVoice() local
95 const ScopedLock sl (lock); in clearVoices() local
101 const ScopedLock sl (lock); in addVoice() local
108 const ScopedLock sl (lock); in removeVoice() local
114 const ScopedLock sl (lock); in clearSounds() local
120 const ScopedLock sl (lock); in addSound() local
126 const ScopedLock sl (lock); in removeSound() local
170 const ScopedLock sl (lock); in processNextBlock() local
288 const ScopedLock sl (lock); in noteOn() local
345 const ScopedLock sl (lock); in noteOff() local
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/synthesisers/
H A Djuce_Synthesiser.cpp89 const ScopedLock sl (lock); in getVoice() local
95 const ScopedLock sl (lock); in clearVoices() local
101 const ScopedLock sl (lock); in addVoice() local
108 const ScopedLock sl (lock); in removeVoice() local
114 const ScopedLock sl (lock); in clearSounds() local
120 const ScopedLock sl (lock); in addSound() local
126 const ScopedLock sl (lock); in removeSound() local
170 const ScopedLock sl (lock); in processNextBlock() local
288 const ScopedLock sl (lock); in noteOn() local
345 const ScopedLock sl (lock); in noteOff() local
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/synthesisers/
H A Djuce_Synthesiser.cpp89 const ScopedLock sl (lock); in getVoice() local
95 const ScopedLock sl (lock); in clearVoices() local
101 const ScopedLock sl (lock); in addVoice() local
108 const ScopedLock sl (lock); in removeVoice() local
114 const ScopedLock sl (lock); in clearSounds() local
120 const ScopedLock sl (lock); in addSound() local
126 const ScopedLock sl (lock); in removeSound() local
173 const ScopedLock sl (lock); in processNextBlock() local
289 const ScopedLock sl (lock); in noteOn() local
346 const ScopedLock sl (lock); in noteOff() local
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dstopwords.c33 int StopWordList_Contains(const StopWordList *sl, const char *term, size_t len) { in StopWordList_Contains()
59 StopWordList *sl = rm_malloc(sizeof(*sl)); in NewStopWordListCStr() local
84 void StopWordList_Ref(StopWordList *sl) { in StopWordList_Ref()
88 static void StopWordList_FreeInternal(StopWordList *sl) { in StopWordList_FreeInternal()
96 void StopWordList_Unref(StopWordList *sl) { in StopWordList_Unref()
122 StopWordList *sl = rm_malloc(sizeof(*sl)); in StopWordList_RdbLoad() local
137 void StopWordList_RdbSave(RedisModuleIO *rdb, StopWordList *sl) { in StopWordList_RdbSave()
151 void ReplyWithStopWordsList(RedisModuleCtx *ctx, struct StopWordList *sl) { in ReplyWithStopWordsList()
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/contrib/libbsdport/libc/gen/
H A Dstringlist.c56 StringList *sl; in sl_init() local
77 sl_add(sl, name) in sl_add() argument
96 sl_free(sl, all) in sl_free() argument
118 sl_find(sl, name) in sl_find() argument
/dports/multimedia/musique/musique-1.10.1/src/tags/
H A Dmp4utils.h36 TagLib::StringList sl = it->second.toStringList(); in load() local
41 TagLib::StringList sl = map["soaa"].toStringList(); in load() local
47 TagLib::StringList sl = map["soar"].toStringList(); in load() local
53 TagLib::StringList sl = map["©lyr"].toStringList(); in load() local
/dports/games/crossfire-client/crossfire-client-1.75.1/common/
H A Dnewsocket.c32 void SockList_Init(SockList *sl, guint8 *buf) in SockList_Init()
43 void SockList_AddChar(SockList *sl, char c) in SockList_AddChar()
64 void SockList_AddShort(SockList *sl, guint16 data) in SockList_AddShort()
80 void SockList_AddInt(SockList *sl, guint32 data) in SockList_AddInt()
98 void SockList_AddString(SockList *sl, const char *str) in SockList_AddString()
112 int SockList_Send(SockList *sl, GSocketConnection* c) { in SockList_Send()
251 SockList sl; in cs_print_string() local
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dslc.c48 GF_Err gf_odf_del_slc(GF_SLConfig *sl) in gf_odf_del_slc()
59 GF_Err gf_odf_slc_set_pref(GF_SLConfig *sl) in gf_odf_slc_set_pref()
127 u32 SLIsPredefined(GF_SLConfig *sl) in SLIsPredefined()
151 static u32 GetTSbytesLen(GF_SLConfig *sl) in GetTSbytesLen()
166 GF_Err gf_odf_read_slc(GF_BitStream *bs, GF_SLConfig *sl, u32 DescSize) in gf_odf_read_slc()
246 GF_Err gf_odf_size_slc(GF_SLConfig *sl, u32 *outSize) in gf_odf_size_slc()
260 GF_Err gf_odf_write_slc(GF_BitStream *bs, GF_SLConfig *sl) in gf_odf_write_slc()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/sys/dvb/
H A Dcamsession.c42 cam_sl_session_new (CamSL * sl, CamTLConnection * connection, in cam_sl_session_new()
65 CamSL *sl = g_new0 (CamSL, 1); in cam_sl_new() local
77 cam_sl_destroy (CamSL * sl) in cam_sl_destroy()
85 cam_sl_create_session (CamSL * sl, in cam_sl_create_session()
157 CamSL *sl = session->sl; in cam_sl_session_close() local
199 cam_sl_calc_buffer_size (CamSL * sl, guint body_length, in cam_sl_calc_buffer_size()
304 handle_open_session_request (CamSL * sl, CamTLConnection * connection, in handle_open_session_request()
428 handle_close_session_request (CamSL * sl, CamTLConnection * connection, in handle_close_session_request()
490 handle_close_session_response (CamSL * sl, CamTLConnection * connection, in handle_close_session_response()
532 handle_session_data (CamSL * sl, CamTLConnection * connection, in handle_session_data()
[all …]

12345678910>>...463