HomeSort by relevance Sort by last modified time
    Searched refs:newbuckets (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 905 newbuckets, nextOverflow := makeBucketArray(t, h.B+bigger)
915 h.buckets = newbuckets
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 905 newbuckets, nextOverflow := makeBucketArray(t, h.B+bigger)
915 h.buckets = newbuckets
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 658 int64_t *newbuckets = (int64_t *)calloc(nbuckets, sizeof (*mBuckets)); local
659 if (newbuckets == NULL) {
664 mBuckets = newbuckets;
    [all...]

Completed in 252 milliseconds