Home
last modified time | relevance | path

Searched defs:G (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/x86_64/ia32/
Dfpu32.c84 #define G(num,val) err |= __get_user(val, num + (u32 *)buf) in convert_fxsr_from_user() macro
/linux-2.4.37.9/crypto/
Dmd4.c51 static inline u32 G(u32 x, u32 y, u32 z) in G() function
/linux-2.4.37.9/drivers/char/
Drandom.c1933 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) macro