Searched refs:bucket1 (Results 1 – 4 of 4) sorted by relevance
849 const Hash_Word *const bucket1 = &hash1[2]; \ in hash_content_equivalent()850 const Hash_Word *const chain1 = &bucket1[nbucket]; \ in hash_content_equivalent()860 if (bucket1[i] >= nchain || bucket2[i] >= nchain) \ in hash_content_equivalent()864 for (size_t p = bucket1[i]; p != STN_UNDEF; p = chain1[p]) \ in hash_content_equivalent()
209 def Move(bucket1, bucket2, remote_path): argument210 url1 = 'gs://%s/%s' % (bucket1, remote_path)
33 CQ_INCLUDE_TRYBOTS=bucket1:bot1,bot2;bucket2:bot3,bot4