Home
last modified time | relevance | path

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

/third_party/lame/frontend/
Dlametime.c53 # define CLOCKS_PER_SEC 1000000 macro
/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_bbox.c11 #define CLOCKS_PER_SEC HZ macro
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h64 #define CLOCKS_PER_SEC 1000000L macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h64 #define CLOCKS_PER_SEC 1000000L macro
/third_party/musl/include/
Dtime.h65 #define CLOCKS_PER_SEC 1000000L macro
/third_party/musl/porting/liteos_m/user/include/
Dtime.h63 #define CLOCKS_PER_SEC 1000000L macro
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h68 #define CLOCKS_PER_SEC 1000000L macro
/third_party/python/Modules/
Dtimemodule.c121 # define CLOCKS_PER_SEC CLK_TCK macro
123 # define CLOCKS_PER_SEC 1000000 macro
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs852 pub const CLOCKS_PER_SEC: ::clock_t = 1_000_000; constant
/third_party/pcre2/pcre2/src/
Dpcre2test.c203 #define CLOCKS_PER_SEC CLK_TCK macro
205 #define CLOCKS_PER_SEC 100 macro