Searched defs:H (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/ide/pci/ |
D | aec62xx.h | 58 #define HIGH_4(H) ((H)=(H>>4)) argument 64 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
|
D | hpt34x.h | 11 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
|
D | cmd64x.h | 19 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
|
D | pdc202xx_new.h | 11 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
|
D | pdc202xx_old.h | 11 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
|
/linux-2.4.37.9/net/khttpd/ |
D | rfc_time.c | 66 int H=0,Min=0,S=0,WD=0; in time_Unix2RFC() local 187 int Y,M,D,H,Min,S; in mimeTime_to_UnixTime() local
|
/linux-2.4.37.9/crypto/ |
D | md4.c | 56 static inline u32 H(u32 x, u32 y, u32 z) in H() function
|
/linux-2.4.37.9/drivers/acorn/scsi/ |
D | cumana_1.c | 217 #define H(v) (((v)>>16)|((v) & 0xffff0000)) macro
|
/linux-2.4.37.9/drivers/char/ |
D | random.c | 1934 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
|
/linux-2.4.37.9/drivers/net/wan/ |
D | farsync.c | 482 #define hdlc_to_port(H) ((struct fst_port_info *)(H)) argument
|