Home
last modified time | relevance | path

Searched refs:max_size (Results 151 - 175 of 374) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dunordered_map_members_test.h70 EXPECT_GT(TypeParam().max_size(), 0); in TYPED_TEST_P()
H A Dunordered_set_members_test.h69 EXPECT_GT(TypeParam().max_size(), 0); in TYPED_TEST_P()
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_element_info_parcel.cpp60 bool verifyResult = ContainerSecurityVerify(parcel, operationsSize, operations_.max_size()); in ReadFromParcelSecondPart()
157 if (!ContainerSecurityVerify(parcel, spanListSize, spanList_.max_size())) { in ReadFromParcelFourthPart()
526 if (!ContainerSecurityVerify(parcel, mapValueStr, extraElementValueStr_.max_size())) { in ReadFromParcel()
541 if (!ContainerSecurityVerify(parcel, mapValueInt, extraElementValueInt_.max_size())) { in ReadFromParcel()
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_element_info_parcel.cpp60 bool verifyResult = ContainerSecurityVerify(parcel, operationsSize, operations_.max_size()); in ReadFromParcelSecondPart()
157 if (!ContainerSecurityVerify(parcel, spanListSize, spanList_.max_size())) { in ReadFromParcelFourthPart()
528 if (!ContainerSecurityVerify(parcel, mapValueStr, extraElementValueStr_.max_size())) { in ReadFromParcel()
543 if (!ContainerSecurityVerify(parcel, mapValueInt, extraElementValueInt_.max_size())) { in ReadFromParcel()
/third_party/backends/backend/
H A Dcardscan.c1625 size_t size, max_size = 0; in maxStringSize() local
1630 if (size > max_size) in maxStringSize()
1631 max_size = size; in maxStringSize()
1634 return max_size; in maxStringSize()
H A Dcanon_lide70.c68 size_t size, max_size = 0; in max_string_size() local
74 if (size > max_size) in max_string_size()
75 max_size = size; in max_string_size()
77 return max_size; in max_string_size()
H A Das6e.c688 size_t size, max_size = 0; in max_string_size() local
693 if (size > max_size) in max_string_size()
694 max_size = size; in max_string_size()
697 return (max_size); in max_string_size()
H A Dkvs20xx_opt.c31 size_t size, max_size = 0; in max_string_size() local
37 if (size > max_size) in max_string_size()
38 max_size = size; in max_string_size()
40 return max_size; in max_string_size()
H A Dsm3840.c643 size_t size, max_size = 0; in max_string_size() local
648 if (size > max_size) in max_string_size()
649 max_size = size; in max_string_size()
652 return (max_size); in max_string_size()
H A Dpint.c85 size_t size, max_size = 0; in max_string_size() local
91 if (size > max_size) in max_string_size()
92 max_size = size; in max_string_size()
94 return max_size; in max_string_size()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c429 unsigned max_size; in nv50_compute_validate_surfaces() local
433 max_size = mt->total_size; in nv50_compute_validate_surfaces()
436 max_size = mt->layer_stride * (view->u.tex.last_layer - view->u.tex.first_layer + 1); in nv50_compute_validate_surfaces()
457 PUSH_DATA (push, (max_size / lvl->pitch - 1) << 16 | (lvl->pitch - 1)); in nv50_compute_validate_surfaces()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c253 unsigned max_size = MIN2((sscreen->info.max_heap_size_kb * 1024ull) / 4, UINT32_MAX); in si_get_param() local
257 max_size = MIN2(max_size, 512 * 1024 * 1024); in si_get_param()
259 return max_size; in si_get_param()
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c332 get_from_buffer(void **src, size_t *src_size, void *dst, size_t max_size) in get_from_buffer() argument
337 if(max_size >= *src_size) in get_from_buffer()
344 ret = max_size; in get_from_buffer()
345 if(NULL == (newbody = malloc(*src_size - max_size))) in get_from_buffer()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c147 uint max_size = in etna_screen_can_create_resource()
150 if (templat->width0 > max_size || templat->height0 > max_size) in etna_screen_can_create_resource()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_spdy.c912 unsigned int max_size,
919 if(max_size<1)
949 while(NULL != connection && *real_size < max_size)
987 unsigned int max_size, in spdy_get_selectfdset()
996 if(max_size<1) in spdy_get_selectfdset()
1022 while(NULL != connection && *real_size < max_size) in spdy_get_selectfdset()
983 spdy_get_selectfdset(fd_set * read_fd_set, fd_set * write_fd_set, fd_set * except_fd_set, struct SPDY_Connection *connections[], unsigned int max_size, nfds_t *real_size) spdy_get_selectfdset() argument
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py163 def __init__(self, max_size=0, *, ctx, pending_work_items, shutdown_lock,
168 super().__init__(max_size, ctx=ctx)
712 max_size=queue_size, ctx=self._mp_context,
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h264 // `InlinedVector::max_size()`
267 size_type max_size() const noexcept {
543 ABSL_HARDENING_ASSERT(n <= max_size()); in resize()
553 ABSL_HARDENING_ASSERT(n <= max_size()); in resize()
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
H A Dmemory.h551 // max_size(const Alloc& a):
552 // Returns a.max_size() if possible. If not possible, returns
554 static size_type max_size(const Alloc& a) { return max_size_impl(0, a); }
598 static auto max_size_impl(int, const A& a) -> decltype(a.max_size()) {
599 return a.max_size();
/third_party/libcoap/src/
H A Dcoap_block.c132 size_t avail = pdu->max_size - token_options; in setup_block_b()
184 assert(pdu->max_size > 0); in coap_write_block_opt()
217 assert(pdu->max_size > 0); in coap_write_block_b_opt()
251 size_t max_size; in coap_add_block_b_data() local
258 max_size = ((pdu->max_size - token_options) / 1024) * 1024; in coap_add_block_b_data()
260 max_size = (size_t)1 << (block->szx + 4); in coap_add_block_b_data()
262 block->chunk_size = (uint32_t)max_size; in coap_add_block_b_data()
265 min(len - start, max_size), in coap_add_block_b_data()
724 avail = pdu->max_size in coap_add_data_large_internal()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpeg12enc.c170 int max_size = avctx->codec_id == AV_CODEC_ID_MPEG2VIDEO ? 16383 : 4095; in encode_init() local
172 if (avctx->width > max_size || avctx->height > max_size) { in encode_init()
175 max_size, max_size); in encode_init()
H A Ddca.h207 int max_size);
/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils.cc79 if (uncompressed_size > uncompressed_output.max_size()) in GzipUncompress()
H A Dzip_reader.h243 base::checked_cast<uint64_t>(output->max_size()), output); in ExtractCurrentEntryToString()
/third_party/node/deps/zlib/google/
H A Dzip_reader.h260 base::checked_cast<uint64_t>(output->max_size()), output); in ExtractCurrentEntryToString()
/third_party/node/deps/v8/src/zone/
H A Dzone-allocator.h63 size_t max_size() const { in max_size() function in v8::internal::ZoneAllocator

Completed in 26 milliseconds

12345678910>>...15