Searched refs:bebits (Results 1 – 2 of 2) sorted by relevance
264 __be64 *bebits; in hash_pad() local298 bebits = (__be64 *)&buf[j]; in hash_pad()299 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()303 bebits = (__be64 *)&buf[j]; in hash_pad()304 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()306 bebits = (__be64 *)&buf[j]; in hash_pad()307 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
420 __be64 *bebits; in hash_pad() local454 bebits = (__be64 *)&buf[j]; in hash_pad()455 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()459 bebits = (__be64 *)&buf[j]; in hash_pad()460 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()462 bebits = (__be64 *)&buf[j]; in hash_pad()463 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
Completed in 6 milliseconds