Home
last modified time | relevance | path

Searched refs:WN (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dca-key.pem10 wd3A+tFnipdqnPw+qNHGjevv0hYiEIWQOYbx00zXgaX+WN/pzV9eeNN2XAxlNJ++
/freebsd/contrib/nvi/ex/
H A Dex_write.c28 enum which {WN, WQ, WRITE, XIT}; enumerator
40 if (exwr(sp, cmdp, WN)) in ex_wn()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_oncore.c188 int WN; member
2539 instance->Bl.WN = i >> 6; in oncore_get_timestamp()
2553 i = instance->Bl.WN&01400; in oncore_get_timestamp()
2558 i = (instance->Bl.WN_lsf - instance->Bl.WN); in oncore_get_timestamp()
2621 "dt_ls = %d dt_lsf = %d WN = %d DN = %d WN_lsf = %d DNlsf = %d wn_flg = %d lsf_flg = %d Bl_day = %d", in oncore_get_timestamp()
2623 instance->Bl.WN, instance->Bl.DN, in oncore_get_timestamp()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp743 SmallDenseSet<ElementCount> VN, WN; in EnforceSameNumElts() local
747 WN.insert(T.isVector() ? T.getVectorElementCount() : ElementCount()); in EnforceSameNumElts()
749 Changed |= berase_if(VS, std::bind(NoLength, WN, std::placeholders::_1)); in EnforceSameNumElts()
/freebsd/sys/dev/usb/
H A Dusbdevs2715 product IODATA USBWNB11A 0x0919 USB WN-B11
2716 product IODATA USBWNB11 0x0922 USB Airport WN-B11
2718 product IODATA WNGDNUS2 0x093f WN-GDN/US2
2723 product IODATA WNAC867U 0x0952 WN-AC867U
/freebsd/share/misc/
H A Dusb_vendors4996 0919 USB WN-B11
4997 0922 IOData AirPort WN-B11/USBS 802.11b
4999 0937 WN-WAG/USL Wireless LAN Adapter
5000 0938 WN-G54/USL Wireless LAN Adapter
5001 093b WN-GDN/USB
5004 0945 WN-GDN/US3 Wireless LAN Adapter
5005 0947 WN-G150U Wireless LAN Adapter
5006 0948 WN-G300U Wireless LAN Adapter
13222 4500 WN Central Special Electronics
20265 3072 AirLive WN-360USB adapter
[all …]
/freebsd/contrib/sendmail/
H A DPGPKEYS3808 WtjCdETnLCXQGOMghdf9fnuU6Em5xPDnXRi+xvMo1/WN+m5n/xfui6qZtUBrZp2D
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5654 bool TargetLowering::isGAPlusOffset(SDNode *WN, const GlobalValue *&GA, in isGAPlusOffset() argument
5657 SDNode *N = unwrapAddress(SDValue(WN, 0)).getNode(); in isGAPlusOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td12674 def WN : MOPSMemoryCopy<opcode, 0b00, 0b01, asm # "wn">;
12693 def WN : MOPSMemoryMove<opcode, 0b00, 0b01, asm # "wn">;