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) argument 343 IF_ADDR_WLOCK(if) global() argument 344 IF_ADDR_WUNLOCK(if) global() argument 345 IF_ADDR_LOCK_ASSERT(if) global() argument 346 IF_ADDR_WLOCK_ASSERT(if) global() argument [all...] |
/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
|