Home
last modified time | relevance | path

Searched defs:LSHIFT (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/crypto/
H A Dcmac.c30 #define LSHIFT(v, r) do { \ macro
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.h115 LSHIFT = 341, enumerator
290 #define LSHIFT 341 macro
H A Dbfin-parse.c142 LSHIFT = 341, enumerator
317 #define LSHIFT 341 macro
/openbsd-src/gnu/gcc/gcc/config/
H A Dfp-bit.h326 #define LSHIFT(a, s) { a = (a >> s) | !!(a & (((fractype) 1 << s) - 1)); } macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h322 #define LSHIFT(a) { a = (a & 1) | (a >> 1); } macro
/openbsd-src/sys/dev/ic/
H A Datwreg.h78 #define LSHIFT(x, mask) ((x) << MASK_TO_SHIFT(mask)) macro
H A Drtwreg.h70 #define LSHIFT(x, mask) ((x) << MASK_TO_SHIFT(mask)) macro