Toggle navigation
/
Symbol
File
Text
Line
Symbol: Z
macro public
Defined...
crypto/fcrypt.c:73:9-73:32
: #define Z(x) cpu_to_be32(x << 3)
crypto/fcrypt.c:110:9-110:55
: #define Z(x) cpu_to_be32(((x & 0x1f) << 27) | (x >> 5))
crypto/fcrypt.c:147:9-147:33
: #define Z(x) cpu_to_be32(x << 11)
crypto/fcrypt.c:184:9-184:33
: #define Z(x) cpu_to_be32(x << 19)
net/rxrpc/rxkad.c:895:9-910:3
: #define Z(field, fieldl) \