HomeSort by: relevance | last modified time | path
    Searched defs:lastenv (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblmdb/
mplay.c 71 envpair *lastenv; variable
118 lastenv = envs+nenvs;
125 if (!lastenv || lastenv->tenv != tenv) {
130 lastenv = &envs[i];
132 return lastenv;
141 lastenv = NULL;
164 if (lastenv) {
165 for (i=0; i<lastenv->ntxns; i++) {
166 if (lastenv->txns[i].ttxn == ttxn)
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_irig.c 246 double lastenv[CYCLE]; /* last cycle amplitudes */ member in struct:irigunit
617 up->lastenv[carphase] = sample;
713 env = (up->lastenv[2] - up->lastenv[6]) / 2.;

Completed in 27 milliseconds