Home
last modified time | relevance | path

Searched refs:ncapacity (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_pq.c70 size_t ncapacity; in nghttp2_pq_push() local
72 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
75 ncapacity * sizeof(nghttp2_pq_entry *)); in nghttp2_pq_push()
79 pq->capacity = ncapacity; in nghttp2_pq_push()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_pq.c72 size_t ncapacity; in nghttp3_pq_push() local
74 ncapacity = nghttp3_max(4, (pq->capacity * 2)); in nghttp3_pq_push()
77 ncapacity * sizeof(nghttp3_pq_entry *)); in nghttp3_pq_push()
81 pq->capacity = ncapacity; in nghttp3_pq_push()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pq.c70 size_t ncapacity; in ngtcp2_pq_push() local
72 ncapacity = ngtcp2_max(4, (pq->capacity * 2)); in ngtcp2_pq_push()
75 ncapacity * sizeof(ngtcp2_pq_entry *)); in ngtcp2_pq_push()
79 pq->capacity = ncapacity; in ngtcp2_pq_push()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_pq.c70 size_t ncapacity; in nghttp2_pq_push() local
72 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
75 ncapacity * sizeof(nghttp2_pq_entry *)); in nghttp2_pq_push()
79 pq->capacity = ncapacity; in nghttp2_pq_push()
/third_party/littlefs/runners/
H A Dtest_runner.c352 size_t ncapacity = 1 << lfs_npw2(count * permutations); in test_define_suite() local
355 sizeof(test_define_t)*ncapacity); in test_define_suite()
356 test_override_define_capacity = ncapacity; in test_define_suite()
H A Dbench_runner.c339 size_t ncapacity = 1 << lfs_npw2(count * permutations); in bench_define_suite() local
342 sizeof(bench_define_t)*ncapacity); in bench_define_suite()
343 bench_override_define_capacity = ncapacity; in bench_define_suite()

Completed in 8 milliseconds