Home
last modified time | relevance | path

Searched refs:S4 (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/scripts/coccinelle/null/
Dderef_null.cocci56 statement S1,S2,S3,S4;
66 iter(subE,...) S4 // no use
72 for(subE = E1;...;...) S4
117 statement S1,S2,S3,S4;
127 iter(subE,...) S4 // no use
133 for(subE = E1;...;...) S4
177 statement S1,S2,S3,S4;
187 iter(subE,...) S4 // no use
193 for(subE = E1;...;...) S4
250 statement S1,S2,S3,S4;
[all …]
/linux-4.1.27/crypto/
Dserpent_generic.c112 #define S4(x0, x1, x2, x3, x4) ({ \ macro
400 S4(r1, r2, r4, r3, r0); store_and_load_keys(r2, r4, r3, r0, 24, 20); in __serpent_setkey()
408 S4(r0, r1, r4, r2, r3); store_and_load_keys(r1, r4, r2, r3, -8, -12); in __serpent_setkey()
417 S4(r3, r0, r4, r1, r2); store_and_load_keys(r0, r4, r1, r2, 10, 6); in __serpent_setkey()
426 S4(r2, r3, r4, r0, r1); store_and_load_keys(r3, r4, r0, r1, 28, 24); in __serpent_setkey()
467 S4(r2, r0, r3, r1, r4); LK(r0, r3, r1, r4, r2, 5); in __serpent_encrypt()
475 S4(r4, r2, r3, r0, r1); LK(r2, r3, r0, r1, r4, 13); in __serpent_encrypt()
483 S4(r1, r4, r3, r2, r0); LK(r4, r3, r2, r0, r1, 21); in __serpent_encrypt()
491 S4(r0, r1, r3, r4, r2); LK(r1, r3, r4, r2, r0, 29); in __serpent_encrypt()
Ddrbg.c384 struct drbg_string S1, S2, S4, cipherin; in drbg_ctr_df() local
440 drbg_string_fill(&S4, pad, padlen); in drbg_ctr_df()
441 list_add_tail(&S4.list, &bcc_list); in drbg_ctr_df()
Ddes_generic.c427 static const u32 S4[64] = { variable
598 L ^= S4[0xff & B]; \
/linux-4.1.27/sound/usb/
DKconfig70 * Native Instruments Traktor Kontrol S4
89 * Native Instruments Traktor Kontrol S4
/linux-4.1.27/arch/x86/crypto/
Dserpent-sse2-i586-asm_32.S231 #define S4(x0, x1, x2, x3, x4) \ macro
535 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5);
543 S4(RE, RC, RD, RA, RB); LK(RC, RD, RA, RB, RE, 13);
551 S4(RB, RE, RD, RC, RA); LK(RE, RD, RC, RA, RB, 21);
559 S4(RA, RB, RD, RE, RC); LK(RB, RD, RE, RC, RA, 29);
Dserpent-sse2-x86_64-asm_64.S656 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
664 S(S4, RE, RC, RD, RA, RB); LK2(RC, RD, RA, RB, RE, 13);
672 S(S4, RB, RE, RD, RC, RA); LK2(RE, RD, RC, RA, RB, 21);
680 S(S4, RA, RB, RD, RE, RC); LK2(RB, RD, RE, RC, RA, 29);
Dserpent-avx-x86_64-asm_64.S589 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
597 S(S4, RE, RC, RD, RA, RB); LK2(RC, RD, RA, RB, RE, 13);
605 S(S4, RB, RE, RD, RC, RA); LK2(RE, RD, RC, RA, RB, 21);
613 S(S4, RA, RB, RD, RE, RC); LK2(RB, RD, RE, RC, RA, 29);
Dserpent-avx2-asm_64.S581 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
589 S(S4, RE, RC, RD, RA, RB); LK2(RC, RD, RA, RB, RE, 13);
597 S(S4, RB, RE, RD, RC, RA); LK2(RE, RD, RC, RA, RB, 21);
605 S(S4, RA, RB, RD, RE, RC); LK2(RB, RD, RE, RC, RA, 29);
/linux-4.1.27/Documentation/power/
Dstates.txt83 ACPI State: S4
106 low-power state (like ACPI S4), or it may simply power down. Powering
Duserland-swsusp.txt87 state (eg. ACPI S4) using the platform (eg. ACPI) driver
Dpci.txt183 defines four system sleep states, S1, S2, S3, and S4, and denotes the system
223 the ACPI S1-S4 states), in which case system wakeup is started by its core logic
604 enter the target sleep state (ACPI S4 for ACPI-based systems). This is done in
Dswsusp.txt145 Q: Does linux support ACPI S4?
/linux-4.1.27/Documentation/devicetree/bindings/lpddr2/
Dlpddr2.txt9 "ti,jedec-lpddr2-s4" should be listed if the memory part is LPDDR2-S4 type
/linux-4.1.27/Documentation/isdn/
DREADME.act200017 S1 S2 S3 S4 Base-port
DREADME.icn47 S1 S2 S3 S4 Base-Address
/linux-4.1.27/drivers/gpu/drm/msm/
DNOTES6 + MDP4 - S3 (APQ8060, touchpad), S4-pro (APQ8064, nexus4 & ifc6410)
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dkgdb.c323 S4, S5, S6, S7, enumerator
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt273 bits are rotated left 4 when computing S6 S4 S2 S0:
/linux-4.1.27/arch/arm/crypto/
Daesbs-core.S_shipped28 @ Snapdragon S4 encrypts byte in 17.6 cycles and decrypts in 19.7,
30 @ http://www.openssl.org/~appro/Snapdragon-S4.html).
Dsha256-core.S_shipped31 @ S4 does it in 12.5 cycles too, but it's 50% faster than integer-only
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt405 key presses until a S3 or S4 ACPI
437 press events until a S3 or S4