Lines Matching refs:Result
51 uint32_t MaxValueLength; // Length of longest result path (excluding nul).
61 unsigned Result = 0;
65 Result += toLowercase(*S) * 13;
66 return Result;
139 HMapBucket Result;
140 Result.Key = HMAP_EmptyBucketKey;
148 Result.Prefix = 0;
149 Result.Suffix = 0;
150 return Result; // Invalid buffer, corrupt hmap.
154 Result.Key = getEndianAdjustedWord(BucketPtr->Key);
155 Result.Prefix = getEndianAdjustedWord(BucketPtr->Prefix);
156 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
157 return Result;