Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Drust.vim73 syn keyword rustType isize usize char bool u8 u16 u32 u64 u128 f32
/vim-8.2.3635/src/
H A Dos_unix.c486 long_u u64; in mch_total_mem() member
501 if (len == sizeof(physmem.u64)) in mch_total_mem()
502 mem = (long_u)physmem.u64; in mch_total_mem()