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

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 201 long lapse; member in struct:__anon7586
220 t->lapse = 0;
235 // t->lapse += 500;
236 // t->lapse /= 1000;
237 if (t->lapse)
240 ALOGD( "%s:%s, bytes=%ld, lapse=%ld (%d.%02d kbps) (bus data rate %d.%02d kbps) overhead %d(%d percent)\n",
242 t->label, t->bytes, t->lapse,
243 (int)(8 * t->bytes / t->lapse), (int)(800 * t->bytes / (t->lapse)) % 100,
244 (int)(9 * (t->bytes + t->count * t->overhead) / t->lapse), (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 753 self.log.lapse("merge '%s'" % tag)
870 def lapse(self, *things): member in class:Logger
915 log.lapse("compile and save font")
918 log.lapse("make one with everything(TOTAL TIME)")
subset.py 2088 def lapse(self, *things): member in class:Logger
    [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 5179 milliseconds