Searched refs:WN (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_write.c32 enum which {WN, WQ, WRITE, XIT}; enumerator in enum:which
44 if (exwr(sp, cmdp, WN))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4001 bool TargetLowering::isGAPlusOffset(SDNode *WN, const GlobalValue *&GA, argument
4004 SDNode *N = unwrapAddress(SDValue(WN, 0)).getNode();
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp705 SmallSet<unsigned,2> VN, WN; local
709 WN.insert(T.isVector() ? T.getVectorNumElements() : 0);
711 Changed |= berase_if(VS, std::bind(NoLength, WN, std::placeholders::_1));
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c188 int WN; member in struct:Bl
2537 instance->Bl.WN = i >> 6;
2551 i = instance->Bl.WN&01400;
2556 i = (instance->Bl.WN_lsf - instance->Bl.WN);
2619 "dt_ls = %d dt_lsf = %d WN = %d DN = %d WN_lsf = %d DNlsf = %d wn_flg = %d lsf_flg = %d Bl_day = %d",
2621 instance->Bl.WN, instance->Bl.DN,

Completed in 249 milliseconds