Searched defs:SHR (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/crypto/sha2/
H A Dsha256c.c104 #define SHR(x, n) (x >> n) macro
H A Dsha512c.c131 #define SHR(x, n) (x >> n) macro
/freebsd-10-stable/crypto/openssh/
H A Dblocks.c40 #define SHR(x,c) ((x) >> (c)) macro
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dop.h80 SHR, enumerator in enum:__anon12039
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c366 #define SHR(val, val_width, amount) (((val) | ((val) << (val_width))) >> (amount)) & ((1 << (val_width)) - 1) macro

Completed in 268 milliseconds