Searched defs:if (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT-586_asm.asm | 21 if @Version gt 510 label 529 if OMPT_SUPPORT label 545 if OMPT_SUPPORT label 1213 if OMPT_SUPPORT label 1231 if OMPT_SUPPORT label
|
/freebsd/sys/net/ |
H A D | if_var.h | 340 #define IF_ADDR_LOCK_INIT(if) mtx_init(&(if)->if_addr_lock, "if_addr_lock", NULL, MTX_DEF) argument 341 #define IF_ADDR_LOCK_DESTROY(if) mtx_destroy(&(if)->if_addr_lock) argument 343 #define IF_ADDR_WLOCK(if) mtx_lock(&(if)->if_addr_lock) argument 344 #define IF_ADDR_WUNLOCK(if) mtx_unlock(&(if)->if_addr_lock) argument 345 #define IF_ADDR_LOCK_ASSERT(if) MPASS(in_epoch(net_epoch_preempt) || mtx_owned(&(if)->if_addr_lock)) argument 346 #define IF_ADDR_WLOCK_ASSERT(if) mtx_assert(&(if)->if_addr_lock, MA_OWNED) argument
|
/freebsd/lib/libc/include/ |
H A D | nscache.h | 150 #define NS_COMMON_CACHE_INFO_INITIALIZER(name, mdata, if, mf, uf) \ argument
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.js | 98 'if': (expr, data, proceed) => { if (evalExpr(expr, data)) proceed(data); }, method
|