Home
last modified time | relevance | path

Searched refs:b_time (Results 26 – 40 of 40) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dip_mroute.h153 struct timeval b_time; member
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dartec_eplus48u.c826 dev->exp_params.b_time = exp_params.b_time; in attach()
1453 req[12] = LOBYTE (params->b_time); in artec48u_generic_set_exposure_time()
1454 req[13] = HIBYTE (params->b_time); in artec48u_generic_set_exposure_time()
3258 s->dev->exp_params.b_time += exp_off; in calibrate_scanner()
3269 s->dev->exp_params.b_time -= exp_off; in calibrate_scanner()
3278 s->dev->exp_params.b_time)); in calibrate_scanner()
3293 XDBG ((1, "option blueExposure 0x%x\n", s->dev->exp_params.b_time)); in calibrate_scanner()
3305 s->dev->artec_48u_exposure_params.b_time = s->dev->exp_params.b_time; in calibrate_scanner()
4512 decodeVal (str, "blueExposure", _INT, &exp_params.b_time, in sane_init()
4513 &default_exp_params.b_time); in sane_init()
H A Dgt68xx_high.c725 exposure->g_time, exposure->b_time); in gt68xx_scanner_calibrate()
1936 &exposure->b_time); in gt68xx_afe_cis_auto()
1951 scanner->exposure_params.b_time=exposure->b_time; in gt68xx_afe_cis_auto()
2403 scanner->dev->exposure->b_time = scanner->exposure_params.b_time; in gt68xx_assign_calibration()
H A Dartec_eplus48u.h133 SANE_Int b_time; /**< Red exposure time */ member
H A Dgt68xx_low.h191 SANE_Int b_time; /**< Red exposure time */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h278 unsigned char b_time[16]; /* Lib build time */ member
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/
H A Dmeson.build41 ['b_time.exp'],
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h278 unsigned char b_time[16]; /* Lib build time */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h278 unsigned char b_time[16]; /* Lib build time */ member
/dports/news/rntrack/rntrack-2.1.10_2/src/
H A Dcfg.y869 time_t b_time; variable
875 b_time = tt->_STime;
883 } while (tt->_STime < (b_time + (23*60*60)+(59*60)+60));
H A Dcfg.cpp3049 time_t b_time; in yyparse() local
3056 b_time = tt->_STime; in yyparse()
3066 while (tt->_STime < (b_time + (23*60*60)+(59*60)+60)); in yyparse()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_coat3D/
H A D__init__.py978 b_time = os.path.getmtime(path3b_n)
979 if (abs(mesh_time - b_time) < 240):
1199 b_time = os.path.getmtime(osoite_3b)
1200 if (abs(mesh_time-b_time) < 240):
/dports/news/pan/pan-0.145/pan/gui/
H A Dheader-pane.cc526 const time_t b_time (row_b.article->time_posted); in column_compare_func() local
527 if (a_time < b_time) ret = -1; in column_compare_func()
528 else if (a_time > b_time) ret = 1; in column_compare_func()
/dports/games/zangband/zangband/src/
H A Dmain-ros.c823 b_time; in file_is_newer() local
847 NULL, &(b_time.msw), /* Load Addr */ in file_is_newer()
848 &(b_time.lsw) /* Exec Addr */ in file_is_newer()
867 if ((a_time.msw & 0xff) >= (b_time.msw & 0xff)) in file_is_newer()
868 if ((a_time.lsw) > (b_time.lsw)) in file_is_newer()
/dports/net/samba412/samba-4.12.15/source3/client/
H A Dclient.c1779 struct timespec b_time, a_time, m_time, c_time; in do_allinfo() local
1808 status = cli_qpathinfo3(cli, name, &b_time, &a_time, &m_time, &c_time, in do_allinfo()
1816 tmp = full_timespec_to_nt_time(&b_time); in do_allinfo()
1900 status = cli_qpathinfo3(cli, snap_name, &b_time, &a_time, in do_allinfo()
1909 tmp = unix_timespec_to_nt_time(b_time); in do_allinfo()

12