Home
last modified time | relevance | path

Searched defs:sl (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/boost/libs/dll/test/
Dshared_library_load_test.cpp92 shared_library sl(shared_library_path); in main() local
140 shared_library sl(shared_library_path, ec); in main() local
166 shared_library sl; in main() local
182 shared_library sl; in main() local
190 shared_library sl; in main() local
200 shared_library sl(shared_library_path, load_mode::load_with_altered_search_path ); in main() local
208 shared_library sl(shared_library_path, load_mode::load_with_altered_search_path, ec); in main() local
219 shared_library sl(shared_library_path, load_mode::search_system_folders, ec); in main() local
252 shared_library sl; in main() local
260 shared_library sl; in main() local
[all …]
Dshared_library_search_symbol_test.cpp30 shared_library sl(shared_library_path); in main() local
40 shared_library sl(program_location()); in main() local
Dsymbol_runtime_info_test.cpp128 shared_library sl(program_location()); in main() local
139 shared_library sl(program_location(ec)); in main() local
/third_party/boost/boost/container/detail/
Dmutex.hpp100 #define BOOST_CONTAINER_CAS_LOCK(sl) __sync_lock_test_and_set(sl, 1) argument
101 #define BOOST_CONTAINER_CLEAR_LOCK(sl) __sync_lock_release(sl) argument
105 static inline int boost_container_x86_cas_lock(int *sl) { in boost_container_x86_cas_lock()
116 static inline void boost_container_x86_clear_lock(int* sl) { in boost_container_x86_clear_lock()
126 #define BOOST_CONTAINER_CAS_LOCK(sl) boost_container_x86_cas_lock(sl) argument
127 #define BOOST_CONTAINER_CLEAR_LOCK(sl) boost_container_x86_clear_lock(sl) argument
130 #define BOOST_CONTAINER_CAS_LOCK(sl) interlockedexchange((long volatile*)sl, (long)1) argument
131 #define BOOST_CONTAINER_CLEAR_LOCK(sl) interlockedexchange((long volatile*)sl, (long)0) argument
150 inline int boost_interprocess_spin_acquire_lock(int *sl) { in boost_interprocess_spin_acquire_lock()
161 #define BOOST_CONTAINER_TRY_LOCK(sl) !BOOST_CONTAINER_CAS_LOCK(sl) argument
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dvb/
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()
232 send_open_session_response (CamSL * sl, CamSLSession * session, guint8 status) in send_open_session_response()
269 send_close_session_response (CamSL * sl, CamSLSession * session, guint8 status) in send_close_session_response()
304 handle_open_session_request (CamSL * sl, CamTLConnection * connection, in handle_open_session_request()
379 handle_create_session_response (CamSL * sl, CamTLConnection * connection, in handle_create_session_response()
[all …]
Dcamapplication.c96 cam_al_new (CamSL * sl) in cam_al_new()
230 open_session_request_cb (CamSL * sl, CamSLSession * session, in open_session_request_cb()
269 session_opened_cb (CamSL * sl, CamSLSession * session) in session_opened_cb()
283 session_closed_cb (CamSL * sl, CamSLSession * session) in session_closed_cb()
309 session_data_cb (CamSL * sl, CamSLSession * session, guint8 * data, guint size) in session_data_cb()
/third_party/pulseaudio/src/daemon/
Dserver-lookup.c78 pa_dbusobj_server_lookup *sl = user_data; in unregister_cb() local
86 …lerResult handle_introspect(DBusConnection *conn, DBusMessage *msg, pa_dbusobj_server_lookup *sl) { in handle_introspect()
140 …erResult handle_get_address(DBusConnection *conn, DBusMessage *msg, pa_dbusobj_server_lookup *sl) { in handle_get_address()
201 …BusHandlerResult handle_get(DBusConnection *conn, DBusMessage *msg, pa_dbusobj_server_lookup *sl) { in handle_get()
251 …BusHandlerResult handle_set(DBusConnection *conn, DBusMessage *msg, pa_dbusobj_server_lookup *sl) { in handle_set()
309 …andlerResult handle_get_all(DBusConnection *conn, DBusMessage *msg, pa_dbusobj_server_lookup *sl) { in handle_get_all()
408 pa_dbusobj_server_lookup *sl = user_data; in message_cb() local
448 pa_dbusobj_server_lookup *sl; in pa_dbusobj_server_lookup_new() local
479 void pa_dbusobj_server_lookup_free(pa_dbusobj_server_lookup *sl) { in pa_dbusobj_server_lookup_free()
/third_party/ffmpeg/libavcodec/
Dh264_cabac.c1262 void ff_h264_init_cabac_states(const H264Context *h, H264SliceContext *sl) in ff_h264_init_cabac_states()
1283 static int decode_cabac_field_decoding_flag(const H264Context *h, H264SliceContext *sl) in decode_cabac_field_decoding_flag()
1295 static int decode_cabac_intra_mb_type(H264SliceContext *sl, in decode_cabac_intra_mb_type()
1327 static int decode_cabac_mb_skip(const H264Context *h, H264SliceContext *sl, in decode_cabac_mb_skip()
1364 static int decode_cabac_mb_intra4x4_pred_mode(H264SliceContext *sl, int pred_mode) in decode_cabac_mb_intra4x4_pred_mode()
1378 static int decode_cabac_mb_chroma_pre_mode(const H264Context *h, H264SliceContext *sl) in decode_cabac_mb_chroma_pre_mode()
1403 static int decode_cabac_mb_cbp_luma(H264SliceContext *sl) in decode_cabac_mb_cbp_luma()
1420 static int decode_cabac_mb_cbp_chroma(H264SliceContext *sl) in decode_cabac_mb_cbp_chroma()
1440 static int decode_cabac_p_mb_sub_type(H264SliceContext *sl) in decode_cabac_p_mb_sub_type()
1450 static int decode_cabac_b_mb_sub_type(H264SliceContext *sl) in decode_cabac_b_mb_sub_type()
[all …]
Dh264_slice.c128 static int alloc_scratch_buffers(H264SliceContext *sl, int linesize) in alloc_scratch_buffers()
566 static av_always_inline void backup_mb_border(const H264Context *h, H264SliceContext *sl, in backup_mb_border()
668 static void implicit_weight_table(const H264Context *h, H264SliceContext *sl, int field) in implicit_weight_table()
985 H264SliceContext *sl = &h->slice_ctx[i]; in h264_slice_header_init() local
1019 static int h264_init_ps(H264Context *h, const H264SliceContext *sl, int first_slice) in h264_init_ps()
1454 static int h264_field_start(H264Context *h, const H264SliceContext *sl, in h264_field_start()
1741 static int h264_slice_header_parse(const H264Context *h, H264SliceContext *sl, in h264_slice_header_parse()
1955 static int h264_slice_init(H264Context *h, H264SliceContext *sl, in h264_slice_init()
2093 H264SliceContext *sl = h->slice_ctx + h->nb_slice_ctx_queued; in ff_h264_queue_decode_slice() local
2216 int ff_h264_get_slice_type(const H264SliceContext *sl) in ff_h264_get_slice_type()
[all …]
Dh264_mvpred.h39 static av_always_inline int fetch_diagonal_mv(const H264Context *h, H264SliceContext *sl, in fetch_diagonal_mv()
97 H264SliceContext *sl, in pred_motion()
162 H264SliceContext *sl, in pred_16x8_motion()
203 H264SliceContext *sl, in pred_8x16_motion()
259 H264SliceContext *sl) in pred_pskip_motion()
357 static void fill_decode_neighbors(const H264Context *h, H264SliceContext *sl, int mb_type) in fill_decode_neighbors()
446 static void fill_decode_caches(const H264Context *h, H264SliceContext *sl, int mb_type) in fill_decode_caches()
804 static void av_unused decode_mb_skip(const H264Context *h, H264SliceContext *sl) in decode_mb_skip()
Dh264_mb.c39 static inline int get_lowest_part_list_y(H264SliceContext *sl, in get_lowest_part_list_y()
52 static inline void get_lowest_part_y(const H264Context *h, H264SliceContext *sl, in get_lowest_part_y()
96 static void await_references(const H264Context *h, H264SliceContext *sl) in await_references()
205 static av_always_inline void mc_dir_part(const H264Context *h, H264SliceContext *sl, in mc_dir_part()
321 static av_always_inline void mc_part_std(const H264Context *h, H264SliceContext *sl, in mc_part_std()
369 static av_always_inline void mc_part_weighted(const H264Context *h, H264SliceContext *sl, in mc_part_weighted()
483 static av_always_inline void prefetch_motion(const H264Context *h, H264SliceContext *sl, in prefetch_motion()
508 static av_always_inline void xchg_mb_border(const H264Context *h, H264SliceContext *sl, in xchg_mb_border()
614 H264SliceContext *sl, in hl_decode_mb_predict_luma()
727 static av_always_inline void hl_decode_mb_idct_luma(const H264Context *h, H264SliceContext *sl, in hl_decode_mb_idct_luma()
[all …]
Dh264_direct.c38 static int get_scale_factor(H264SliceContext *sl, in get_scale_factor()
63 H264SliceContext *sl) in ff_h264_direct_dist_scale_factor()
83 static void fill_colmap(const H264Context *h, H264SliceContext *sl, in fill_colmap()
121 void ff_h264_direct_ref_list_init(const H264Context *const h, H264SliceContext *sl) in ff_h264_direct_ref_list_init()
200 static void pred_spatial_direct_motion(const H264Context *const h, H264SliceContext *sl, in pred_spatial_direct_motion()
487 static void pred_temp_direct_motion(const H264Context *const h, H264SliceContext *sl, in pred_temp_direct_motion()
721 void ff_h264_pred_direct_motion(const H264Context *const h, H264SliceContext *sl, in ff_h264_pred_direct_motion()
Dh264dec.c72 H264SliceContext *sl = &h->slice_ctx[0]; in h264_er_decode_mb() local
103 void ff_h264_draw_horiz_band(const H264Context *h, H264SliceContext *sl, in ff_h264_draw_horiz_band()
162 H264SliceContext *sl = &h->slice_ctx[i]; in ff_h264_free_tables() local
222 int ff_h264_slice_context_init(H264Context *h, H264SliceContext *sl) in ff_h264_slice_context_init()
623 H264SliceContext *sl = h->slice_ctx + h->nb_slice_ctx_queued; in decode_nal_units() local
742 H264SliceContext *sl = h->slice_ctx; in decode_nal_units() local
Dh264_refs.c135 static void h264_initialise_ref_list(H264Context *h, H264SliceContext *sl) in h264_initialise_ref_list()
274 static void h264_fill_mbaff_ref_list(H264SliceContext *sl) in h264_fill_mbaff_ref_list()
299 int ff_h264_build_ref_list(H264Context *h, H264SliceContext *sl) in ff_h264_build_ref_list()
423 int ff_h264_decode_ref_pic_list_reordering(H264SliceContext *sl, void *logctx) in ff_h264_decode_ref_pic_list_reordering()
834 int ff_h264_decode_ref_pic_marking(H264SliceContext *sl, GetBitContext *gb, in ff_h264_decode_ref_pic_marking()
/third_party/boost/libs/interprocess/test/
Dfile_lock_test.cpp52 scoped_lock<file_lock> sl(flock); in main() local
55 scoped_lock<file_lock> sl(flock, try_to_lock); in main() local
58 scoped_lock<file_lock> sl(flock, test::delay(1)); in main() local
/third_party/gettext/gettext-runtime/intl/
Dos2compat.c57 size_t sl = strlen (root); in nlos2_initialize() local
71 size_t sl = strlen (root); in nlos2_initialize() local
85 size_t sl = strlen (root); in nlos2_initialize() local
/third_party/boost/libs/container/test/
Dslist_test.cpp59 slist<int> sl = il; in test_support_for_initializer_list() local
65 slist<int> sl = {1, 2}; in test_support_for_initializer_list() local
77 slist<int> sl = {4, 5}; in test_support_for_initializer_list() local
84 slist<int> sl = {15}; in test_support_for_initializer_list() local
91 slist<int> sl = {5}; in test_support_for_initializer_list() local
Dlist_test.hpp420 List sl = il; in test_list_methods_with_initializer_list_as_argument_for() local
426 List sl = {1, 2}; in test_list_methods_with_initializer_list_as_argument_for() local
438 List sl = {4, 5}; in test_list_methods_with_initializer_list_as_argument_for() local
445 List sl = {15}; in test_list_methods_with_initializer_list_as_argument_for() local
452 List sl = {5}; in test_list_methods_with_initializer_list_as_argument_for() local
/third_party/boost/boost/dll/detail/posix/
Dshared_library_impl.hpp50 shared_library_impl(BOOST_RV_REF(shared_library_impl) sl) BOOST_NOEXCEPT in shared_library_impl()
56 shared_library_impl & operator=(BOOST_RV_REF(shared_library_impl) sl) BOOST_NOEXCEPT { in operator =()
62 static boost::dll::fs::path decorate(const boost::dll::fs::path & sl) { in decorate()
72 …void load(boost::dll::fs::path sl, load_mode::type portable_mode, boost::dll::fs::error_code &ec) { in load()
/third_party/boost/boost/dll/detail/windows/
Dshared_library_impl.hpp42 shared_library_impl(BOOST_RV_REF(shared_library_impl) sl) BOOST_NOEXCEPT in shared_library_impl()
48 shared_library_impl & operator=(BOOST_RV_REF(shared_library_impl) sl) BOOST_NOEXCEPT { in operator =()
53 static boost::dll::fs::path decorate(const boost::dll::fs::path& sl) { in decorate()
59 …void load(boost::dll::fs::path sl, load_mode::type portable_mode, boost::dll::fs::error_code &ec) { in load()
/third_party/libsnd/src/
Dtest_nms_adpcm.c248 int i, j, sl ; in test_nms_adpcm_32() local
299 int i, j, sl ; in test_nms_adpcm_24() local
350 int i, j, sl ; in test_nms_adpcm_16() local
/third_party/boost/libs/python/test/numpy/
Dindexing.cpp14 p::object slice(np::ndarray ndarr, p::slice sl) { return ndarr[sl];} in slice()
17 p::object indexslice(np::ndarray ndarr, np::ndarray d1, p::slice sl) { return ndarr[p::make_tuple(d… in indexslice()
/third_party/boost/libs/algorithm/test/
Dsort_subrange_test.cpp27 void check_sequence ( Iter first, Iter last, Iter sf, Iter sl ) in check_sequence()
38 void check_sequence ( Iter first, Iter last, Iter sf, Iter sl, Pred p ) in check_sequence()
Dpartition_subrange_test.cpp27 void check_sequence ( Iter first, Iter last, Iter sf, Iter sl ) in check_sequence()
52 void check_sequence ( Iter first, Iter last, Iter sf, Iter sl, Pred p ) in check_sequence()
/third_party/gettext/os2/iconv/
Diconv.c42 size_t sl = 0; in cp_convert() local
124 size_t sl = *in_left, nonid; in iconv() local

123456