Home
last modified time | relevance | path

Searched refs:ISSET (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_ubsan.c58 #define ISSET(x, y) ((x) & (y)) macro
89 #define ISSET(t, f) ((t) & (f)) macro
1238 if (ISSET(ubsan_flags, UBSAN_STDOUT)) { in Report()
1245 if (ISSET(ubsan_flags, UBSAN_STDERR)) { in Report()
1252 if (ISSET(ubsan_flags, UBSAN_SYSLOG)) { in Report()
1259 if (isFatal || ISSET(ubsan_flags, UBSAN_ABORT)) { in Report()
1286 return ISSET(siOldValue, ACK_REPORTED); in isAlreadyReported()
1354 ASSERT(ISSET(pType->mTypeInfo, NUMBER_SIGNED_BIT));
1381 ASSERT(!ISSET(pType->mTypeInfo, NUMBER_SIGNED_BIT));
1604 if (ISSET(pType->mTypeInfo, NUMBER_SIGNED_BIT)) {
[all …]