Home
last modified time | relevance | path

Searched refs:__timstr_mult (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx2.c2955 __timstr_mult = 1ULL; in bld_timstr_vals()
2970 __timstr_mult = 1ULL; in bld_timstr_vals()
2978 __timstr_mult = 10ULL; in bld_timstr_vals()
2982 __timstr_mult = 1ULL; in bld_timstr_vals()
2990 __timstr_mult = 10ULL; in bld_timstr_vals()
2994 __timstr_mult = 1ULL; in bld_timstr_vals()
3002 __timstr_mult = 10ULL; in bld_timstr_vals()
3006 __timstr_mult = 1ULL; in bld_timstr_vals()
3014 __timstr_mult = 10ULL; in bld_timstr_vals()
3018 __timstr_mult = 1ULL; in bld_timstr_vals()
[all …]
H A Dv.h3253 extern word64 __timstr_mult; /* multiplier if needed */
H A Dv_cnv.c1207 if (__nd_timstr_suf && __timstr_mult != 1) t1 = (*t)*__timstr_mult; in __to_timstr()
H A Dcver.c396 word64 __timstr_mult; /* multiplier if needed */ variable