Home
last modified time | relevance | path

Searched refs:bucket_end (Results 1 – 7 of 7) sorted by relevance

/external/kmod/shared/
Dhash.c69 struct hash_bucket *bucket, *bucket_end; in hash_free() local
75 bucket_end = bucket + hash->n_buckets; in hash_free()
76 for (; bucket < bucket_end; bucket++) { in hash_free()
/external/llvm/include/llvm/ADT/
DFoldingSet.h459 bucket_iterator bucket_end(unsigned hash) { in bucket_end() function
537 bucket_iterator bucket_end(unsigned hash) { in bucket_end() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DFoldingSet.h467 bucket_iterator bucket_end(unsigned hash) { in bucket_end() function
547 bucket_iterator bucket_end(unsigned hash) { in bucket_end() function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc84 size_t bucket_end = fname.find('/', scheme_end + 1); in ParseGCSPath() local
85 if (bucket_end == std::string::npos) { in ParseGCSPath()
91 *bucket = fname.substr(scheme_end + 1, bucket_end - scheme_end - 1); in ParseGCSPath()
92 *object = fname.substr(bucket_end + 1); in ParseGCSPath()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem.cc96 size_t bucket_end = fname.find("/", scheme_end + 1); in ParseS3Path() local
97 if (bucket_end == std::string::npos) { in ParseS3Path()
103 *bucket = fname.substr(scheme_end + 1, bucket_end - scheme_end - 1); in ParseS3Path()
104 *object = fname.substr(bucket_end + 1); in ParseS3Path()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h426 bucket_iterator bucket_end(unsigned hash) { in bucket_end() function
/external/llvm-project/llvm/include/llvm/ADT/
DFoldingSet.h434 bucket_iterator bucket_end(unsigned hash) { in bucket_end() function