Home
last modified time | relevance | path

Searched refs:SHR (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dsha256.c82 #define SHR(x, n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro
83 #define ROTR(x, n) (SHR(x, n) | (x << (32 - n))) in sha256_process()
85 #define S0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) in sha256_process()
86 #define S1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10)) in sha256_process()
H A DMake_vms.mms736 -@ write opt_file "LUA$ROOT:[LIB]LUA$SHR.EXE /share"
/vim-8.2.3635/runtime/syntax/
H A Dplm.vim82 syn keyword plmBuiltIn SETREALMODE SETW SHL SHR SIGN SIGNED SIZE SKIPB
H A Dmasm.vim71 syn keyword masmOperator AND NOT OR SHL SHR XOR MOD DUP
211 syn keyword masmOpcode SAR SBB SCAS SCASB SCASW SHL SHR STC STD STI
H A Dtasm.vim63 syn keyword tasmInstruction SHR SHRD SIDT SMSW STC STD STI STR SUB TEST VERR
H A Dfreebasic.vim37 syn keyword freebasicBitManipulation BIT BITRESET BITSET HIBYTE HIWORD LOBYTE LOWORD SHL SHR
H A Dnasm.vim324 syn keyword nasmStdInstruction SHL[D] SHR[D] STC STD STOSB STOSD STOSW STOSQ SUB