/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfswipe.c | 122 s64 max_size; /* Largest size we find */ member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES1.cpp | 1407 if (stack.size() == stack.max_size()) in ValidatePushMatrix()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set.h | 1060 size_t max_size() const { return (std::numeric_limits<size_t>::max)(); }
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/ |
H A D | goya.c | 5266 size_t max_size) in goya_get_eeprom_data() 5273 return hl_fw_get_eeprom_data(hdev, data, max_size); in goya_get_eeprom_data() 5265 goya_get_eeprom_data(struct hl_device *hdev, void *data, size_t max_size) goya_get_eeprom_data() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 2982 if (cfg->max_size > DPAA2_ETH_MAX_BURST_SIZE) { in dpaa2_eth_setup_tbf() 2988 tx_cr_shaper.max_burst_size = cfg->max_size; in dpaa2_eth_setup_tbf()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/ |
H A D | goya.c | 5232 size_t max_size) in goya_get_eeprom_data() 5239 return hl_fw_get_eeprom_data(hdev, data, max_size); in goya_get_eeprom_data() 5231 goya_get_eeprom_data(struct hl_device *hdev, void *data, size_t max_size) goya_get_eeprom_data() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_enc.c | 1734 int max_size = FFMAX(rcc->buffer_index * avctx->rc_max_available_vbv_use, rcc->buffer_index - 500); in ff_mpv_encode_picture() local 1738 if (put_bits_count(&s->pb) > max_size && in ff_mpv_encode_picture()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 2727 unsigned max_size = ((unsigned)(63.999 * 1024 * 1024) & ~255) * num_se; in radv_pipeline_init_gs_ring_state() local 2743 pipeline->esgs_ring_size = CLAMP(esgs_ring_size, min_esgs_ring_size, max_size); in radv_pipeline_init_gs_ring_state() 2745 pipeline->gsvs_ring_size = MIN2(gsvs_ring_size, max_size); in radv_pipeline_init_gs_ring_state()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | sdma.c | 853 .max_size = NR_CPUS,
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 633 in.max_size = cpu_to_le64(lo->stripe_unit); in ceph_finish_async_create()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.c | 73 .max_size = CONFIG_MAC80211_STA_HASH_MAX_SIZE,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | sdma.c | 811 .max_size = NR_CPUS,
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 819 size_t max_size);
|
/third_party/openssl/ssl/ |
H A D | ssl_local.h | 810 size_t max_size);
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 5919 if (JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size())) 5945 if (JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size())) 6100 if (ref_stack.back() && JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size())) 6170 if (ref_stack.back() && JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size())) 19880 /// @sa https://json.nlohmann.me/api/basic_json/max_size/ 19881 size_type max_size() const noexcept 19887 // delegate call to array_t::max_size() 19888 return m_value.array->max_size(); 19893 // delegate call to object_t::max_size() 19894 return m_value.object->max_size(); [all...] |
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 6801 if (JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size())) 6833 if (JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size())) 6991 if (ref_stack.back() && JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size())) 7061 if (ref_stack.back() && JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size())) 22152 /// @sa https://json.nlohmann.me/api/basic_json/max_size/ 22153 size_type max_size() const noexcept 22159 // delegate call to array_t::max_size() 22160 return m_value.array->max_size(); 22165 // delegate call to object_t::max_size() 22166 return m_value.object->max_size(); [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 9489 GLint max_size = 0; in test() local 9491 gl.getIntegerv(GL_MAX_UNIFORM_BLOCK_SIZE, &max_size); in test() 9494 return max_size; in test() 11199 GLint max_size = 0; in test() local 11201 gl.getIntegerv(GL_MAX_SHADER_STORAGE_BLOCK_SIZE, &max_size); in test() 11204 return max_size; in test()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.c | 3044 .max_size = 1048576,
|
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident_main.c | 3526 trident->synth.max_size = max_wavetable_size * 1024; in snd_trident_create()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.h | 420 u64 max_size; member
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad_bsg.c | 2741 &iocmd->max_size); in bfad_iocmd_fruvpd_get_max_size()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | file.c | 671 in.max_size = cpu_to_le64(lo->stripe_unit); in ceph_finish_async_create()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.c | 3051 .max_size = 1048576,
|
/kernel/linux/linux-6.6/sound/pci/trident/ |
H A D | trident_main.c | 3529 trident->synth.max_size = max_wavetable_size * 1024; in snd_trident_create()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_bsg.c | 2767 &iocmd->max_size); in bfad_iocmd_fruvpd_get_max_size()
|