/external/webrtc/src/system_wrappers/source/ |
event_linux.cc | 138 timespec tEnd; 141 clock_gettime(CLOCK_REALTIME, &tEnd); 143 clock_gettime(CLOCK_MONOTONIC, &tEnd); 151 TIMEVAL_TO_TIMESPEC(&tVal,&tEnd); 153 tEnd.tv_sec += timeout / 1000; 154 tEnd.tv_nsec += (timeout - (timeout / 1000) * 1000) * E6; 156 if (tEnd.tv_nsec >= E9) 158 tEnd.tv_sec++; 159 tEnd.tv_nsec -= E9; 161 retVal = pthread_cond_timedwait(&cond, &mutex, &tEnd); [all...] |
/external/expat/tests/benchmark/ |
benchmark.c | 33 clock_t tstart, tend; local 102 tend = clock(); 103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
UserCredentialHash.java | 7 * tend to prefer to store information in user accounts using such a
|
/external/openssl/crypto/bn/ |
bnspeed.c | 132 static struct tms tstart,tend; local 141 times(&tend); 142 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; 146 static struct timeb tstart,tend; local 156 ftime(&tend); 157 i=(long)tend.millitm-(long)tstart.millitm; 158 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
|
expspeed.c | 158 static struct tms tstart,tend; local 167 times(&tend); 168 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; 172 static struct timeb tstart,tend; local 182 ftime(&tend); 183 i=(long)tend.millitm-(long)tstart.millitm; 184 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
|
/external/openssl/crypto/rc4/ |
rc4speed.c | 142 static struct tms tstart,tend; local 151 times(&tend); 152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; 156 static struct timeb tstart,tend; local 166 ftime(&tend); 167 i=(long)tend.millitm-(long)tstart.millitm; 168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
|
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
BaseResourceLoader.java | 38 * tend to assume they are the only ResourceLoader in use. Or at least that the filename is the
|
/external/llvm/docs/HistoricalNotes/ |
2000-12-06-EncodingIdea.txt | 21 numbers would tend to stay small, even at the end of the procedure (where
|
2000-12-06-MeetingSummary.txt | 68 is that it would tend to splinter that 'standard' LLVM definition.
|
/external/strace/ |
README-linux | 13 using development kernels. These tend to have headers that conflict with
|
/system/core/sh/ |
token.h | 25 #define TEND 24
|
mktokens | 65 TEND 1 "}"
|
/external/openssl/crypto/des/ |
speed.c | 147 static struct tms tstart,tend; local 156 times(&tend); 157 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; 161 static struct timeb tstart,tend; local 171 ftime(&tend); 172 i=(long)tend.millitm-(long)tstart.millitm; 173 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
|
des_opts.c | 364 static struct tms tstart,tend; local 373 times(&tend); 374 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; 378 static struct timeb tstart,tend; local 388 ftime(&tend); 389 i=(long)tend.millitm-(long)tstart.millitm; 390 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
|
/external/openssl/crypto/rc2/ |
rc2speed.c | 142 static struct tms tstart,tend; local 151 times(&tend); 152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; 156 static struct timeb tstart,tend; local 166 ftime(&tend); 167 i=(long)tend.millitm-(long)tstart.millitm; 168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
|
/external/freetype/src/autofit/ |
afcjk.h | 36 * CJK glyphs tend to fill the square. So we have both vertical and
|
/external/llvm/docs/CommandGuide/ |
llvm-diff.pod | 30 which tend to stop any downstream changes from being detected.
|
/external/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 29 // tend to have a common destination, so we lazily do a predecessor search
|
/bionic/libm/src/ |
k_tanf.c | 52 * non-sequential machines (the lowest degree terms tend to be ready
|
/dalvik/dx/src/com/android/dx/ssa/ |
SetFactory.java | 31 * sets are kept per basic block until phi placement and tend to be,
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dummy/ |
SDL_dummyaudio.c | 147 * gate, like other SDL drivers tend to do.
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
BaseTypes.h | 73 // to allocate variables in. Since built-ins tend to go to different registers
|
/external/zlib/doc/ |
txtvsbin.txt | 70 The second observation is that most of the binary files tend to contain 74 labeled as textual, because the files that are genuinely binary tend to
|
/external/clang/test/Analysis/ |
delegates.m | 87 // involving [NSObject performSelector...] tend to lead to false positives.
|
/external/e2fsprogs/misc/ |
e2image.8.in | 72 image file. Image files tend to be quite
|