Lines Matching defs:c_uint
10 pub type c_uint = u32;
24 pub type clock_t = c_uint;
29 pub type useconds_t = c_uint;
42 pub type __socklen_t = c_uint;
61 pub type u_int = c_uint;
65 pub type uint = c_uint;
199 pub const BUFSIZ: c_uint = 1024;
200 pub const FOPEN_MAX: c_uint = 20;
201 pub const FILENAME_MAX: c_uint = 1024;
570 pub fn srand(arg1: c_uint);
578 pub fn rand_r(arg1: *mut c_uint) -> c_int;
591 pub fn initstate(arg1: c_uint, arg2: *mut c_char, arg3: size_t) -> *mut c_char;
592 pub fn srandom(arg1: c_uint);
634 arg4: c_uint,
640 arg4: c_uint,
781 pub fn popcount(arg1: c_uint) -> c_uint;
782 pub fn popcountl(arg1: c_ulong) -> c_uint;
783 pub fn popcountll(arg1: c_ulonglong) -> c_uint;
784 pub fn popcount32(arg1: u32) -> c_uint;
785 pub fn popcount64(arg1: u64) -> c_uint;
852 pub fn sleep(arg1: c_uint) -> c_uint;