Home
last modified time | relevance | path

Searched defs:vm_size_t (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach/i386/
Dvm_types.h112 typedef uintptr_t vm_size_t; typedef
114 typedef natural_t vm_size_t; typedef
/external/llvm-project/clang/test/Analysis/
Dmig.mm15 typedef unsigned vm_size_t; typedef
151 …return_t)fooAtPort:(mach_port_name_t)port withAddress:(vm_address_t)address ofSize:(vm_size_t)size; argument
157 ofSize:(vm_size_t)size MIG_SERVER_ROUTINE { argument
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs10 pub type vm_size_t = ::uintptr_t; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs15 pub type vm_size_t = ::uintptr_t; typedef