Home
last modified time | relevance | path

Searched refs:bucket2 (Results 1 – 5 of 5) sorted by relevance

/external/skia/site/docs/dev/contrib/
Dcqkeywords.md50 Cq-Include-Trybots: bucket1:bot1,bot2;bucket2:bot3,bot4
56 Cq-Include-Trybots: bucket2:bot3
57 Cq-Include-Trybots: bucket2:bot4
/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs416 let bucket2 = &hashtable.entries[hash2]; in lock_bucket_pair() localVariable
417 bucket2.mutex.lock(); in lock_bucket_pair()
418 return (bucket1, bucket2); in lock_bucket_pair()
420 let bucket2 = &hashtable.entries[hash1]; in lock_bucket_pair() localVariable
421 bucket2.mutex.lock(); in lock_bucket_pair()
422 return (bucket2, bucket1); in lock_bucket_pair()
438 unsafe fn unlock_bucket_pair(bucket1: &Bucket, bucket2: &Bucket) { in unlock_bucket_pair()
440 if !ptr::eq(bucket1, bucket2) { in unlock_bucket_pair()
441 bucket2.mutex.unlock(); in unlock_bucket_pair()
/external/elfutils/src/
Delfcmp.c851 const Hash_Word *const bucket2 = &hash2[2]; \ in hash_content_equivalent()
852 const Hash_Word *const chain2 = &bucket2[nbucket]; \ in hash_content_equivalent()
860 if (bucket1[i] >= nchain || bucket2[i] >= nchain) \ in hash_content_equivalent()
871 for (size_t p = bucket2[i]; p != STN_UNDEF; p = chain2[p]) \ in hash_content_equivalent()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py263 def Move(bucket1, bucket2, remote_path): argument
265 url2 = 'gs://%s/%s' % (bucket2, remote_path)
/external/skqp/site/dev/contrib/
Dcqkeywords.md33 CQ_INCLUDE_TRYBOTS=bucket1:bot1,bot2;bucket2:bot3,bot4