Home
last modified time | relevance | path

Searched defs:if (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/net/
H A Dif_var.h326 const uint64_t *rate_table; /* Pointer to table if present */ argument
321 IF_ADDR_LOCK_INIT(if) global() argument
322 IF_ADDR_LOCK_DESTROY(if) global() argument
324 IF_ADDR_WLOCK(if) global() argument
325 IF_ADDR_WUNLOCK(if) global() argument
327 IF_ADDR_WLOCK_ASSERT(if) global() argument
[all...]
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm21 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-src/lib/libc/include/
H A Dnscache.h150 #define NS_COMMON_CACHE_INFO_INITIALIZER(name, mdata, if, mf, uf) \ argument
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js98 'if': (expr, data, proceed) => { if (evalExpr(expr, data)) proceed(data); }, method