aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/oprofile
ModeNameSize
-rw-r--r--Makefile502logstatsplainblame
-rw-r--r--backtrace.c1617logstatsplainblame
-rw-r--r--backtrace.h152logstatsplainblame
-rw-r--r--common.c1496logstatsplainblame
id='n43' href='#n43'>43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66

































































                                                                            
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/cryptohash.h>

/* F, G and H are basic MD4 functions: selection, majority, parity */
#define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))
#define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z)))
#define H(x, y, z) ((x) ^ (y) ^ (z))

/*