Searched defs:H (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/arch/x86/boot/ |
D | video.c | 197 #define H(x) ((x)-'a'+10) macro
|
/Linux-v5.4/drivers/scsi/arm/ |
D | cumana_1.c | 42 #define H(v) (((v)>>16)|((v) & 0xffff0000)) macro
|
/Linux-v5.4/crypto/ |
D | md4.c | 58 static inline u32 H(u32 x, u32 y, u32 z) in H() function
|
/Linux-v5.4/fs/ext4/ |
D | hash.c | 36 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
|
/Linux-v5.4/scripts/mod/ |
D | sumversion.c | 62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H() function
|
/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_syntax.c | 25 H = 2, enumerator
|
/Linux-v5.4/fs/afs/ |
D | internal.h | 1509 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument 1556 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument
|
/Linux-v5.4/drivers/gpu/ipu-v3/ |
D | ipu-image-convert.c | 976 u32 H, top, y_stride, uv_stride; in calc_tile_offsets_planar() local
|
/Linux-v5.4/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 5335 #define H(x) ((unsigned long)&hfcm_map[x]) macro
|