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.cpp744 SmallDenseSet<ElementCount> VN, WN; in EnforceSameNumElts() local
748 WN.insert(T.isVector() ? T.getVectorElementCount() : ElementCount()); in EnforceSameNumElts()
750 Changed |= berase_if(VS, std::bind(NoLength, WN, std::placeholders::_1)); in EnforceSameNumElts()
/freebsd/sys/dev/usb/
H A Dusbdevs2711 product IODATA USBWNB11A 0x0919 USB WN-B11
2712 product IODATA USBWNB11 0x0922 USB Airport WN-B11
2714 product IODATA WNGDNUS2 0x093f WN-GDN/US2
2719 product IODATA WNAC867U 0x0952 WN-AC867U
/freebsd/share/misc/
H A Dusb_vendors4957 0919 USB WN-B11
4958 0922 IOData AirPort WN-B11/USBS 802.11b
4960 0937 WN-WAG/USL Wireless LAN Adapter
4961 0938 WN-G54/USL Wireless LAN Adapter
4962 093b WN-GDN/USB
4965 0945 WN-GDN/US3 Wireless LAN Adapter
4966 0947 WN-G150U Wireless LAN Adapter
4967 0948 WN-G300U Wireless LAN Adapter
13177 4500 WN Central Special Electronics
20207 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.cpp5437 bool TargetLowering::isGAPlusOffset(SDNode *WN, const GlobalValue *&GA, in isGAPlusOffset() argument
5440 SDNode *N = unwrapAddress(SDValue(WN, 0)).getNode(); in isGAPlusOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td12087 def WN : MOPSMemoryCopy<opcode, 0b00, 0b01, asm # "wn">;
12106 def WN : MOPSMemoryMove<opcode, 0b00, 0b01, asm # "wn">;