Searched refs:ts (Results 1 – 2 of 2) sorted by relevance
36 while read ts; do39 diffts=$((ts-tsold))41 if [ "$ts" -ge "$start_ts" ] ; then42 echo $ts $diffts >> tmp345 tsold=$ts
177 int part, ts; in find_timesteps() local192 if(sscanf(d->d_name, fmt, &ts, &part)==2) in find_timesteps()194 step_list->insert(ts); in find_timesteps()