Lines Matching refs:result
2926 * @HashResultPointer: pointer to an initial/result hash table.
2932 * the @HashResultPointer as the result hash table.
2988 * @RandomChallenge. The result is put into the entry of the working hash
13093 * This can result in each cpu_map.eq to be set
13550 uint32_t result = 0;
13554 result <<= 1;
13555 result |= (1 & (wd >> i));
13557 return result;
13568 uint32_t result;
13574 result = ~lpfc_cgn_reverse_bits(crc);
13575 return result;