Home
last modified time | relevance | path

Searched defs:quad_t (Results 1 – 3 of 3) sorted by relevance

/rust-libc-0.2.174/src/solid/
H A Dmod.rs60 pub type quad_t = i64; typedef
636 pub fn qabs(arg1: quad_t) -> quad_t; in qabs()
637 pub fn strtoq(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> quad_t; in strtoq()
654 pub fn qdiv(arg1: quad_t, arg2: quad_t) -> qdiv_t; in qdiv()
684 ) -> quad_t; in strtoq_l()
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs43 pub type quad_t = i64; typedef
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs100 pub type quad_t = __quad_t; typedef