Home
last modified time | relevance | path

Searched defs:tpd (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/bridge/
H A Dti-tpd12s015.c43 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_attach() local
64 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detach() local
71 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detect() local
81 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_enable() local
88 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_disable() local
103 struct tpd12s015_device *tpd = data; in tpd12s015_hpd_isr() local
113 struct tpd12s015_device *tpd; in tpd12s015_probe() local
184 struct tpd12s015_device *tpd = platform_get_drvdata(pdev); in tpd12s015_remove() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/bridge/
H A Dti-tpd12s015.c43 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_attach() local
64 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detach() local
71 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detect() local
81 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_enable() local
88 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_disable() local
103 struct tpd12s015_device *tpd = data; in tpd12s015_hpd_isr() local
113 struct tpd12s015_device *tpd; in tpd12s015_probe() local
184 struct tpd12s015_device *tpd = platform_get_drvdata(pdev); in tpd12s015_remove() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/bridge/
H A Dti-tpd12s015.c43 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_attach() local
64 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detach() local
71 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detect() local
81 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_enable() local
88 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_disable() local
103 struct tpd12s015_device *tpd = data; in tpd12s015_hpd_isr() local
113 struct tpd12s015_device *tpd; in tpd12s015_probe() local
184 struct tpd12s015_device *tpd = platform_get_drvdata(pdev); in tpd12s015_remove() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.h79 #define TPD_BUF_LEN_SET(tpd, val) BITS_SET((tpd)->word[0], 0, 15, val) argument
81 #define TPD_CSX_SET(tpd, val) BITS_SET((tpd)->word[1], 8, 8, val) argument
83 #define TPD_LSO(tpd) BITS_GET((tpd)->word[1], 12, 12) argument
84 #define TPD_LSO_SET(tpd, val) BITS_SET((tpd)->word[1], 12, 12, val) argument
89 #define TPD_LSOV_SET(tpd, val) BITS_SET((tpd)->word[1], 13, 13, val) argument
93 #define TPD_IPV4_SET(tpd, val) BITS_SET((tpd)->word[1], 16, 16, val) argument
97 #define TPD_TYP_SET(tpd, val) BITS_SET((tpd)->word[1], 17, 17, val) argument
106 #define TPD_INSTC_SET(tpd, val) BITS_SET((tpd)->word[3], 17, 17, val) argument
125 #define TPD_MSS_SET(tpd, val) BITS_SET((tpd)->word[1], 18, 30, val) argument
127 #define TPD_PKT_LEN_SET(tpd, val) ((tpd)->word[2] = cpu_to_le32(val)) argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.h79 #define TPD_BUF_LEN_SET(tpd, val) BITS_SET((tpd)->word[0], 0, 15, val) argument
81 #define TPD_CSX_SET(tpd, val) BITS_SET((tpd)->word[1], 8, 8, val) argument
83 #define TPD_LSO(tpd) BITS_GET((tpd)->word[1], 12, 12) argument
84 #define TPD_LSO_SET(tpd, val) BITS_SET((tpd)->word[1], 12, 12, val) argument
89 #define TPD_LSOV_SET(tpd, val) BITS_SET((tpd)->word[1], 13, 13, val) argument
93 #define TPD_IPV4_SET(tpd, val) BITS_SET((tpd)->word[1], 16, 16, val) argument
97 #define TPD_TYP_SET(tpd, val) BITS_SET((tpd)->word[1], 17, 17, val) argument
106 #define TPD_INSTC_SET(tpd, val) BITS_SET((tpd)->word[3], 17, 17, val) argument
125 #define TPD_MSS_SET(tpd, val) BITS_SET((tpd)->word[1], 18, 30, val) argument
127 #define TPD_PKT_LEN_SET(tpd, val) ((tpd)->word[2] = cpu_to_le32(val)) argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.h79 #define TPD_BUF_LEN_SET(tpd, val) BITS_SET((tpd)->word[0], 0, 15, val) argument
81 #define TPD_CSX_SET(tpd, val) BITS_SET((tpd)->word[1], 8, 8, val) argument
83 #define TPD_LSO(tpd) BITS_GET((tpd)->word[1], 12, 12) argument
84 #define TPD_LSO_SET(tpd, val) BITS_SET((tpd)->word[1], 12, 12, val) argument
89 #define TPD_LSOV_SET(tpd, val) BITS_SET((tpd)->word[1], 13, 13, val) argument
93 #define TPD_IPV4_SET(tpd, val) BITS_SET((tpd)->word[1], 16, 16, val) argument
97 #define TPD_TYP_SET(tpd, val) BITS_SET((tpd)->word[1], 17, 17, val) argument
106 #define TPD_INSTC_SET(tpd, val) BITS_SET((tpd)->word[3], 17, 17, val) argument
125 #define TPD_MSS_SET(tpd, val) BITS_SET((tpd)->word[1], 18, 30, val) argument
127 #define TPD_PKT_LEN_SET(tpd, val) ((tpd)->word[2] = cpu_to_le32(val)) argument
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_thr_progress.c305 init_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in init_tmp_thr_prgr_data()
346 return_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in return_tmp_thr_prgr_data()
643 leader_update(ErtsThrPrgrData *tpd) in leader_update()
804 update(ErtsThrPrgrData *tpd) in update()
848 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update()
861 erts_thr_progress_prepare_wait(ErtsThrPrgrData *tpd) in erts_thr_progress_prepare_wait()
1010 ErtsThrPrgrData *tpd = tmp_thr_prgr_data(NULL); in erts_thr_progress_unmanaged_delay__() local
1183 erts_thr_progress_wakeup(ErtsThrPrgrData *tpd, in erts_thr_progress_wakeup()
1277 block_thread(ErtsThrPrgrData *tpd) in block_thread()
1302 thr_progress_block(ErtsThrPrgrData *tpd, int wait) in thr_progress_block()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.c305 init_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in init_tmp_thr_prgr_data()
346 return_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in return_tmp_thr_prgr_data()
643 leader_update(ErtsThrPrgrData *tpd) in leader_update()
804 update(ErtsThrPrgrData *tpd) in update()
848 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update()
861 erts_thr_progress_prepare_wait(ErtsThrPrgrData *tpd) in erts_thr_progress_prepare_wait()
1010 ErtsThrPrgrData *tpd = tmp_thr_prgr_data(NULL); in erts_thr_progress_unmanaged_delay__() local
1183 erts_thr_progress_wakeup(ErtsThrPrgrData *tpd, in erts_thr_progress_wakeup()
1277 block_thread(ErtsThrPrgrData *tpd) in block_thread()
1302 thr_progress_block(ErtsThrPrgrData *tpd, int wait) in thr_progress_block()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_thr_progress.c305 init_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in init_tmp_thr_prgr_data()
346 return_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in return_tmp_thr_prgr_data()
643 leader_update(ErtsThrPrgrData *tpd) in leader_update()
815 update(ErtsThrPrgrData *tpd) in update()
859 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update()
872 erts_thr_progress_prepare_wait(ErtsThrPrgrData *tpd) in erts_thr_progress_prepare_wait()
1021 ErtsThrPrgrData *tpd = tmp_thr_prgr_data(NULL); in erts_thr_progress_unmanaged_delay__() local
1194 erts_thr_progress_wakeup(ErtsThrPrgrData *tpd, in erts_thr_progress_wakeup()
1288 block_thread(ErtsThrPrgrData *tpd) in block_thread()
1313 thr_progress_block(ErtsThrPrgrData *tpd, int wait) in thr_progress_block()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.c305 init_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in init_tmp_thr_prgr_data()
346 return_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in return_tmp_thr_prgr_data()
643 leader_update(ErtsThrPrgrData *tpd) in leader_update()
804 update(ErtsThrPrgrData *tpd) in update()
848 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update()
861 erts_thr_progress_prepare_wait(ErtsThrPrgrData *tpd) in erts_thr_progress_prepare_wait()
1010 ErtsThrPrgrData *tpd = tmp_thr_prgr_data(NULL); in erts_thr_progress_unmanaged_delay__() local
1183 erts_thr_progress_wakeup(ErtsThrPrgrData *tpd, in erts_thr_progress_wakeup()
1277 block_thread(ErtsThrPrgrData *tpd) in block_thread()
1302 thr_progress_block(ErtsThrPrgrData *tpd, int wait) in thr_progress_block()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.c305 init_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in init_tmp_thr_prgr_data()
346 return_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in return_tmp_thr_prgr_data()
643 leader_update(ErtsThrPrgrData *tpd) in leader_update()
804 update(ErtsThrPrgrData *tpd) in update()
848 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update()
861 erts_thr_progress_prepare_wait(ErtsThrPrgrData *tpd) in erts_thr_progress_prepare_wait()
1010 ErtsThrPrgrData *tpd = tmp_thr_prgr_data(NULL); in erts_thr_progress_unmanaged_delay__() local
1183 erts_thr_progress_wakeup(ErtsThrPrgrData *tpd, in erts_thr_progress_wakeup()
1277 block_thread(ErtsThrPrgrData *tpd) in block_thread()
1302 thr_progress_block(ErtsThrPrgrData *tpd, int wait) in thr_progress_block()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_thr_progress.c305 init_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in init_tmp_thr_prgr_data()
346 return_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in return_tmp_thr_prgr_data()
643 leader_update(ErtsThrPrgrData *tpd) in leader_update()
804 update(ErtsThrPrgrData *tpd) in update()
848 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update()
861 erts_thr_progress_prepare_wait(ErtsThrPrgrData *tpd) in erts_thr_progress_prepare_wait()
1010 ErtsThrPrgrData *tpd = tmp_thr_prgr_data(NULL); in erts_thr_progress_unmanaged_delay__() local
1183 erts_thr_progress_wakeup(ErtsThrPrgrData *tpd, in erts_thr_progress_wakeup()
1277 block_thread(ErtsThrPrgrData *tpd) in block_thread()
1302 thr_progress_block(ErtsThrPrgrData *tpd, int wait) in thr_progress_block()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_thr_progress.c305 init_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in init_tmp_thr_prgr_data()
346 return_tmp_thr_prgr_data(ErtsThrPrgrData *tpd) in return_tmp_thr_prgr_data()
643 leader_update(ErtsThrPrgrData *tpd) in leader_update()
815 update(ErtsThrPrgrData *tpd) in update()
859 erts_thr_progress_update(ErtsThrPrgrData *tpd) in erts_thr_progress_update()
872 erts_thr_progress_prepare_wait(ErtsThrPrgrData *tpd) in erts_thr_progress_prepare_wait()
1021 ErtsThrPrgrData *tpd = tmp_thr_prgr_data(NULL); in erts_thr_progress_unmanaged_delay__() local
1194 erts_thr_progress_wakeup(ErtsThrPrgrData *tpd, in erts_thr_progress_wakeup()
1288 block_thread(ErtsThrPrgrData *tpd) in block_thread()
1313 thr_progress_block(ErtsThrPrgrData *tpd, int wait) in thr_progress_block()
[all …]
/dports/lang/ptoc/ptoc/
H A Dtpexpr.h40 tpd_node *tpd; variable
97 enum_tp(tpd_node* tpd = NULL) : tpexpr(tp_enum, tpd) { max = NULL; } in tpexpr() argument
110 range_tp(tpd_node* tpd = NULL) : tpexpr(tp_range, tpd) { in tpexpr() argument
185 : ref_tp(record_type, tpd) in ref_tp() argument
199 : tpexpr(tp_record, tpd), b_ring(b_ring::record) in tpexpr() argument
205 unit_tp(tpd_node *tpd = NULL) : record_tp(tpd) { in record_tp() argument
H A Dtpexpr.cxx47 ref_tp::ref_tp(tpexpr* tp, tpd_node* tpd) in ref_tp()
108 array_tp::array_tp(tpexpr* tp, tpd_node* tpd) in array_tp()
275 object_tp::object_tp(tpd_node *tpd, object_tp* super) : record_tp(tpd) in object_tp()
312 proc_tp::proc_tp(tpexpr* rtype, tpd_node* tpd) in proc_tp()
H A Dtrnod.h706 tpd_node *tpd; variable
884 tpd_node* tpd; variable
914 tpd_node* tpd; variable
944 tpd_node* tpd; variable
972 tpd_node *tpd; variable
1175 tpd_node* tpd; variable
1203 tpd_node *tpd; variable
1268 tpd_node* tpd; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/surface/
H A Dsurface_platform_profile.c111 struct ssam_tmp_profile_device *tpd; in ssam_platform_profile_get() local
132 struct ssam_tmp_profile_device *tpd; in ssam_platform_profile_set() local
146 struct ssam_tmp_profile_device *tpd; in surface_platform_profile_probe() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/surface/
H A Dsurface_platform_profile.c111 struct ssam_tmp_profile_device *tpd; in ssam_platform_profile_get() local
132 struct ssam_tmp_profile_device *tpd; in ssam_platform_profile_set() local
146 struct ssam_tmp_profile_device *tpd; in surface_platform_profile_probe() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/surface/
H A Dsurface_platform_profile.c111 struct ssam_tmp_profile_device *tpd; in ssam_platform_profile_get() local
132 struct ssam_tmp_profile_device *tpd; in ssam_platform_profile_set() local
146 struct ssam_tmp_profile_device *tpd; in surface_platform_profile_probe() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/tport/
H A Dtport_threadpool.c316 thrp_udp_deliver_t *tpd; in thrp_udp_event() local
356 thrp_udp_deliver_t *tpd, in thrp_udp_recv_deliver()
427 int thrp_udp_recv(threadpool_t *thrp, thrp_udp_deliver_t *tpd) in thrp_udp_recv()
528 int thrp_udvm_decompress(threadpool_t *thrp, thrp_udp_deliver_t *tpd) in thrp_udvm_decompress()
593 thrp_udp_deliver_t *tpd = arg->thrp_udp_deliver; in thrp_udp_deliver() local
653 thrp_udp_deliver_t *tpd; in tport_thread_send() local
721 thrp_udp_deliver_t *tpd = arg->thrp_udp_deliver; in thrp_udp_send() local
801 thrp_udp_deliver_t *tpd = arg->thrp_udp_deliver; in thrp_udp_send_report() local
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/tport/
H A Dtport_threadpool.c318 thrp_udp_deliver_t *tpd; in thrp_udp_event() local
358 thrp_udp_deliver_t *tpd, in thrp_udp_recv_deliver()
429 int thrp_udp_recv(threadpool_t *thrp, thrp_udp_deliver_t *tpd) in thrp_udp_recv()
530 int thrp_udvm_decompress(threadpool_t *thrp, thrp_udp_deliver_t *tpd) in thrp_udvm_decompress()
595 thrp_udp_deliver_t *tpd = arg->thrp_udp_deliver; in thrp_udp_deliver() local
655 thrp_udp_deliver_t *tpd; in tport_thread_send() local
723 thrp_udp_deliver_t *tpd = arg->thrp_udp_deliver; in thrp_udp_send() local
803 thrp_udp_deliver_t *tpd = arg->thrp_udp_deliver; in thrp_udp_send_report() local
/dports/devel/flexdock/flexdock-1.2.4/src/java/view/org/flexdock/view/
H A DView.java78 Dimension rd, tpd; in preferredLayoutSize() local
103 Dimension rd, tpd; in minimumLayoutSize() local
127 Dimension rd, tpd; in maximumLayoutSize() local
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dtilepath.c759 static void TPDSubResize(TilePathDlg *tpd, GEvent *event) { in TPDSubResize()
781 static void TPDDraw(TilePathDlg *tpd, GWindow pixmap, GEvent *event) { in TPDDraw()
799 static void TPDMakeActive(TilePathDlg *tpd,CharView *cv) { in TPDMakeActive()
813 static void TPDChar(TilePathDlg *tpd, GEvent *event) { in TPDChar()
828 TilePathDlg *tpd = (TilePathDlg *) cvc; in TPD_DoClose() local
842 TilePathDlg *tpd; in tpd_sub_e_h() local
862 TilePathDlg *tpd; in tpd_e_h() local
988 static void TPDInit(TilePathDlg *tpd,SplineFont *sf) { in TPDInit()
1053 TilePathDlg tpd; in TileAsk() local
1445 static void PTDSubResize(TilePathDlg *tpd, GEvent *event) { in PTDSubResize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/protozero/
H A Dproto_decoder_unittest.cc99 TypedProtoDecoder<2, true> tpd(data.data(), data.size()); in TEST() local
135 TypedProtoDecoder<2, true> tpd(data.data(), data.size()); in TEST() local
147 TypedProtoDecoder<2, true> tpd(buf, 1); in TEST() local
175 TypedProtoDecoder<4, true> tpd(data.data(), data.size()); in TEST() local
574 TypedProtoDecoder<3, true> tpd(data.data(), data.size()); in TEST() local
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/
H A Daes_x86core.c603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local
915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local
992 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local

1234567891011