Home
last modified time | relevance | path

Searched defs:PTR_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/libffi/src/aarch64/
Dsysv.S56 #define PTR_SIZE 4 macro
58 #define PTR_SIZE 8 macro
Dwin64_armasm.S32 #define PTR_SIZE 8 macro
/external/rust/android-crates-io/crates/smallvec/src/
Dtests.rs999 const PTR_SIZE: usize = size_of::<usize>(); in test_size() constant