Home
last modified time | relevance | path

Searched refs:cycles (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dtiming.c427 cycles, ratio, millisecs, secs, hardfail, \
445 unsigned long cycles = 0, ratio = 0; in mbedtls_timing_self_test() local
527 cycles = mbedtls_timing_hardclock(); in mbedtls_timing_self_test()
529 cycles = mbedtls_timing_hardclock() - cycles; in mbedtls_timing_self_test()
530 ratio = cycles / millisecs; in mbedtls_timing_self_test()
535 cycles = mbedtls_timing_hardclock(); in mbedtls_timing_self_test()
537 cycles = mbedtls_timing_hardclock() - cycles; in mbedtls_timing_self_test()
540 if( cycles / millisecs < ratio - ratio / 5 || in mbedtls_timing_self_test()
541 cycles / millisecs > ratio + ratio / 5 ) in mbedtls_timing_self_test()
/reactos/sdk/lib/ucrt/string/arm64/
H A Dwcslen.asm52 …; It is expected that the number of cycles (27) will stay about the same for future processor mode…
H A Dstrlen.asm52 …; It is expected that the number of cycles (28) will stay about the same for future processor mode…
/reactos/sdk/lib/3rdparty/libxml2/
H A DNEWS7 - [CVE-2022-40304] Fix dict corruption caused by entity reference cycles
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG2986 * snmp.h, mib2.c: enable to remove SNMP timer (which consumne several cycles