Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/
Dlegacy_blob.rs148 const SIZE: usize = std::mem::size_of::<bool>(); in read_bool() constant
154 const SIZE: usize = std::mem::size_of::<u32>(); in read_ne_u32() constant
160 const SIZE: usize = std::mem::size_of::<i32>(); in read_ne_i32() constant
166 const SIZE: usize = std::mem::size_of::<i64>(); in read_ne_i64() constant
/system/netd/libnetdutils/
DMemBlockTest.cpp103 constexpr unsigned SIZE = 10; in TEST() local