Searched refs:sdelay (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/games/hals_end/
H A Dhals_end.c70 int sdelay = (100000 + (50000 * emotion)) / speed; local
76 usleep(sdelay);
81 usleep(sdelay);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dlog_adhoc.c97 DELTA_TIME sdelay; /* connection set-up latency */ local
140 * Don't compute the sdelay (connection setup latency) if there is no time
173 DELTA_ZERO(sdelay);
180 DELTA(sdelay, stats->conn_setup_done, stats->agent_handoff);
210 PRETTY_FORMAT(buf, "/", sdelay);
/netbsd-current/sys/dev/i2c/
H A Dsht3x.c204 .sdelay = 1000,
210 .sdelay = 1000,
216 .sdelay = 1000,
222 .sdelay = 500,
228 .sdelay = 500,
234 .sdelay = 500,
240 .sdelay = 250,
246 .sdelay = 250,
252 .sdelay = 250,
258 .sdelay
420 int sdelay = 100; local
446 sht3x_init_periodic_measurement(void *aux, int *sdelay) argument
[all...]
H A Dsht3xvar.h83 int sdelay; member in struct:sht3x_periodic

Completed in 120 milliseconds