Searched refs:BARRIER (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c254 #define BARRIER() fpsetmask(0); f_x = f_one * f_one macro
282 BARRIER();
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_optimize.c88 BARRIER, /* the presence of the field puts the rule in its own block */ enumerator in enum:__anon7878
112 PF_RULE_FIELD(label, BARRIER),
113 PF_RULE_FIELD(prob, BARRIER),
114 PF_RULE_FIELD(max_states, BARRIER),
115 PF_RULE_FIELD(max_src_nodes, BARRIER),
116 PF_RULE_FIELD(max_src_states, BARRIER),
117 PF_RULE_FIELD(max_src_conn, BARRIER),
118 PF_RULE_FIELD(max_src_conn_rate, BARRIER),
119 PF_RULE_FIELD(anchor, BARRIER), /* for now */
1421 if (pf_rule_desc[i].prf_type == BARRIER) {
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h50 BARRIER, // Memory barrier.
H A DHexagonISelLowering.cpp1192 return DAG.getNode(HexagonISD::BARRIER, dl, MVT::Other, Op.getOperand(0));
1827 case HexagonISD::BARRIER: return "HexagonISD::BARRIER";
/freebsd-13-stable/sys/dev/cadence/
H A Dif_cgem.c224 #define BARRIER(sc, off, len, flags) \ macro

Completed in 114 milliseconds