HomeSort by relevance Sort by last modified time
    Searched refs:clock_t (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /external/v8/tools/clang/plugins/tests/
ipc.cpp 17 typedef long clock_t; typedef
162 IPC::WriteParam(pickle, clock_t(0)); // ERROR
229 CALL_WRITEPARAM(clock_t) // ERROR
  /bionic/libc/include/
time.h 92 clock_t clock(void);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 89 typedef __clock_t clock_t; typedef
  /external/expat/tests/benchmark/
benchmark.c 67 clock_t tstart, tend;
  /external/libdivsufsort/examples/
suftest.c 75 clock_t start, finish;
mksary.c 75 clock_t start, finish;
unbwt.c 89 clock_t start, finish;
bwt.c 87 clock_t start,finish;
  /external/lz4/programs/
lz4io.c 106 if (((clock_t)(g_time - clock()) > refreshRate) || (g_displayLevel>=4)) \
109 static const clock_t refreshRate = CLOCKS_PER_SEC / 6;
110 static clock_t g_time = 0;
331 clock_t end;
334 clock_t const start = clock();
554 clock_t const start = clock();
563 { clock_t const end = clock();
    [all...]
bench.c 43 #include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */
93 static const clock_t refreshRate = CLOCKS_PER_SEC * 15 / 100;
94 static clock_t g_time = 0;
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 137 clock_t start_time; /* start & stop times */
138 clock_t stop_time;
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c 55 static clock_t y2kOffs = 730485;
84 clock_t
575 returns the value (clock_t)(-1).
577 clock_t
580 clock_t retval;
584 retval = ((clock_t)((UINT32)temp)) - gMD->AppStartTime;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 241 typedef _EFI_CLOCK_T clock_t; typedef
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
Main.c 153 gMD->AppStartTime = (clock_t)((UINT32)time(NULL));
  /external/lz4/tests/
fullbench.c 43 #include <time.h> /* clock_t, clock(), CLOCKS_PER_SEC */
127 static clock_t BMK_GetClockSpan( clock_t clockStart )
455 clock_t clockTime;
549 clock_t clockTime;
frametest.c 42 #include <time.h> /* clock_t, clock(), CLOCKS_PER_SEC */
86 static const clock_t refreshRate = CLOCKS_PER_SEC / 6;
87 static clock_t g_clockTime = 0;
104 static clock_t FUZ_GetClockSpan(clock_t clockStart)
572 clock_t const startClock = clock();
573 clock_t const clockDuration = duration_s * CLOCKS_PER_SEC;
    [all...]
fuzzer.c 44 #include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */
88 static clock_t FUZ_GetClockSpan(clock_t clockStart)
95 static clock_t g_time = 0;
96 static const clock_t g_refreshRate = CLOCKS_PER_SEC / 5;
272 clock_t const clockStart = clock();
273 clock_t const clockDuration = (clock_t)duration_s * CLOCKS_PER_SEC;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
amrnb_enc_test.cpp 71 clock_t start, finish;
  /external/syslinux/com32/menu/
menumain.c 179 int mygetkey(clock_t timeout)
181 clock_t t0, t;
182 clock_t tto, to;
753 volatile clock_t key_timeout, timeout_left, this_timeout;
860 (clock_t) CLK_TCK);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 51 typedef long clock_t; typedef
116 clock_t __cdecl clock(void);
  /cts/hostsidetests/sustainedperf/dhrystone/
dhry_1.c 59 extern clock_t clock();
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 112 typedef unsigned long clock_t; typedef
  /external/python/cpython2/RISCOS/
pyconfig.h 84 #undef clock_t macro
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 108 clock_t start, finish;
  /external/python/cpython3/Modules/
timemodule.c 62 clock_t value;
64 if (value == (clock_t)-1) {
1019 if (times(&t) != (clock_t)-1) {
    [all...]

Completed in 761 milliseconds

1 23 4 5