Home
last modified time | relevance | path

Searched defs:u64 (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/third_party/rust/crates/nix/src/sys/
Dquota.rs122 pub fn blocks_hard_limit(&self) -> Option<u64> { in blocks_hard_limit()
133 pub fn set_blocks_hard_limit(&mut self, limit: u64) { in set_blocks_hard_limit()
138 pub fn blocks_soft_limit(&self) -> Option<u64> { in blocks_soft_limit()
149 pub fn set_blocks_soft_limit(&mut self, limit: u64) { in set_blocks_soft_limit()
154 pub fn occupied_space(&self) -> Option<u64> { in occupied_space()
165 pub fn inodes_hard_limit(&self) -> Option<u64> { in inodes_hard_limit()
176 pub fn set_inodes_hard_limit(&mut self, limit: u64) { in set_inodes_hard_limit()
181 pub fn inodes_soft_limit(&self) -> Option<u64> { in inodes_soft_limit()
192 pub fn set_inodes_soft_limit(&mut self, limit: u64) { in set_inodes_soft_limit()
197 pub fn allocated_inodes(&self) -> Option<u64> { in allocated_inodes()
[all …]
Dsysinfo.rs46 pub fn swap_total(&self) -> u64 { in swap_total()
51 pub fn swap_free(&self) -> u64 { in swap_free()
56 pub fn ram_total(&self) -> u64 { in ram_total()
65 pub fn ram_unused(&self) -> u64 { in ram_unused()
71 fn scale_mem(&self, units: mem_blocks_t) -> u64 { in scale_mem()
/third_party/rust/crates/minimal-lexical/tests/
Dlemire_tests.rs8 fn compute_error32(q: i32, w: u64) -> (i32, u64) { in compute_error32() argument
13 fn compute_error64(q: i32, w: u64) -> (i32, u64) { in compute_error64() argument
18 fn compute_error_scaled32(q: i32, w: u64, lz: i32) -> (i32, u64) { in compute_error_scaled32()
23 fn compute_error_scaled64(q: i32, w: u64, lz: i32) -> (i32, u64) { in compute_error_scaled64()
28 fn compute_float32(q: i32, w: u64) -> (i32, u64) { in compute_float32() argument
33 fn compute_float64(q: i32, w: u64) -> (i32, u64) { in compute_float64() argument
Dbellerophon.rs9 pub fn bellerophon_test<F: Float + core::fmt::Debug>( in bellerophon_test()
13 ymant: u64, in bellerophon_test()
41 pub fn compute_float32(q: i32, w: u64) -> (i32, u64) { in compute_float32() argument
51 pub fn compute_float64(q: i32, w: u64) -> (i32, u64) { in compute_float64() argument
/third_party/rust/crates/rustix/src/fs/
Dcopy_file_range.rs14 off_in: Option<&mut u64>, in copy_file_range()
16 off_out: Option<&mut u64>, in copy_file_range()
17 len: u64, in copy_file_range()
18 ) -> io::Result<u64> { in copy_file_range()
Dfadvise.rs17 pub fn fadvise<Fd: AsFd>(fd: Fd, offset: u64, len: u64, advice: Advice) -> io::Result<()> { in fadvise()
Dfd.rs91 pub fn seek<Fd: AsFd>(fd: Fd, pos: SeekFrom) -> io::Result<u64> { in seek()
109 pub fn tell<Fd: AsFd>(fd: Fd) -> io::Result<u64> { in tell()
249 pub fn fallocate<Fd: AsFd>(fd: Fd, mode: FallocateFlags, offset: u64, len: u64) -> io::Result<()> { in fallocate()
/third_party/rust/crates/minimal-lexical/src/
Dlemire.rs162 pub fn compute_error_scaled<F: Float>(q: i32, mut w: u64, lz: i32) -> ExtendedFloat { in compute_error_scaled()
184 fn full_multiplication(a: u64, b: u64) -> (u64, u64) { in full_multiplication()
192 fn compute_product_approx(q: i32, w: u64, precision: usize) -> (u64, u64) { in compute_product_approx()
Dmask.rs16 pub fn lower_n_mask(n: u64) -> u64 { in lower_n_mask()
37 pub fn lower_n_halfway(n: u64) -> u64 { in lower_n_halfway()
57 pub fn nth_bit(n: u64) -> u64 { in nth_bit()
Dbigint.rs78 pub fn hi64(&self) -> (u64, bool) { in hi64()
222 pub fn u32_to_hi64_1(r0: u32) -> (u64, bool) { in u32_to_hi64_1()
228 pub fn u32_to_hi64_2(r0: u32, r1: u32) -> (u64, bool) { in u32_to_hi64_2()
236 pub fn u32_to_hi64_3(r0: u32, r1: u32, r2: u32) -> (u64, bool) { in u32_to_hi64_3()
245 pub fn u64_to_hi64_1(r0: u64) -> (u64, bool) { in u64_to_hi64_1()
252 pub fn u64_to_hi64_2(r0: u64, r1: u64) -> (u64, bool) { in u64_to_hi64_2()
310 pub fn hi64(x: &[Limb]) -> (u64, bool) { in hi64()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbitfield-linux-32.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get()
75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
124 pub fn x(&self) -> u64 { in x()
130 pub fn set_x(&mut self, val: u64) { in set_x()
137 pub fn y(&self) -> u64 { in y()
143 pub fn set_y(&mut self, val: u64) { in set_y()
151 x: u64, in new_bitfield_1()
152 y: u64, in new_bitfield_1()
Dlayout_mbuf.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get()
75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
783 pub fn l2_len(&self) -> u64 { in l2_len()
789 pub fn set_l2_len(&mut self, val: u64) { in set_l2_len()
796 pub fn l3_len(&self) -> u64 { in l3_len()
802 pub fn set_l3_len(&mut self, val: u64) { in set_l3_len()
809 pub fn l4_len(&self) -> u64 { in l4_len()
815 pub fn set_l4_len(&mut self, val: u64) { in set_l4_len()
822 pub fn tso_segsz(&self) -> u64 { in tso_segsz()
828 pub fn set_tso_segsz(&mut self, val: u64) { in set_tso_segsz()
[all …]
Dlayout_mbuf_1_0.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get()
75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
838 pub fn l2_len(&self) -> u64 { in l2_len()
844 pub fn set_l2_len(&mut self, val: u64) { in set_l2_len()
851 pub fn l3_len(&self) -> u64 { in l3_len()
857 pub fn set_l3_len(&mut self, val: u64) { in set_l3_len()
864 pub fn l4_len(&self) -> u64 { in l4_len()
870 pub fn set_l4_len(&mut self, val: u64) { in set_l4_len()
877 pub fn tso_segsz(&self) -> u64 { in tso_segsz()
883 pub fn set_tso_segsz(&mut self, val: u64) { in set_tso_segsz()
[all …]
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs183 dev: u64, in mknodat()
208 pub(crate) fn seek(fd: BorrowedFd<'_>, pos: SeekFrom) -> io::Result<u64> { in seek()
222 pub(crate) fn _seek(fd: BorrowedFd<'_>, offset: i64, whence: c::c_uint) -> io::Result<u64> { in _seek()
250 pub(crate) fn tell(fd: BorrowedFd<'_>) -> io::Result<u64> { in tell()
296 offset: u64, in fallocate()
297 len: u64, in fallocate()
324 pub(crate) fn fadvise(fd: BorrowedFd<'_>, pos: u64, len: u64, advice: Advice) -> io::Result<()> { in fadvise()
1331 off_in: Option<&mut u64>, in copy_file_range()
1333 off_out: Option<&mut u64>, in copy_file_range()
1334 len: u64, in copy_file_range()
[all …]
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkcs5.rs123 n: u64, in scrypt()
124 r: u64, in scrypt()
125 p: u64, in scrypt()
126 maxmem: u64, in scrypt()
/third_party/rust/crates/rustix/src/backend/libc/io/
Dsyscalls.rs118 offset: u64, in preadv()
152 offset: u64, in preadv2()
179 offset: u64, in preadv2()
201 offset: u64, in pwritev2()
228 offset: u64, in pwritev2()
328 pub(crate) fn ioctl_fionread(fd: BorrowedFd<'_>) -> io::Result<u64> { in ioctl_fionread()
514 off_in: Option<&mut u64>, in splice()
516 off_out: Option<&mut u64>, in splice()
/third_party/rust/crates/rustc-hash/src/
Dlib.rs128 fn write_u64(&mut self, i: u64) { in write_u64()
135 fn write_u64(&mut self, i: u64) { in write_u64()
145 fn finish(&self) -> u64 { in finish()
/third_party/rust/crates/rustix/src/io/
Dpipe.rs91 off_in: Option<&mut u64>, in splice()
93 off_out: Option<&mut u64>, in splice()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dsyscalls.rs106 pos: u64, in preadv()
137 pos: u64, in preadv2()
258 pos: u64, in pwritev2()
306 pub(crate) fn ioctl_fionread(fd: BorrowedFd<'_>) -> io::Result<u64> { in ioctl_fionread()
642 off_in: Option<&mut u64>, in splice()
644 off_out: Option<&mut u64>, in splice()
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs779 off_in: Option<&mut u64>, in copy_file_range()
781 off_out: Option<&mut u64>, in copy_file_range()
782 len: u64, in copy_file_range()
783 ) -> io::Result<u64> { in copy_file_range()
833 pub(crate) fn fadvise(fd: BorrowedFd<'_>, offset: u64, len: u64, advice: Advice) -> io::Result<()> { in fadvise()
894 pub(crate) fn seek(fd: BorrowedFd<'_>, pos: SeekFrom) -> io::Result<u64> { in seek()
908 pub(crate) fn tell(fd: BorrowedFd<'_>) -> io::Result<u64> { in tell()
1167 offset: u64, in fallocate()
1168 len: u64, in fallocate()
1197 offset: u64, in fallocate()
[all …]
/third_party/rust/crates/aho-corasick/src/packed/
Dpattern.rs305 let v1 = (p1 as *const u64).read_unaligned(); in equals() constant
306 let v2 = (p2 as *const u64).read_unaligned(); in equals() constant
313 let v1 = (p1end as *const u64).read_unaligned(); in equals() constant
314 let v2 = (p2end as *const u64).read_unaligned(); in equals() constant
/third_party/rust/crates/cxx/src/
Dsip.rs87 unsafe fn u8to64_le(buf: &[u8], start: usize, len: usize) -> u64 { in u8to64_le()
118 fn new_with_keys(key0: u64, key1: u64) -> Self { in new_with_keys()
200 fn finish(&self) -> u64 { in finish()
/third_party/skia/third_party/externals/dawn/src/common/
Dvulkan_platform.h43 T NativeNonDispatachableHandleFromU64(uint64_t u64) { in NativeNonDispatachableHandleFromU64()
49 T NativeNonDispatachableHandleFromU64(uint64_t u64) { in NativeNonDispatachableHandleFromU64()
/third_party/rust/crates/aho-corasick/src/
Dstate_id.rs56 impl Sealed for u64 {} implementation
177 impl StateID for u64 { implementation
179 fn from_usize(n: usize) -> u64 { in from_usize()
/third_party/rust/crates/cxx/demo/src/
Dmain.rs23 fn put(&self, parts: &mut MultiBuf) -> u64; in put()
24 fn tag(&self, blobid: u64, tag: &str); in tag()

12345678910>>...13