HomeSort by relevance Sort by last modified time
    Searched refs:lapse (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 171 long lapse; member in struct:__anon10154
190 t->lapse = 0;
205 // t->lapse += 500;
206 // t->lapse /= 1000;
207 if (t->lapse)
210 ALOGD( "%s:%s, bytes=%ld, lapse=%ld (%d.%02d kbps) (bus data rate %d.%02d kbps) overhead %d(%d percent)\n",
212 t->label, t->bytes, t->lapse,
213 (int)(8 * t->bytes / t->lapse), (int)(800 * t->bytes / (t->lapse)) % 100,
214 (int)(9 * (t->bytes + t->count * t->overhead) / t->lapse), (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100
    [all...]
  /external/openssl/apps/
speed.c 304 static unsigned int lapse,schlock; variable
305 static void alarm_win32(unsigned int secs) { lapse = secs*1000; }
311 Sleep(lapse);
    [all...]

Completed in 1134 milliseconds