Searched refs:input_hash (Results 1 – 3 of 3) sorted by relevance
49 const uint64 input_hash = hash(input_flat(i)); in Compute() local50 const uint64 bucket_id = input_hash % num_buckets_; in Compute()91 const uint64 input_hash = hash(key_, input_flat(i)); in Compute() local92 const uint64 bucket_id = input_hash % num_buckets_; in Compute()
46 const uint64 input_hash = Hash64(input_flat(i)); in Compute() local47 const uint64 bucket_id = input_hash % num_buckets_; in Compute()
175 Node* input_hash = LoadNameHashField(input); in TF_BUILTIN() local176 Branch(IsClearWord32(input_hash, in TF_BUILTIN()184 DecodeWordFromWord32<String::ArrayIndexValueBits>(input_hash); in TF_BUILTIN()289 Node* input_hash = LoadNameHashField(input); in TF_BUILTIN() local290 GotoIf(IsSetWord32(input_hash, Name::kDoesNotContainCachedArrayIndexMask), in TF_BUILTIN()295 DecodeWordFromWord32<String::ArrayIndexValueBits>(input_hash); in TF_BUILTIN()