/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | unordered_map_members_test.h | 70 EXPECT_GT(TypeParam().max_size(), 0); in TYPED_TEST_P()
|
H A D | unordered_set_members_test.h | 69 EXPECT_GT(TypeParam().max_size(), 0); in TYPED_TEST_P()
|
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessibility_element_info_parcel.cpp | 60 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 D | accessibility_element_info_parcel.cpp | 60 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 D | cardscan.c | 1625 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 D | canon_lide70.c | 68 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 D | as6e.c | 688 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 D | kvs20xx_opt.c | 31 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 D | sm3840.c | 643 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 D | pint.c | 85 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 D | nv50_compute.c | 429 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 D | si_get.c | 253 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 D | proxy.c | 332 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 D | etnaviv_resource.c | 147 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 D | mhd2spdy_spdy.c | 912 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 D | process.py | 163 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 D | inlined_vector.h | 264 // `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 D | memory.h | 551 // 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 D | coap_block.c | 132 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 D | mpeg12enc.c | 170 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 D | dca.h | 207 int max_size);
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | compression_utils.cc | 79 if (uncompressed_size > uncompressed_output.max_size()) in GzipUncompress()
|
H A D | zip_reader.h | 243 base::checked_cast<uint64_t>(output->max_size()), output); in ExtractCurrentEntryToString()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader.h | 260 base::checked_cast<uint64_t>(output->max_size()), output); in ExtractCurrentEntryToString()
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-allocator.h | 63 size_t max_size() const { in max_size() function in v8::internal::ZoneAllocator
|