/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
userial_linux.c | 172 long lapse; member in struct:__anon22201 191 t->lapse = 0; 206 // t->lapse += 500; 207 // t->lapse /= 1000; 208 if (t->lapse) 211 ALOGD( "%s:%s, bytes=%ld, lapse=%ld (%d.%02d kbps) (bus data rate %d.%02d kbps) overhead %d(%d percent)\n", 213 t->label, t->bytes, t->lapse, 214 (int)(8 * t->bytes / t->lapse), (int)(800 * t->bytes / (t->lapse)) % 100, 215 (int)(9 * (t->bytes + t->count * t->overhead) / t->lapse), (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100 [all...] |
/external/chromium_org/third_party/openssl/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...] |
/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...] |