Searched defs:S2 (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ | ||
| H A D | sha256.c | 88 #define S2(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) in sha256_process() macro |
| H A D | os_vms.c | 85 #define EQN(S1,S2,LN) (strncmp(S1,S2,LN) == 0) argument |