Home
last modified time | relevance | path

Searched refs:warmup (Results 1 - 25 of 28) sorted by relevance

12

/third_party/backends/backend/
H A Dplustek-pp_ptdrv.c106 static int warmup[_MAX_PTDEVS] = { 30, 30, 30, 30 }; variable
111 /* timers for warmup checks */
215 /** check the lamp warmup
222 if( 0 == ps->warmup ) in ptdrvLampWarmup()
228 * do we have to warmup again ? Timer has not elapsed... in ptdrvLampWarmup()
232 DBG( DBG_LOW, "Startup warmup needed!\n" ); in ptdrvLampWarmup()
243 * before doing anything else wait until warmup has been done in ptdrvLampWarmup()
245 DBG( DBG_LOW, "Waiting on warmup - %u s\n", ps->warmup ); in ptdrvLampWarmup()
247 MiscStartTimer( &timer, _SECOND * ps->warmup ); in ptdrvLampWarmup()
[all...]
H A Dplustek-pp_wrapper.c171 compatAdj.warmup = dev->adj.warmup; in ppDev_open()
191 adj.warmup = dev->adj.warmup; in ppDev_open()
H A Dplustek-pp.h369 int warmup; member
394 int warmup; member
533 int warmup; member
H A Dplustek.h264 int warmup; member
H A Du12.h176 int warmup; member
H A Dhp3900_types.c224 SANE_Byte warmup; member
644 SANE_Byte warmup; member
H A Dumax.h289 int inquiry_max_warmup_time; /* maximum lamp warmup time in sec */
392 int warmup; /* 1=set warmup-bit */ member
H A Dplustek-pp_procfs.c202 len += sprintf( buf+len, "Warmuptime : %us\n", ps->warmup ); in procfsInfoReadProc()
H A Dplustek-usbhw.c16 * - 0.42 - added warmup stuff
30 * - skipping warmup for CIS devices
1629 /** wait until warmup has been done
1642 if( dev->adj.warmup < 0 ) in usb_Wait4Warmup()
1646 * wait until warmup period has been elapsed in usb_Wait4Warmup()
1650 if( dw < (u_long)dev->adj.warmup ) in usb_Wait4Warmup()
1651 DBG(_DBG_INFO,"Warmup: Waiting %d seconds\n", dev->adj.warmup ); in usb_Wait4Warmup()
1663 } while( dw < (u_long)dev->adj.warmup ); in usb_Wait4Warmup()
H A Dplustek-pp_scandata.h153 int warmup; member
H A Dplustek_pp.c244 DBG( _DBG_SANE_INIT,"warmup : %ds\n", cnf->adj.warmup ); in show_cnf()
1119 cnf->adj.warmup = -1; in init_config_struct()
1194 decodeVal( str, "warmup", _INT, &config.adj.warmup, &ival); in sane_init()
H A Du12.c184 DBG( _DBG_SANE_INIT,"warmup : %ds\n", cnf->adj.warmup ); in show_cnf()
907 cnf->adj.warmup = -1; in init_config_struct()
970 decodeVal( str, "warmup", _INT, &config.adj.warmup, &ival); in sane_init()
H A Dplustek.c270 DBG( _DBG_SANE_INIT,"warmup : %ds\n", cnf->adj.warmup ); in show_cnf()
506 /* prepare for scanning: speed-test, warmup, calibration */ in reader_process()
971 s->opt[OPT_WARMUPTIME].name = "warmup-time"; in init_options()
977 s->val[OPT_WARMUPTIME].w = adj->warmup; in init_options()
1405 cnf->adj.warmup = -1; in init_config_struct()
1494 decodeVal( str, "warmup", _INT, &config.adj.warmup, &ival); in sane_init()
1813 /* prepare for scanning: speed-test, warmup, calibration */ in do_calibration()
2120 adj->warmup in sane_control_option()
[all...]
H A Du12-hw.c292 DBG( _DBG_INFO, "* Using OTHER Lamp --> warmup needed\n" );
300 DBG( _DBG_INFO, "* Using SAME Lamp --> no warmup needed\n" );
840 u12io_StartTimer( &timer, _SECOND * dev->adj.warmup );
H A Dplustek-usbshading.c2384 * the timed warmup will be used, when the warmup time is set to -1
2414 if( dev->adj.warmup >= 0 ) { in usb_AutoWarmup()
2415 DBG( _DBG_INFO, "- using timed warmup: %ds\n", dev->adj.warmup ); in usb_AutoWarmup()
H A Dumax.c743 DBG(DBG_inquiry,"lamp warmup maximum time..................: %d sec\n", dev->inquiry_max_warmup_time); in umax_print_inquiry()
1058 DBG(DBG_sense, "-> lamp warmup\n"); in sense_handler()
2153 set_WD_warmup(buffer_r, dev->warmup); /* warmup */ in umax_set_window_param()
4406 dev->warmup = 0; /* warmup-bit */ in umax_initialize_values()
4568 dev->inquiry_max_warmup_time = 0; /* maximum warmup time */ in umax_init()
5306 /* warmup */ in init_options()
7440 scanner->device->warmup = scanner->val[OPT_WARMUP].w; in sane_start()
7709 DBG(DBG_sane_info,"warm up = %d\n", scanner->device->warmup); in sane_start()
[all...]
/third_party/node/benchmark/misc/
H A Dstartup.js30 // Finished warmup.
48 // Finished warmup.
61 const warmup = 3;
62 const state = { count, finished: -warmup };
/third_party/libuv/test/
H A Dbenchmark-fs-stat.c46 static void warmup(const char* path) { in warmup() function
133 warmup(path); in BENCHMARK_IMPL()
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp162 virtual void warmup() { run(); } in warmup() function in HowExpensiveTest
176 warmup(); /* warmup */ in runTests()
259 #define OpenCloseTest(n, svc,suffix,c,a,d) class OCName(svc,_,Test_,suffix,n) : public HowExpensiveTest { public: OCName(svc,_,Test_,suffix,n)():HowExpensiveTest(OCStr(svc,_,suffix,n),__FILE__,__LINE__) c int32_t run() { int32_t i; for(i=0;i<U_LOTS_OF_TIMES;i++){ OCRun(svc,_,close) ( OCRun(svc,_,suffix) a ); } return i; } void warmup() { OCRun(svc,_,close) ( OCRun(svc,_,suffix) a); } virtual ~ OCName(svc,_,Test_,suffix,n) () d };
305 void warmup() { in warmup() function in NumTest
311 printf("%s:%d: warmup() %s got %.8f expected %.8f\n", in warmup()
433 void warmup() { in warmup() function in NumFmtTest
444 printf("%s:%d: warmup() %s got %s expected %s, err %s\n", in warmup()
557 void warmup() { in warmup() function in NumFmtInt64Test
568 printf("%s:%d: warmup() in warmup()
648 void warmup() { warmup() function in NumFmtStringPieceTest
[all...]
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_subgroup_charge.sh30 warmup
H A Dmemcg_lib.sh231 warmup() function
264 if ! warmup; then
H A Dmemcg_max_usage_in_bytes_test.sh25 warmup
H A Dmemcg_move_charge_at_immigrate_test.sh30 warmup
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjbench.c99 static double benchTime = 5.0, warmup = 1.0; variable
226 } else if (elapsed >= warmup) { in decomp()
428 } else if (elapsed >= warmup) { in fullTest()
684 } else if (elapsed >= warmup) { in decompTest()
813 printf("-warmup <t> = Run each benchmark for <t> seconds (default = 1.0) prior to\n"); in usage()
944 } else if (!strcasecmp(argv[i], "-warmup") && i < argc - 1) { in main()
947 if (tempd >= 0.0) warmup = tempd; in main()
949 fprintf(stderr, "Warmup time = %.1f seconds\n\n", warmup); in main()
/third_party/python/Lib/test/libregrtest/
H A Dmain.py204 warmup, repetitions, _ = ns.huntrleaks
205 if warmup < 1 or repetitions < 1:
557 warmup, repetitions, _ = self.ns.huntrleaks
558 if warmup < 3:
560 "3 warmup repetitions can give false positives!")

Completed in 36 milliseconds

12