Home
last modified time | relevance | path

Searched refs: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
61 pub type qaddr_t = *mut quad_t;
123 pub quot: quad_t,
124 pub rem: quad_t,
636 pub fn qabs(arg1: quad_t) -> quad_t; in qabs() argument
637 pub fn strtoq(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> quad_t; in strtoq() argument
654 pub fn qdiv(arg1: quad_t, arg2: quad_t) -> qdiv_t; in qdiv() argument
684 ) -> quad_t; in strtoq_l() argument
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs100 pub type quad_t = __quad_t; typedef
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs43 pub type quad_t = i64; typedef