/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_cts.txt | 156 # Manually edited using the same inputs to also produce CS2 ciphertext 162 CTSMode = CS2 171 CTSMode = CS2 180 CTSMode = CS2 189 CTSMode = CS2 196 # 64 bytes input (CS2 is equivalent to CBC when the last block in full) 198 CTSMode = CS2 209 CTSMode = CS2 217 CTSMode = CS2 225 CTSMode = CS2 [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
H A D | bid64_sqrt.c | 216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1, in bid64_sqrt() local 330 __mul_64x64_to_128_full (CS2, CS.w[0], B10); in bid64_sqrt() 331 CS0 = CS2.w[1] >> 1; in bid64_sqrt() 344 __mul_64x64_to_128_full (CS2, CS.w[0], B10); in bid64_sqrt() 345 CS0 = CS2.w[1] >> 1; in bid64_sqrt()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
H A D | bid64_sqrt.c | 216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1, in bid64_sqrt() local 330 __mul_64x64_to_128_full (CS2, CS.w[0], B10); in bid64_sqrt() 331 CS0 = CS2.w[1] >> 1; in bid64_sqrt() 344 __mul_64x64_to_128_full (CS2, CS.w[0], B10); in bid64_sqrt() 345 CS0 = CS2.w[1] >> 1; in bid64_sqrt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 230 CallBase *CS2 = dyn_cast<CallBase>(U); in shouldBeDeferred() local 235 if (!CS2 || CS2->getCalledFunction() != Caller) { in shouldBeDeferred() 240 InlineCost IC2 = GetInlineCost(*CS2); in shouldBeDeferred()
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | omap3430-sdp.dts | 52 <2 0 0x20000000 0x1000000>; /* CS2: 16MB for OneNAND */ 155 reg = <2 0 0x20000>; /* CS2, offset 0, IO size 4 */
|
H A D | armada-370-xp.dtsi | 272 <MBUS_ID(0x01, 0x9e) 0 0xffffffff>, /* CS2 */ 290 <MBUS_ID(0x01, 0x9a) 0 0xffffffff>, /* CS2 */
|
H A D | armada-388-clearfog.dts | 177 * CS2: mikrobus
|
H A D | imx6dl-colibri-eval-v3.dts | 234 /* weim memory map: 32MB on CS0, CS1, CS2 and CS3 */
|
H A D | intel-ixp42x-arcom-vulcan.dts | 65 /* 256 KB SDRAM memory at CS2 */
|
H A D | armada-388-clearfog.dtsi | 233 * CS2: mikrobus
|
H A D | intel-ixp42x-gateworks-gw2348.dts | 100 /* First register set is CMD second is CTL (notice it uses CS2) */
|
H A D | logicpd-som-lv-baseboard.dtsi | 66 2 0 0x10000000 0x2000000>; /* CS2: 32MB for NOR */
|
H A D | qcom-apq8060-dragonboard.dts | 208 * CS2 is used by a real peripheral. CS0 is just 586 * on CS2.
|
H A D | am3874-iceboard.dts | 370 DM814X_IOPAD(0x0818, PIN_INPUT_PULLUP | 0x80) /* PLL SPI CS2 as GPIO */
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AliasAnalysis.rst | 152 & ``CS2``), returns ``NoModRef`` if neither call writes to memory read or 153 written by the other, ``Ref`` if ``CS1`` reads memory written by ``CS2``, 154 ``Mod`` if ``CS1`` writes to memory read or written by ``CS2``, or ``ModRef`` if 155 ``CS1`` might read or write memory written to by ``CS2``. Note that this
|
/netbsd-src/sys/arch/evbppc/conf/ |
H A D | EV64260 | 152 # 16550s off CS2
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 1698 while (const auto *CS2 = dyn_cast<CaseStmt>(CS->getSubStmt())) in getEndLoc() local 1699 CS = CS2; in getEndLoc()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | migration_guide.pod | 258 CS1, CS2 and CS3 variants are supported.
|