Home
last modified time | relevance | path

Searched defs:time_t (Results 1 – 25 of 159) sorted by relevance

1234567

/external/strace/linux/
Dasm_stat.h23 # define time_t __kernel_time_t macro
47 # define time_t time_t macro
/external/llvm-libc/include/llvm-libc-types/
Dtime_t_64.h12 typedef __INT64_TYPE__ time_t; typedef
Dtime_t_32.h12 typedef __INT32_TYPE__ time_t; typedef
/external/trusty/arm-trusted-firmware/include/lib/libc/
Dtime.h16 typedef long int time_t; typedef
/external/arm-trusted-firmware/include/lib/libc/
Dtime.h16 typedef long int time_t; typedef
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-types/
Dtime_t_64.h12 typedef __INT64_TYPE__ time_t; typedef
Dtime_t_32.h12 typedef __INT32_TYPE__ time_t; typedef
/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-types/
Dtime_t_64.h12 typedef __INT64_TYPE__ time_t; typedef
Dtime_t_32.h12 typedef __INT32_TYPE__ time_t; typedef
/external/sandboxed-api/contrib/libraw/
Draw.gen.h.in21 #define time_t uint64_t macro
/external/rust/android-crates-io/crates/libc/src/unix/nto/
Daarch64.rs5 pub type time_t = i64; typedef
Dx86_64.rs5 pub type time_t = i64; typedef
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/nto/
Daarch64.rs5 pub type time_t = i64; typedef
Dx86_64.rs5 pub type time_t = i64; typedef
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/nto/
Daarch64.rs5 pub type time_t = i64; typedef
Dx86_64.rs5 pub type time_t = i64; typedef
/external/rust/android-crates-io/crates/libc/src/unix/haiku/
Db32.rs3 pub type time_t = i32; typedef
Db64.rs3 pub type time_t = i64; typedef
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/haiku/
Db32.rs3 pub type time_t = i32; typedef
Db64.rs3 pub type time_t = i64; typedef
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/haiku/
Db64.rs3 pub type time_t = i64; typedef
Db32.rs3 pub type time_t = i32; typedef
/external/rust/android-crates-io/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dpowerpc.rs5 pub type time_t = i64; typedef
Darm.rs5 pub type time_t = i64; typedef
/external/llvm/unittests/Support/
DTimeValueTest.cpp17 TEST(TimeValue, time_t) { in TEST() argument

1234567