Home
last modified time | relevance | path

Searched defs:boolean_t (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach/i386/
Dboolean.h71 typedef unsigned int boolean_t; typedef
73 typedef int boolean_t; typedef
/external/rust/crates/libc/src/unix/bsd/apple/b64/aarch64/
Dmod.rs1 pub type boolean_t = ::c_int; typedef
/external/google-breakpad/src/third_party/mac_headers/mach/arm/
Dboolean.h70 typedef int boolean_t; typedef
/external/rust/crates/libc/src/unix/bsd/apple/b64/x86_64/
Dmod.rs1 pub type boolean_t = ::c_uint; typedef
/external/selinux/libselinux/src/
Daudit2why.c33 struct boolean_t { struct
38 static struct boolean_t **boollist = NULL; argument
/external/rust/crates/libc/src/unix/bsd/apple/b32/
Dmod.rs5 pub type boolean_t = ::c_int; typedef
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5843 get_default: *mut boolean_t, in thread_policy_get()
6221 pub fn malloc_zone_check(zone: *mut ::malloc_zone_t) -> ::boolean_t; in malloc_zone_check()
6222 pub fn malloc_zone_print(zone: *mut ::malloc_zone_t, verbose: ::boolean_t); in malloc_zone_print()
6316 copy: ::boolean_t, in mach_vm_map()
6365 inherit_memory: ::boolean_t, in task_create()