Searched refs:nsw (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_torus.c | 7396 unsigned tsw_changes(struct t_switch *nsw, struct t_switch *osw) in tsw_changes() argument 7402 if (nsw && !osw) { in tsw_changes() 7404 OSM_LOG(&nsw->torus->osm->log, OSM_LOG_INFO, in tsw_changes() 7406 nsw->i, nsw->j, nsw->k, cl_ntoh64(nsw->n_id)); in tsw_changes() 7409 if (osw && !nsw) { in tsw_changes() 7416 if (!(nsw && osw)) in tsw_changes() 7419 if (nsw->n_id != osw->n_id) { in tsw_changes() 7421 OSM_LOG(&nsw->torus->osm->log, OSM_LOG_INFO, in tsw_changes() 7424 nsw->i, nsw->j, nsw->k, in tsw_changes() 7425 cl_ntoh64(osw->n_id), cl_ntoh64(nsw->n_id)); in tsw_changes() [all …]
|
/freebsd/sys/dts/arm/ |
H A D | socfpga_arria10_socdk_sdmmc.dts | 77 compatible = "newhaven,nhd-0216k3z-nsw-bbw";
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 568 KEYWORD(nsw); in LexIdentifier()
|
/freebsd/contrib/tzdata/ |
H A D | australasia | 1034 # http://www.lawlink.nsw.gov.au/lawlink/Corporate/ll_agdinfo.nsf/pages/community_relations_daylight_saving 1171 # https://www.austlii.edu.au/au/legis/nsw/consol_act/sta1987137/index.html 1527 # http://dir.gis.nsw.gov.au/cgi-bin/genobject/document/other/daylightsaving/tigGmZ
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 62 nsw-fe 27/tcp #NSW User System FE 63 nsw-fe 27/udp #NSW User System FE
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3606 bool nsw = false; in visitShift() local 3614 nsw = OFBinOp->hasNoSignedWrap(); in visitShift() 3622 Flags.setNoSignedWrap(nsw); in visitShift()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFormats.td | 98 // result against zero, but only if the 'nsw' flag is set.
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 6659 HelpText<"Add nsw flag to internal operations such as do-variable increment (experimental)">;
|