Searched refs:H (Results 1 – 2 of 2) sorted by relevance
/scripts/mod/ |
D | sumversion.c | 62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H() function 69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s))
|
/scripts/ |
D | checkpatch.pl | 1177 my $date = POSIX::strftime("%Y%m%d%H%M", 1231 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`; 1282 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
|