Home
last modified time | relevance | path

Searched refs:nsw (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c7402 if (nsw && !osw) { 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()
7424 nsw->i, nsw->j, nsw->k, in tsw_changes()
7433 nsw->i, nsw->j, nsw->k, cl_ntoh64(nsw->n_id), in tsw_changes()
7436 port_cnt = nsw->port_cnt; in tsw_changes()
7441 npt = nsw->port[p]; in tsw_changes()
7466 nsw->i, nsw->j, nsw->k, cl_ntoh64(nsw->n_id), in tsw_changes()
[all …]
/freebsd/sys/dts/arm/
H A Dsocfpga_arria10_socdk_sdmmc.dts77 compatible = "newhaven,nhd-0216k3z-nsw-bbw";
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp565 KEYWORD(nsw); in LexIdentifier()
/freebsd/contrib/tzdata/
H A Daustralasia1034 # http://www.lawlink.nsw.gov.au/lawlink/Corporate/ll_agdinfo.nsf/pages/community_relations_daylight…
1171 # https://www.austlii.edu.au/au/legis/nsw/consol_act/sta1987137/index.html
1518 # http://dir.gis.nsw.gov.au/cgi-bin/genobject/document/other/daylightsaving/tigGmZ
/freebsd/usr.sbin/services_mkdb/
H A Dservices62 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 DSelectionDAGBuilder.cpp3409 bool nsw = false; in visitShift() local
3417 nsw = OFBinOp->hasNoSignedWrap(); in visitShift()
3425 Flags.setNoSignedWrap(nsw); in visitShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td98 // result against zero, but only if the 'nsw' flag is set.