Searched refs:BUCKET (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | bufferqueue.h | 55 #define BUCKET(i) queue->queue[(queue->head + (i)) % FF_BUFQUEUE_SIZE] macro 76 av_frame_free(&BUCKET(--queue->available)); in ff_bufqueue_add() 78 BUCKET(queue->available++) = buf; in ff_bufqueue_add() 90 return index < queue->available ? BUCKET(index) : NULL; in ff_bufqueue_peek() 119 #undef BUCKET macro
|
/third_party/skia/tools/skqp/ |
H A D | make_apk_list.py | 40 BUCKET = 'skia-skqp' variable 46 cmd = ['gsutil', 'ls', 'gs://' + BUCKET] 53 regex = re.compile('gs://%s/%s' % (BUCKET, NAME_FMT % '([0-9a-f]+)')) 109 url = 'https://storage.googleapis.com/%s/%s' % (BUCKET, apk_name)
|
H A D | cut_release.py | 20 BUCKET = 'skia-skqp-assets' variable 96 return ['gsutil', 'cp', path, 'gs://%s/%s' % (BUCKET, digest)] 99 bucket_url = 'gs://%s/' % BUCKET
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | rehash.c | 84 } BUCKET; typedef 100 static BUCKET *hash_table[257]; 124 static BUCKET nilbucket; in add_entry() 126 BUCKET *bp; in add_entry() 350 BUCKET *bp, *nextbp; in do_dir()
|
/third_party/openssl/apps/ |
H A D | rehash.c | 87 } BUCKET; typedef 103 static BUCKET *hash_table[257]; 127 static BUCKET nilbucket; in add_entry() 129 BUCKET *bp; in add_entry() 353 BUCKET *bp, *nextbp; in do_dir()
|
/third_party/python/Python/ |
H A D | hashtable.c | 57 #define TABLE_HEAD(HT, BUCKET) \ 58 ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(HT)->buckets[BUCKET]))
|
Completed in 4 milliseconds