/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | bash.h | 41 #define BASH_L3_S3(W0, W1, W2, m1, n1, m2, n2) do { \ argument 44 W0 = (W0 ^ W1 ^ W2); \ 47 W2 = (W2 ^ BASH_ROTHI(W2, m2) ^ BASH_ROTHI(T1, n2)); \ 48 T0 = (~(W2)); \ 49 T1 = (W0 | W2); \ 53 W2 = (W2 ^ T2); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
H A D | CtxInstrProfilingTest.cpp | 217 Writer W2(&Root, 0); in TEST_F() local 218 EXPECT_FALSE(W2.State); in TEST_F() 219 __llvm_ctx_profile_fetch(&W2, [](void *W, const ContextNode &Node) -> bool { in TEST_F() 222 EXPECT_TRUE(W2.State); in TEST_F()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamWriter.cpp | 91 BinaryStreamWriter W2{Second}; in split() local 92 return std::make_pair(W1, W2); in split()
|
H A D | BinaryStreamReader.cpp | 176 BinaryStreamReader W2{Second}; in split() 177 return std::make_pair(W1, W2); in split() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFCallingConv.td | 37 CCIfType<[i32], CCAssignToRegWithShadow<[W1, W2, W3, W4, W5], 42 [W1, W2, W3, W4, W5]>>,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 502 BitcodeWriter W2(Buffer); in splitAndWriteThinLTOBitcode() local 504 W2.writeThinLinkBitcode(M, Index, ModHash); in splitAndWriteThinLTOBitcode() 505 W2.writeModule(*MergedM, /*ShouldPreserveUseListOrder=*/false, in splitAndWriteThinLTOBitcode() 507 W2.writeSymtab(); in splitAndWriteThinLTOBitcode() 508 W2.writeStrtab(); in splitAndWriteThinLTOBitcode()
|
/freebsd/contrib/bearssl/conf/ |
H A D | Win.mk | 42 CFLAGS = -nologo -W2 -O2
|
/freebsd/crypto/openssl/demos/certs/apps/ |
H A D | skey.pem | 12 W2/MA0YV0ug2FYinHcZdvKM6dimH8GLfa3X8xKRfzjGjTiMSwsdjgMa4awY3tEHH
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCallingConv.td | 119 CCAssignToReg<[W0,W1,W2,W3,W4,W5,W6,W7]>>>, 133 CCAssignToReg<[W0,W1,W2,W3,W4,W5,W6,W7]>>>,
|
H A D | HexagonGenInsert.cpp | 341 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()() local 342 for (uint16_t i = 0, w = std::min(W1, W2); i < w; ++i) { in operator ()() 348 if (W1 != W2) in operator ()() 349 return W1 < W2; in operator ()() 359 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()() local 368 return Bit2 < W2; in operator ()() 370 if (W2 <= Bit2) in operator ()()
|
H A D | BitTracker.cpp | 697 uint16_t W1 = A1.width(), W2 = A2.width(); in eINS() local 699 assert(AtN < W1 && AtN+W2 <= W1); in eINS() 702 if (W2 > 0) in eINS() 703 Res.insert(RegisterCell::ref(A2), BT::BitMask(AtN, AtN+W2-1)); in eINS()
|
H A D | HexagonRegisterInfo.cpp | 86 W0, W1, W2, W3, W4, W5, W6, W7, W8, W9, W10, W11, W12, W13, W14, W15, 0 in getCallerSavedRegs()
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | memory | 32 template <class W2> constexpr observer_ptr(observer_ptr<W2>) noexcept;
|
/freebsd/sbin/pfctl/ |
H A D | pf.os | 238 S3:64:1:60:M*,S,T,N,W2: Linux:2.5::Linux 2.5 (sometimes 2.4) 239 S4:64:1:60:M*,S,T,N,W2: Linux:2.5::Linux 2.5 (sometimes 2.4) 289 # 65535:64:1:60:M*,N,W2,N,N,T:Z:FreeBSD:5.1-5.4::5.1-current (3) 348 49152:64:0:52:M*,N,W2,N,N,S: IRIX:6.5:RFC1323:IRIX 6.5 (RFC1323) 354 49152:60:0:64:M*,N,W2,N,N,T,N,N,S: IRIX:6.5:IP27:IRIX 6.5 IP27 417 60352:128:1:64:M*,N,W2,N,N,T0,N,N,S: Windows:98::Windows 98 448 8192:128:1:52:M*,N,W2,N,N,S: Windows:Vista::Windows Vista/7 599 60352:128:1:64:M1460,N,W2,N,N,T,N,N,S: Alteon:ACEswitch::Alteon ACEswitch
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/ |
H A D | BPFDisassembler.cpp | 112 BPF::W0, BPF::W1, BPF::W2, BPF::W3, BPF::W4, BPF::W5,
|
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
H A D | dsa-threecolumn.pem | 20 8W2
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CallingConvention.td | 92 CCIfType<[i32], CCAssignToReg<[W0, W1, W2, W3, W4, W5, W6, W7]>>, 145 CCIfType<[i32], CCAssignToReg<[W0, W1, W2, W3, W4, W5, W6, W7]>>, 209 CCIfType<[i32], CCAssignToReg<[W0, W1, W2, W3]>>, 274 CCIfType<[i32], CCAssignToRegWithShadow<[W0, W1, W2, W3], 382 CCIfType<[i32], CCAssignToReg<[W0, W1, W2, W3, W4, W5, W6, W7]>>, 526 W0, W1, W2, W3, W4, W5,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 34 case AArch64::X2: return AArch64::W2; in getWRegFromXReg() 74 case AArch64::W2: return AArch64::X2; in getXRegFromWReg()
|
/freebsd/tests/sys/net/if_ovpn/ |
H A D | client.crt | 122 whhXHkmTcskBkbfqoQv68DMN/1W2+wcwhUerzQVOzKJJkQt9t6S7Q+q7+ZW76Q==
|
/freebsd/secure/caroot/trusted/ |
H A D | Buypass_Class_2_Root_CA.pem | 122 9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s
|
/freebsd/sys/powerpc/powerpc/ |
H A D | support.S | 208 #define W2 2 macro
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-j7200-som-p0.dtsi | 164 J721E_IOPAD(0xd8, PIN_INPUT_PULLUP, 0) /* (W2) I2C0_SDA */
|
H A D | k3-am654-idk.dtso | 278 AM65X_WKUP_IOPAD(0x00ac, PIN_INPUT_PULLUP, 0) /* (W2) MCU_MCAN0_RX */
|
H A D | k3-am642-phyboard-electra-rdk.dts | 232 AM64X_IOPAD(0x01b4, PIN_INPUT, 2) /* (W2) PRG0_PRU1_GPO1.PRG0_RGMII2_RD1 */
|
H A D | k3-am62x-sk-common.dtsi | 192 AM62X_IOPAD(0x20c, PIN_INPUT, 0) /* (AA3/W2) MMC0_DAT2 */
|