Home
last modified time | relevance | path

Searched refs:ddebug (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dpio_util.h17 #define ddebug 0 macro
47 if ( ddebug ){ \
55 if ( ddebug == MAXDEBUG ){ \
75 if ( ddebug ) \
81 if ( ddebug ) pcdiDebugMsg ( __FILE__, __func__, __LINE__, tag, source, text )
95 if ( ddebug ) \
99 if ( ddebug == MAXDEBUG ) \
/dports/math/freefem++/FreeFem-sources-4.6/src/medit/
H A Dzaldy1.c35 if (ddebug) printf("allocate %d points\n", mesh->np); in zaldy1()
40 if (ddebug) printf("allocate %d tria\n", mesh->nt); in zaldy1()
45 if (ddebug) printf("allocate %d quad\n", mesh->nq); in zaldy1()
53 if (ddebug) printf("allocate %d tetra\n", mesh->ntet); in zaldy1()
60 if (ddebug) printf("allocate %d hexa\n", mesh->nhex); in zaldy1()
67 if (ddebug) printf("allocate %d edges\n", mesh->na); in zaldy1()
H A Dsftcpy.c113 if (ddebug) printf("dump EPS file\n"); in coreps()
159 if (ddebug) { in coreps()
214 if (ddebug) printf("prim = %d size = %d, %d\n", nit, (int)(ptr - buffer - 1), size); in coreps()
217 if (ddebug) printf("start sorting %d tokens...\n", nit); in coreps()
220 if (ddebug) printf("end sorting\n"); in coreps()
292 if (ddebug) printf("soft copy\n"); in sftcpy()
321 if (ddebug) printf("feedback pointer = %p\n", fbbuffer); in sftcpy()
337 } else if (ddebug) in sftcpy()
347 if (ddebug) fprintf(stdout, "%s written\n", data); in sftcpy()
H A Dhash.c61 if (ddebug) { in hashTetra()
106 if (ddebug) { in hashTetra()
169 if (ddebug) fprintf(stdout, "..\n"); in hashTetra()
189 if (ddebug) { in hashHexa()
237 if (ddebug) { in hashHexa()
304 if (ddebug) fprintf(stdout, "..\n"); in hashHexa()
323 if (ddebug) { in hashTria()
363 if (ddebug) { in hashTria()
415 if (ddebug) fprintf(stdout, ".\n"); in hashTria()
H A Dpath.c45 if (ddebug) fprintf(stdout, "pathAdd"); in pathAdd()
97 if (ddebug) printf(" Point %d: (%f %f %f) added\n", path->np, p[0], p[1], p[2]); in pathAdd()
111 if (ddebug) fprintf(stdout, "pathList"); in pathList()
154 if (ddebug) fprintf(stdout, "pathFollow %d\n", sc->path.np); in pathFollow()
H A Dscene.c121 if (ddebug) printf("reshape scene\n"); in reshapeScene()
199 if (ddebug) printf("solid fill\n"); in displayScene()
210 if (ddebug) printf("wireframe\n"); in displayScene()
223 if (ddebug) printf("depth wireframe\n"); in displayScene()
235 if (ddebug) printf("hidden lines\n"); in displayScene()
254 if (ddebug) printf("shaded polygons\n"); in displayScene()
272 if (ddebug) printf("display sizemap\n"); in displayScene()
424 if (ddebug) fprintf(stdout, "setupView\n"); in setupView()
740 if (ddebug) checkErrors( ); in redrawScene()
777 if (ddebug) printf("deleteScene\n"); in deleteScene()
[all …]
/dports/science/medit/medit-2012.02.05_5/sources/
H A Dzaldy1.c10 if ( ddebug ) printf("allocate %d points\n",mesh->np); in zaldy1()
14 if ( ddebug ) printf("allocate %d tria\n",mesh->nt); in zaldy1()
24 if ( ddebug ) printf("allocate %d quad\n",mesh->nq); in zaldy1()
31 if ( ddebug ) printf("allocate %d tetra\n",mesh->ntet); in zaldy1()
37 if ( ddebug ) printf("allocate %d hexa\n",mesh->nhex); in zaldy1()
43 if ( ddebug ) printf("allocate %d edges\n",mesh->na); in zaldy1()
H A Dsftcpy.c97 if ( ddebug ) printf("dump EPS file\n"); in coreps()
139 if ( ddebug ) in coreps()
144 if ( ddebug ) printf("%d tokens found\n",nit); in coreps()
188 if ( ddebug ) printf("prim = %d size = %d, %d\n",nit,ptr-buffer-1,size); in coreps()
191 if ( ddebug ) printf("start sorting %d tokens...\n",nit); in coreps()
193 if ( ddebug ) printf("end sorting\n"); in coreps()
258 if ( ddebug ) printf("soft copy\n"); in sftcpy()
284 if ( ddebug ) printf("feedback pointer = %p\n",fbbuffer); in sftcpy()
311 else if ( ddebug ) printf("nvalues = %d size = %d\n",nvalues,size); in sftcpy()
320 if ( ddebug ) fprintf(stdout,"%s written\n",data); in sftcpy()
H A Dhash.c34 if ( ddebug) { in hashTetra()
76 if ( ddebug ) { in hashTetra()
133 if ( ddebug ) in hashTetra()
155 if ( ddebug ) { in hashHexa()
208 if ( ddebug ) { in hashHexa()
264 if ( ddebug ) in hashHexa()
285 if ( ddebug) { in hashTria()
324 if ( ddebug ) { in hashTria()
371 if ( ddebug ) in hashTria()
H A Dpath.c19 if ( ddebug ) fprintf(stdout,"pathAdd"); in pathAdd()
62 if ( ddebug ) printf(" Point %d: (%f %f %f) added\n",path->np,p[0],p[1],p[2]); in pathAdd()
76 if ( ddebug ) fprintf(stdout,"pathList"); in pathList()
123 if ( ddebug ) fprintf(stdout,"pathFollow %d\n",sc->path.np); in pathFollow()
H A Dilists.c26 if ( ddebug ) printf("create iso-values map list / TRIA\n"); in listTriaIso()
34 if ( ddebug ) { in listTriaIso()
129 if ( ddebug ) { in listTriaIso()
137 if ( ddebug ) { in listTriaIso()
142 if ( ddebug ) fprintf(out,"\n"); in listTriaIso()
152 if ( ddebug ) fclose(out); in listTriaIso()
289 if (ddebug) { in listTetraIso()
386 if ( ddebug ) { in listTetraIso()
464 if ( ddebug ) { in listTetraIso()
511 if ( ddebug ) { in listTetraIso()
[all …]
H A Dscene.c99 if ( ddebug ) printf("reshape scene\n"); in reshapeScene()
113 if ( ddebug ) printf("drawList %p %d %d\n",sc,clip,map); in drawList()
173 if ( ddebug ) printf("solid fill\n"); in displayScene()
183 if ( ddebug ) printf("wireframe\n"); in displayScene()
195 if ( ddebug ) printf("depth wireframe\n"); in displayScene()
206 if ( ddebug ) printf("hidden lines\n"); in displayScene()
224 if ( ddebug ) printf("shaded polygons\n"); in displayScene()
241 if ( ddebug ) printf("display sizemap\n"); in displayScene()
388 if ( ddebug ) fprintf(stdout,"setupView\n"); in setupView()
746 if ( ddebug) printf("deleteScene\n"); in deleteScene()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/
H A Ddata-debug.el83 (let ((overlay (get-text-property point 'ddebug))
107 (put-text-property start end 'ddebug overlay)
187 (let ((buffer (get-text-property point 'ddebug))
211 (put-text-property start end 'ddebug buffer)
316 (put-text-property start end 'ddebug process)
342 (let ((ring (get-text-property point 'ddebug))
375 (put-text-property start end 'ddebug ring)
423 'ddebug hash-table
456 (let ((widget (get-text-property point 'ddebug))
476 'ddebug widget
[all …]
/dports/editors/emacs/emacs-27.2/lisp/cedet/
H A Ddata-debug.el84 (let ((overlay (get-text-property point 'ddebug))
108 (put-text-property start end 'ddebug overlay)
188 (let ((buffer (get-text-property point 'ddebug))
212 (put-text-property start end 'ddebug buffer)
317 (put-text-property start end 'ddebug process)
343 (let ((ring (get-text-property point 'ddebug))
376 (put-text-property start end 'ddebug ring)
422 'ddebug hash-table
455 (let ((widget (get-text-property point 'ddebug))
475 'ddebug widget
[all …]
/dports/dns/bind916/bind-9.16.27/bin/nsupdate/
H A Dnsupdate.c373 ddebug("reset_system()"); in reset_system()
828 ddebug("setup_system()"); in setup_system()
1378 ddebug("make_prereq()"); in make_prereq()
2110 ddebug("show_message()"); in show_message()
2360 ddebug("done_update()"); in done_update()
2523 ddebug("send_update()"); in send_update()
2602 ddebug("recvsoa()"); in recvsoa()
2841 ddebug("Out of recvsoa"); in recvsoa()
3109 ddebug("recvgss()"); in recvgss()
3248 ddebug("Out of recvgss"); in recvgss()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/bin/nsupdate/
H A Dnsupdate.c359 ddebug("reset_system()"); in reset_system()
816 ddebug("setup_system()"); in setup_system()
1371 ddebug("make_prereq()"); in make_prereq()
2091 ddebug("show_message()"); in show_message()
2341 ddebug("done_update()"); in done_update()
2501 ddebug("send_update()"); in send_update()
2580 ddebug("recvsoa()"); in recvsoa()
2805 ddebug("Out of recvsoa"); in recvsoa()
3077 ddebug("recvgss()"); in recvgss()
3213 ddebug("Out of recvgss"); in recvgss()
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/nsupdate/
H A Dnsupdate.c373 ddebug("reset_system()"); in reset_system()
828 ddebug("setup_system()"); in setup_system()
1378 ddebug("make_prereq()"); in make_prereq()
2110 ddebug("show_message()"); in show_message()
2360 ddebug("done_update()"); in done_update()
2523 ddebug("send_update()"); in send_update()
2602 ddebug("recvsoa()"); in recvsoa()
2841 ddebug("Out of recvsoa"); in recvsoa()
3109 ddebug("recvgss()"); in recvgss()
3248 ddebug("Out of recvgss"); in recvgss()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/nsupdate/
H A Dnsupdate.c351 ddebug("reset_system()"); in reset_system()
806 ddebug("setup_system()"); in setup_system()
1340 ddebug("make_prereq()"); in make_prereq()
2072 ddebug("show_message()"); in show_message()
2315 ddebug("done_update()"); in done_update()
2478 ddebug("send_update()"); in send_update()
2557 ddebug("recvsoa()"); in recvsoa()
2796 ddebug("Out of recvsoa"); in recvsoa()
3064 ddebug("recvgss()"); in recvgss()
3203 ddebug("Out of recvgss"); in recvgss()
[all …]
/dports/dns/bind911/bind-9.11.37/bin/nsupdate/
H A Dnsupdate.c448 ddebug("reset_system()"); in reset_system()
902 ddebug("setup_system()"); in setup_system()
1397 ddebug("make_prereq()"); in make_prereq()
2124 ddebug("show_message()"); in show_message()
2331 ddebug("done_update()"); in done_update()
2489 ddebug("send_update()"); in send_update()
2563 ddebug("recvsoa()"); in recvsoa()
2792 ddebug("Out of recvsoa"); in recvsoa()
3059 ddebug("recvgss()"); in recvgss()
3199 ddebug("Out of recvgss"); in recvgss()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dwebwin.c46 # define debugr(xx) if (p->ddebug) fprintf(errout, xx )
47 # define debugr2(xx) if (p->ddebug) fprintf xx
324 int ddebug /* >0 to print debug statements to stderr */ in new_webwin() argument
336 if (ddebug) fprintf(stderr,"new_webwin failed because malloc failed\n"); in new_webwin()
348 p->ddebug = ddebug; in new_webwin()
H A Dccwin.c59 # define debugr2(xx) if (p->ddebug) a1logd xx // Run ->ddebug, args
69 int ddebug; member
335 int verb, int ddebug) { in new_chws() argument
348 p->ddebug = ddebug; in new_chws()
406 if (p->ddebug) in new_chws()
750 int ddebug /* >0 to print debug statements to stderr */ in new_ccwin() argument
772 p->ddebug = ddebug; in new_ccwin()
808 if ((ws = new_chws(cc_id, width, height, hoff, voff, verb, ddebug)) == NULL) { in new_ccwin()
H A Dmadvrwin.c52 # define debugr(xx) if (p->ddebug) fprintf(errout, xx )
53 # define debugr2(xx) if (p->ddebug) fprintf xx
458 int ddebug /* >0 to print debug statements to stderr */ in new_madvrwin() argument
468 if (ddebug) fprintf(stderr,"new_madvrwin failed because out_tvenc set\n"); in new_madvrwin()
473 if (ddebug) fprintf(stderr,"new_madvrwin failed because malloc failed\n"); in new_madvrwin()
485 p->ddebug = ddebug; in new_madvrwin()
/dports/print/texlive-tlmgr/texlive-20150523-extra/tlpkg/TeXLive/
H A DTLPSRC.pm344 ddebug("pos pattern $p\n");
348 ddebug("neg pattern $p\n");
510 ddebug ("Category $cat\n");
512 ddebug ("auto bin pattern $d\n");
515 ddebug ("auto src pattern $d\n");
518 ddebug ("auto doc pattern $d\n");
521 ddebug ("auto run pattern $d\n");
H A DTLTREE.pm241 ddebug("p=$p; matchfiles=@matchfiles\n");
270 ddebug("matching $f in $dirpart via glob $globline\n");
272 ddebug("hit: globline=$globline, $dirpart/$f\n");
291 ddebug("matching $f in $dirpart via glob $globline.($w32_binext)\n");
293 ddebug("hit: globline=$globline, $dirpart/$f\n");
/dports/net/yate/yate-6.4.0-1/libs/ysdp/
H A DMakefile.in30 .PHONY: all debug ddebug xdebug
36 ddebug:

12345678910>>...14