| 1022 | } |
| 1023 | |
| 1024 | StripeSM * |
| 1025 | Cache::key_to_stripe(CryptoHash *key, [[maybe_unused]] const char *hostname, [[maybe_unused]] int host_len) |
| 1026 | { |
| 1027 | uint32_t h = (key->slice32(2) >> DIR_TAG_WIDTH) % STRIPE_HASH_TABLE_SIZE; |
| 1028 | return globalVec_stripe[stripes_hash_table[h]]; |
| 1029 | } |
| 1030 | |
| 1031 | /* --------------------------------------------------------------------------------------- */ |
| 1032 | Errata |
no outgoing calls
no test coverage detected