Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dtt.rs51 fn hash<H: Hasher>(&self, h: &mut H) { in hash()
102 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
H A Dlifetime.rs111 fn hash<H: Hasher>(&self, h: &mut H) { in hash()
H A Dtoken.rs631 fn hash<H: Hasher>(&self, _state: &mut H) {} in hash()
H A Dparse.rs1420 fn hash<H: Hasher>(&self, _state: &mut H) {} in hash()
H A Dexpr.rs1016 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
1079 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
H A Dpunctuated.rs434 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
/linux/arch/mips/n64/
H A Dinit.c52 #define H 240 macro
/linux/drivers/gpu/drm/sprd/
H A Dmegacores_pll.c16 #define H 1 macro
/linux/fs/smb/common/
H A Dcifs_md4.c46 static inline u32 H(u32 x, u32 y, u32 z) in H() function
/linux/drivers/scsi/arm/
H A Dcumana_1.c42 #define H(v) (((v)>>16)|((v) & 0xffff0000)) macro
/linux/scripts/mod/
H A Dsumversion.c64 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H() function
/linux/drivers/rtc/
H A Drtc-atcrtc100.c61 #define ATCRTC_TIME_TO_SEC(D, H, M, S) \ argument
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c25 H = 2, enumerator
/linux/rust/proc-macro2/
H A Dlib.rs1037 fn hash<H: Hasher>(&self, hasher: &mut H) { in hash()
/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c977 u32 H, top, y_stride, uv_stride; in calc_tile_offsets_planar() local