Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DConstantTimeClock.c32 time_t time (time_t *timer) in time()
38 struct tm * gmtime (const time_t *timer) in gmtime()
DTimerWrapper.c73 time_t time (time_t *timer) in time()
113 struct tm * gmtime (const time_t *timer) in gmtime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtimeit.py121 def __init__(self, stmt="pass", setup="pass", timer=default_timer): argument
225 def timeit(stmt="pass", setup="pass", timer=default_timer, argument
230 def repeat(stmt="pass", setup="pass", timer=default_timer, argument
Dprofile.py101 def _get_time_times(timer=os.times): argument
113 def _get_time_resource(timer=resgetrusage): argument
161 def __init__(self, timer=None, bias=None): argument
204 def get_time_timer(timer=timer, sum=sum): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Dclockres.py14 def clockres(timer): argument
Dpybench.py217 timer = TIMER_PLATFORM_DEFAULT variable in Test
219 def __init__(self, warp=None, calibration_runs=None, timer=None): argument
418 timer = TIMER_PLATFORM_DEFAULT variable in Benchmark
420 def __init__(self, name, verbose=None, timer=None, warp=None, argument
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTime.c536 time(time_t *timer) in time()
654 ctime(const time_t *timer) in ctime()
708 gmtime(const time_t *timer) in gmtime()
760 localtime(const time_t *timer) in localtime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dprofilee.py22 def timer(): function
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h281 #define localtime(timer) NULL argument
282 #define gmtime_r(timer,result) (result = NULL) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c771 PyObject *timer = NULL; in profiler_init() local