Searched refs:DTPRINT (Results 1 – 13 of 13) sorted by relevance
/dports/devel/R-cran-data.table/data.table/src/ |
H A D | fread.c | 1301 DTPRINT(_(" No NAstrings provided.\n")); 1303 DTPRINT(_(" NAstrings = [")); 1306 DTPRINT(_("]\n")); 1458 if (verbose) DTPRINT(eol_one_r ? 1973 DTPRINT(_(" =====\n")); 1980 DTPRINT(_(" =====\n")); 2148 if (verbose) DTPRINT(_("[11] Read the data\n")); 2564 DTPRINT(_("[12] Finalizing the datatable\n")); 2565 DTPRINT(_(" Type counts:\n")); 2617 DTPRINT(_("%8.3fs Total\n"), tTot); [all …]
|
H A D | fwrite.c | 616 DTPRINT(_("Column writers: ")); in fwriteMain() 618 for (int j=0; j<args.ncol; j++) DTPRINT(_("%d "), args.whichFun[j]); in fwriteMain() 620 for (int j=0; j<30; j++) DTPRINT(_("%d "), args.whichFun[j]); in fwriteMain() 621 DTPRINT(_("... ")); in fwriteMain() 699 if (f==-1) DTPRINT(_("\n")); in fwriteMain() 730 DTPRINT(buff); in fwriteMain() 767 if (verbose) DTPRINT(_("done in %.3fs\n"), 1.0*(wallclock()-t0)); in fwriteMain() 769 if (verbose) DTPRINT(_("No data rows present (nrow==0)\n")); in fwriteMain() 914 DTPRINT(myBuff); in fwriteMain() 932 if (verbose && !hasPrinted) DTPRINT("\n"); in fwriteMain() [all …]
|
H A D | freadR.h | 22 #define DTPRINT Rprintf macro
|
H A D | fwrite.h | 8 #define DTPRINT Rprintf macro
|
H A D | freadR.c | 94 …if (verbose) DTPRINT(_("Input contains a \\n or is \")\". Taking this to be text input (not a file… in freadR() 97 if (verbose) DTPRINT(_("Input contains no \\n. Taking this to be a filename to open\n")); in freadR()
|
/dports/cad/dinotrace/dinotrace-9.4c/src/ |
H A D | dinotrace.h | 268 extern uint_t DTPRINT; /* Information printing mode */ 271 #define DTPRINT_ENTRY (DTPRINT & 0x00000001) /* Print routine entries */ 272 #define DTPRINT_CONFIG (DTPRINT & 0x00000010) /* Print config reading information */ 273 #define DTPRINT_FILE (DTPRINT & 0x00000100) /* Print file reading information */ 274 #define DTPRINT_DISPLAY (DTPRINT & 0x00000200) /* Print dispmgr information */ 275 #define DTPRINT_DRAW (DTPRINT & 0x00000400) /* Print dispmgr information */ 276 #define DTPRINT_PRINT (DTPRINT & 0x00000800) /* Print postscript printing information */ 277 #define DTPRINT_SEARCH (DTPRINT & 0x00001000) /* Print searching value/signal information */ 278 #define DTPRINT_BUSSES (DTPRINT & 0x00002000) /* Print make busses information */ 279 #define DTPRINT_SOCKET (DTPRINT & 0x00010000) /* Print socket connection information */ [all …]
|
H A D | dinotrace.c | 68 uint_t DTPRINT=0; /* Information printing mode */ variable 136 sscanf (sw, "%x", & DTPRINT ); in main() 138 else DTPRINT = ~0; in main() 213 if (DTPRINT) { in main()
|
H A D | dt_config.c | 684 if (DTPRINT) printf ("Config: DTDEBUG=%d\n",value); in config_process_line_internal() 689 value=DTPRINT; in config_process_line_internal() 690 if (toupper(line[0])=='O' && toupper(line[1])=='N') DTPRINT = ~0; in config_process_line_internal() 691 else if (toupper(line[0])=='O' && toupper(line[1])=='F') DTPRINT = 0; in config_process_line_internal() 695 DTPRINT=value; in config_process_line_internal() 701 if (DTPRINT) printf ("Config: DTPRINT=0x%x\n",value); in config_process_line_internal() 1284 if (DTPRINT) printf("%%E, Can't Open File %s\n", filename); in config_read_file() 1430 if (DTPRINT) printf("%%E, Can't Write File %s\n", filename); in config_write_file()
|
H A D | dt_window.c | 799 if (DTPRINT) DTPRINT = 0; in debug_toggle_print_cb() 800 else DTPRINT = ~0; in debug_toggle_print_cb() 801 printf ("Printing now %d\n",DTPRINT); in debug_toggle_print_cb()
|
H A D | dt_binary.c | 341 if (DTPRINT) printf ( "%%E, Unknown header type %d\n", buf->tra$b_type); in decsim_read_binary() 359 if (DTPRINT) printf ("%%E, Unknown section identifier type %d\n", buf->tra$b_type); in decsim_read_binary()
|
H A D | dt_util.c | 714 if (DTPRINT) printf ("In dino_message_ack msg=%s\n",msg); in dino_message_ack()
|
/dports/net/tightvnc/vnc_unixsrc/Xvnc/config/cf/ |
H A D | cde.tmpl | 385 SharedLibReferences(DTPRINT,DtPrint,$(DTPRINTSRC),SODTPRINTREV,SharedDtPrintRev) 387 ProjectUnsharedLibReferences(DTPRINT,DtPrint,$(DTPRINTSRC),CDEBuildLibDir)
|
/dports/x11/xorg-cf-files/xorg-cf-files-1.0.6/ |
H A D | cde.tmpl | 385 SharedLibReferences(DTPRINT,DtPrint,$(DTPRINTSRC),SODTPRINTREV,SharedDtPrintRev) 387 ProjectUnsharedLibReferences(DTPRINT,DtPrint,$(DTPRINTSRC),CDEBuildLibDir)
|