Searched refs:boolean_t (Results 1 – 13 of 13) sorted by relevance
/external/jemalloc_new/src/ |
D | zone.c | 53 boolean_t (*check)(malloc_zone_t *); 54 void (*print)(malloc_zone_t *, boolean_t); 59 boolean_t (*zone_locked)(malloc_zone_t *); 60 boolean_t (*enable_discharge_checking)(malloc_zone_t *); 61 boolean_t (*disable_discharge_checking)(malloc_zone_t *); 117 static boolean_t zone_check(malloc_zone_t *zone); 118 static void zone_print(malloc_zone_t *zone, boolean_t verbose); 124 static boolean_t zone_locked(malloc_zone_t *zone); 258 static boolean_t 264 zone_print(malloc_zone_t *zone, boolean_t verbose) { in zone_print() [all …]
|
/external/google-breakpad/src/third_party/mac_headers/mach/i386/ |
D | boolean.h | 69 typedef unsigned int boolean_t; typedef 71 typedef int boolean_t; typedef
|
/external/selinux/libselinux/src/ |
D | audit2why.c | 33 struct boolean_t { struct 38 static struct boolean_t **boollist = NULL; argument 57 boollist[boolcnt] = malloc(sizeof(struct boolean_t)); in load_booleans() 64 static int check_booleans(struct boolean_t **bools) in check_booleans() 151 *bools = calloc(sizeof(struct boolean_t), fcnt + 1); in check_booleans() 152 struct boolean_t *b = *bools; in check_booleans() 318 struct boolean_t *bools; in analyze() 397 struct boolean_t *b = bools; in analyze()
|
/external/llvm-project/clang/test/Analysis/Inputs/ |
D | system-header-simulator-for-pthread-lock.h | 33 typedef int boolean_t; typedef 36 extern boolean_t lck_mtx_try_lock(lck_mtx_t *);
|
/external/rust/crates/libc/src/unix/bsd/apple/b64/aarch64/ |
D | mod.rs | 1 pub type boolean_t = ::c_int; typedef
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_malloc_mac.inc | 258 boolean_t mi_check(malloc_zone_t *zone) { 262 void mi_print(malloc_zone_t *zone, boolean_t verbose) { 282 boolean_t mi_zone_locked(malloc_zone_t *zone) {
|
/external/libpcap/ |
D | pcap-libdlpi.c | 57 static boolean_t list_interfaces(const char *, void *); 73 static boolean_t
|
/external/rust/crates/libc/src/unix/bsd/apple/b32/ |
D | mod.rs | 5 pub type boolean_t = ::c_int; typedef
|
/external/rust/crates/libc/src/unix/bsd/apple/b64/x86_64/ |
D | mod.rs | 1 pub type boolean_t = ::c_uint; typedef
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 125 boolean_t exc_server(mach_msg_header_t* request, 148 boolean_t breakpad_exc_server(mach_msg_header_t* InHeadP, in breakpad_exc_server() 205 boolean_t breakpad_exc_server(mach_msg_header_t* request, in breakpad_exc_server()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_malloc_mac.inc | 338 boolean_t mi_check(malloc_zone_t *zone) { 342 void mi_print(malloc_zone_t *zone, boolean_t verbose) { 362 boolean_t mi_zone_locked(malloc_zone_t *zone) {
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachException.cpp | 46 extern "C" boolean_t mach_exc_server(mach_msg_header_t *InHeadP,
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 372 pub xsu_encrypted: ::boolean_t, 687 pub running: ::boolean_t, 689 pub is_master: ::boolean_t,
|