Home
last modified time | relevance | path

Searched defs:H (Results 1 – 9 of 9) sorted by relevance

/linux-3.3/lib/
Dhalfmd4.c8 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
/linux-3.3/arch/x86/boot/
Dvideo.c195 #define H(x) ((x)-'a'+10) macro
/linux-3.3/drivers/scsi/arm/
Dcumana_1.c58 #define H(v) (((v)>>16)|((v) & 0xffff0000)) macro
/linux-3.3/crypto/
Dmd4.c58 static inline u32 H(u32 x, u32 y, u32 z) in H() function
/linux-3.3/scripts/mod/
Dsumversion.c62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H() function
/linux-3.3/drivers/staging/comedi/drivers/addi-data/
Daddi_common.h41 #define MAKEWORD(H, L) (unsigned short)((L) | ((H) << 8)) argument
44 #define MAKEDWORD(H, L) (unsigned int)((L) | ((H) << 16)) argument
/linux-3.3/fs/exofs/
Dore.c536 u64 H = LmodS - G * T; in ore_calc_stripe_info() local
/linux-3.3/fs/afs/
Dinternal.h831 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument
878 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument
/linux-3.3/drivers/isdn/hardware/mISDN/
Dhfcmulti.c5275 #define H(x) ((unsigned long)&hfcm_map[x]) macro