Home
last modified time | relevance | path

Searched defs:ctd (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/security/nmap/nmap-7.91/nsock/tests/
H A Dconnect.c17 struct connect_test_data *ctd; in connect_handler() local
41 struct connect_test_data *ctd; in connect_setup() local
58 struct connect_test_data *ctd = (struct connect_test_data *)tdata; in connect_teardown() local
69 struct connect_test_data *ctd = (struct connect_test_data *)tdata; in connect_tcp() local
84 struct connect_test_data *ctd = (struct connect_test_data *)tdata; in connect_tcp_failure() local
/dports/security/ncrack/ncrack-0.7/nsock/tests/
H A Dconnect.c17 struct connect_test_data *ctd; in connect_handler() local
41 struct connect_test_data *ctd; in connect_setup() local
58 struct connect_test_data *ctd = (struct connect_test_data *)tdata; in connect_teardown() local
69 struct connect_test_data *ctd = (struct connect_test_data *)tdata; in connect_tcp() local
84 struct connect_test_data *ctd = (struct connect_test_data *)tdata; in connect_tcp_failure() local
/dports/math/abs/abs-src-0.908/X11/
H A Dmyscroll.c145 resizescroll (widget, pointer, event, ctd) in resizescroll() argument
215 thumbupcb (w, pointer, event, ctd) in thumbupcb() argument
226 movecb (w, pointer, event, ctd) in movecb() argument
267 redrawcb (w, pointer, event, ctd) in redrawcb() argument
278 stepcb (w, pointer, event, ctd) in stepcb() argument
326 presscb (w, pointer, event, ctd) in presscb() argument
H A Dmainwin.c330 mainwin_resize (widget, pointer, event, ctd) in mainwin_resize() argument
682 event_KeyPressed (Widget widget, XtPointer pointer, XEvent * event, Boolean * ctd) in event_KeyPressed()
706 event_KeyReleased (Widget widget, XtPointer pointer, XEvent * event, Boolean * ctd) in event_KeyReleased()
H A Dparam.c512 shadow (Widget widget, XtPointer pointer, XEvent * event, Boolean * ctd) in shadow()
538 shadow2 (Widget widget, XtPointer pointer, XEvent * event, Boolean * ctd) in shadow2()
564 shadow3 (Widget widget, XtPointer pointer, XEvent * event, Boolean * ctd) in shadow3()
592 shadow4 (Widget widget, XtPointer pointer, XEvent * event, Boolean * ctd) in shadow4()
620 shadow5 (Widget widget, XtPointer pointer, XEvent * event, Boolean * ctd) in shadow5()
647 shadow6 (Widget widget, XtPointer pointer, XEvent * event, Boolean * ctd) in shadow6()
H A Dmydialog.c427 cb_flpopup (w, pointer, event, ctd) in cb_flpopup() argument
439 cb_pmpopup (w, pointer, event, ctd) in cb_pmpopup() argument
/dports/games/spider/spider/
H A Dxaw_stubs.c191 xaw_redraw_table(w, data, xev, ctd) in xaw_redraw_table() argument
205 xaw_button_press(w, data, xev, ctd) in xaw_button_press() argument
219 xaw_button_release(w, data, xev, ctd) in xaw_button_release() argument
233 xaw_resize(w, data, xev, ctd) in xaw_resize() argument
258 xaw_key_press(w, data, xev, ctd) in xaw_key_press() argument
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dcalltreeview.cpp195 CTVData* ctd = (CTVData*)m_pTree->GetItemData(id); in OnTreeDoubleClick() local
303 CTVData* ctd = (CTVData*)m_pTree->GetItemData(id); in OnGoToProcedure() local
319 CTVData* ctd = (CTVData*)m_pTree->GetItemData(id); in OnGoToCall() local
342 CTVData* ctd = (CTVData*)m_pTree->GetItemData(id); in UpdateView() local
H A Dworkspacebrowserf.cpp230 TreeDataF* ctd = (TreeDataF*)tree->GetItemData(id); in ShowMenu() local
321 TreeDataF* ctd = (TreeDataF*)tree->GetItemData(id); in OnJumpTo() local
332 TreeDataF* ctd = (TreeDataF*)tree->GetItemData(id); in OnTreeItemDoubleClick() local
/dports/games/lgeneral/lgeneral-1.3.2/src/
H A Dparser.c44 struct CommonTreeData *ctd = malloc(sizeof(struct CommonTreeData)); in common_tree_data_create() local
50 static void common_tree_data_delete(struct CommonTreeData *ctd) { in common_tree_data_delete()
54 static inline void common_tree_data_ref(struct CommonTreeData *ctd) { in common_tree_data_ref()
58 static inline int common_tree_data_deref(struct CommonTreeData *ctd) { in common_tree_data_deref()
94 struct CommonTreeData *ctd; member
289 …line PData *parser_create_pdata( char *name, List *values, int lineno, struct CommonTreeData *ctd ) in parser_create_pdata()
/dports/science/cdcl/dcl-5.4.8-C/src/grph1/swpack/
H A Dswcmll.c27 char *ctd, ftnlen ctf_len, ftnlen ctd_len) in swcmll_0_()
202 /* Subroutine */ int swqcmd_(integer *ntx, char *ctd, ftnlen ctd_len) in swqcmd_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/binaryurp/source/
H A Dunmarshal.cxx74 typelib_CompoundTypeDescription * ctd = in copyMemberValues() local
427 css::uno::TypeDescription ctd( in readSequence() local
474 typelib_CompoundTypeDescription * ctd = in readMemberValues() local
H A Dmarshal.cxx239 css::uno::TypeDescription ctd( in writeValue() local
282 typelib_CompoundTypeDescription * ctd = in writeMemberValues() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/binaryurp/source/
H A Dunmarshal.cxx76 typelib_CompoundTypeDescription * ctd = in copyMemberValues() local
429 css::uno::TypeDescription ctd( in readSequence() local
475 typelib_CompoundTypeDescription * ctd = in readMemberValues() local
H A Dmarshal.cxx241 css::uno::TypeDescription ctd( in writeValue() local
284 typelib_CompoundTypeDescription * ctd = in writeMemberValues() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeTypeDeclarationCollectionCas.cs44 private CodeTypeDeclaration ctd; field in MonoCasTests.System.CodeDom.CodeTypeDeclarationCollectionCas
/dports/math/R-cran-uroot/uroot/R/
H A Dtables-critical-values.R2 uroot.raw.pvalue <- function(x, type = c("CH", "HEGY"), v, n, ctd, S, Ftpi) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/ti-vpe/
H A Dvpdma_priv.h594 static inline u32 ctd_get_pixel_count(struct vpdma_ctd *ctd) in ctd_get_pixel_count()
599 static inline int ctd_get_line_count(struct vpdma_ctd *ctd) in ctd_get_line_count()
604 static inline int ctd_get_event(struct vpdma_ctd *ctd) in ctd_get_event()
609 static inline int ctd_get_fid2_ctl(struct vpdma_ctd *ctd) in ctd_get_fid2_ctl()
614 static inline int ctd_get_fid1_ctl(struct vpdma_ctd *ctd) in ctd_get_fid1_ctl()
619 static inline int ctd_get_fid0_ctl(struct vpdma_ctd *ctd) in ctd_get_fid0_ctl()
624 static inline int ctd_get_pkt_type(struct vpdma_ctd *ctd) in ctd_get_pkt_type()
629 static inline int ctd_get_source(struct vpdma_ctd *ctd) in ctd_get_source()
634 static inline int ctd_get_ctl(struct vpdma_ctd *ctd) in ctd_get_ctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/ti-vpe/
H A Dvpdma_priv.h594 static inline u32 ctd_get_pixel_count(struct vpdma_ctd *ctd) in ctd_get_pixel_count()
599 static inline int ctd_get_line_count(struct vpdma_ctd *ctd) in ctd_get_line_count()
604 static inline int ctd_get_event(struct vpdma_ctd *ctd) in ctd_get_event()
609 static inline int ctd_get_fid2_ctl(struct vpdma_ctd *ctd) in ctd_get_fid2_ctl()
614 static inline int ctd_get_fid1_ctl(struct vpdma_ctd *ctd) in ctd_get_fid1_ctl()
619 static inline int ctd_get_fid0_ctl(struct vpdma_ctd *ctd) in ctd_get_fid0_ctl()
624 static inline int ctd_get_pkt_type(struct vpdma_ctd *ctd) in ctd_get_pkt_type()
629 static inline int ctd_get_source(struct vpdma_ctd *ctd) in ctd_get_source()
634 static inline int ctd_get_ctl(struct vpdma_ctd *ctd) in ctd_get_ctl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/ti-vpe/
H A Dvpdma_priv.h594 static inline u32 ctd_get_pixel_count(struct vpdma_ctd *ctd) in ctd_get_pixel_count()
599 static inline int ctd_get_line_count(struct vpdma_ctd *ctd) in ctd_get_line_count()
604 static inline int ctd_get_event(struct vpdma_ctd *ctd) in ctd_get_event()
609 static inline int ctd_get_fid2_ctl(struct vpdma_ctd *ctd) in ctd_get_fid2_ctl()
614 static inline int ctd_get_fid1_ctl(struct vpdma_ctd *ctd) in ctd_get_fid1_ctl()
619 static inline int ctd_get_fid0_ctl(struct vpdma_ctd *ctd) in ctd_get_fid0_ctl()
624 static inline int ctd_get_pkt_type(struct vpdma_ctd *ctd) in ctd_get_pkt_type()
629 static inline int ctd_get_source(struct vpdma_ctd *ctd) in ctd_get_source()
634 static inline int ctd_get_ctl(struct vpdma_ctd *ctd) in ctd_get_ctl()
/dports/science/py-oddt/oddt-0.7/oddt/
H A Dshape.py9 def common_usr(molecule, ctd=None, cst=None, fct=None, ftf=None, atoms_type=None): argument
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dclassbrowser.cpp285 CCTreeCtrlData* ctd = (CCTreeCtrlData*)tree->GetItemData(id); in ShowMenu() local
380 ClassTreeData* ctd = static_cast<ClassTreeData*>(tree->GetItemData(item)); in FoundMatch() local
491 CCTreeCtrlData* ctd = (CCTreeCtrlData*)tree->GetItemData(id); in OnJumpTo() local
545 CCTreeCtrlData* ctd = (CCTreeCtrlData*)wx_tree->GetItemData(id); in OnTreeItemDoubleClick() local
/dports/math/linbox/linbox-1.6.3/linbox/blackbox/
H A Dapply.h564 double *ctd = new double[_m]; in applyV() local
596 double* ctd = new double[_n]; in applyV() local
689 double *ctd= new double[_m*num_chunks]; in applyV() local
792 double *ctd= new double[_m*rns_size]; in applyV() local
930 double *ctd = new double[_m*_k]; in applyM() local
967 double* ctd = new double[_m*_k]; in applyM() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/siplib/
H A Dobjmap.c174 const sipClassTypeDef *base_ctd, const sipClassTypeDef *ctd) in add_aliases()
392 const sipClassTypeDef *base_ctd, const sipClassTypeDef *ctd) in remove_aliases()
/dports/devel/py-sip/sip-5.5.0/sipbuild/module/source/12.8/
H A Dobjmap.c174 const sipClassTypeDef *base_ctd, const sipClassTypeDef *ctd) in add_aliases()
392 const sipClassTypeDef *base_ctd, const sipClassTypeDef *ctd) in remove_aliases()

1234567891011