Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dca-key.pem10 wd3A+tFnipdqnPw+qNHGjevv0hYiEIWQOYbx00zXgaX+WN/pzV9eeNN2XAxlNJ++
/src/contrib/nvi/ex/
H A Dex_write.c28 enum which {WN, WQ, WRITE, XIT}; enumerator
40 if (exwr(sp, cmdp, WN)) in ex_wn()
/src/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()
2623 instance->Bl.WN, instance->Bl.DN, in oncore_get_timestamp()
/src/contrib/libdiff/test/
H A Dtest010.left.txt5098 "USB WN-B11",
5102 "USB Airport WN-B11",
5106 "USB WN-G54/US",
5110 "USB WN-G54/US",
5126 "WN-GDN/US2",
5146 "WN-G150UM",
H A Dtest110.left-P.txt5098 "USB WN-B11",
5102 "USB Airport WN-B11",
5106 "USB WN-G54/US",
5110 "USB WN-G54/US",
5126 "WN-GDN/US2",
5146 "WN-G150UM",
H A Dtest110.right-P.txt5098 "USB WN-B11",
5102 "USB Airport WN-B11",
5106 "USB WN-G54/US",
5110 "USB WN-G54/US",
5126 "WN-GDN/US2",
5146 "WN-G150UM",
H A Dtest010.right.txt5098 "USB WN-B11",
5102 "USB Airport WN-B11",
5106 "USB WN-G54/US",
5110 "USB WN-G54/US",
5126 "WN-GDN/US2",
5146 "WN-G150UM",
/src/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()
/src/sys/dev/usb/
H A Dusbdevs2712 product IODATA USBWNB11A 0x0919 USB WN-B11
2713 product IODATA USBWNB11 0x0922 USB Airport WN-B11
2715 product IODATA WNGDNUS2 0x093f WN-GDN/US2
2720 product IODATA WNAC867U 0x0952 WN-AC867U
/src/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 …]
/src/contrib/sendmail/
H A DPGPKEYS3808 WtjCdETnLCXQGOMghdf9fnuU6Em5xPDnXRi+xvMo1/WN+m5n/xfui6qZtUBrZp2D
/src/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()
/src/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">;