Home
last modified time | relevance | path

Searched refs:max_size (Results 276 - 300 of 335) sorted by relevance

1...<<11121314

/third_party/json/docs/docset/
H A DdocSet.sql76 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::max_size', 'Method', 'api/basic_json/max_size/index.html');
/third_party/ntfs-3g/libntfs-3g/
H A Drunlist.c1327 const runlist_element *rl, const VCN start_vcn, int max_size) in ntfs_get_size_for_mapping_pairs()
1386 for (; rl->length && (rls <= max_size); rl++) { in ntfs_get_size_for_mapping_pairs()
1326 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN start_vcn, int max_size) ntfs_get_size_for_mapping_pairs() argument
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c731 const unsigned max_size = 512 * 1024 * 4; in amdgpu_ib_new_buffer() local
733 buffer_size = MIN2(buffer_size, max_size); in amdgpu_ib_new_buffer()
/third_party/python/Lib/test/
H A Dtest_compile.py1357 max_size = math.ceil(math.log(len(code.co_code)))
1358 self.assertLessEqual(code.co_stacksize, max_size)
/third_party/json/include/nlohmann/
H A Djson.hpp2974 /// @sa https://json.nlohmann.me/api/basic_json/max_size/
2975 size_type max_size() const noexcept
2981 // delegate call to array_t::max_size()
2982 return m_value.array->max_size();
2987 // delegate call to object_t::max_size()
2988 return m_value.object->max_size();
3001 // all other types have max_size() == size()
/third_party/backends/backend/
H A Dartec_eplus48u.c2707 size_t size, max_size = 0; in max_string_size() local
2713 if (size > max_size) in max_string_size()
2714 max_size = size; in max_string_size()
2716 return max_size; in max_string_size()
H A Depson.c783 size_t size, max_size = 0; in max_string_size() local
789 if (size > max_size) in max_string_size()
790 max_size = size; in max_string_size()
792 return max_size; in max_string_size()
H A Depjitsu.c4940 size_t size, max_size = 0; in maxStringSize() local
4945 max_size = MAX(max_size, size); in maxStringSize()
4948 return max_size; in maxStringSize()
H A Dbh.c87 size_t size, max_size = 0; in max_string_size() local
93 if (size > max_size) in max_string_size()
94 max_size = size; in max_string_size()
97 return max_size; in max_string_size()
H A Dcoolscan.c1994 size_t size, max_size = 0; in max_string_size() local
2000 if (size > max_size) in max_string_size()
2001 max_size = size; in max_string_size()
2003 return max_size; in max_string_size()
H A Dnec.c944 size_t size, max_size = 0; in max_string_size() local
951 if (size > max_size) in max_string_size()
952 max_size = size; in max_string_size()
956 return max_size; in max_string_size()
H A Dhs2p.c134 size_t size, max_size = 0; in max_string_size() local
141 if (size > max_size) in max_string_size()
142 max_size = size; in max_string_size()
146 return max_size; in max_string_size()
H A Dmicrotek.c194 size_t size, max_size = 0; in max_string_size() local
199 if (size > max_size) max_size = size; in max_string_size()
201 return max_size; in max_string_size()
H A Dsharp.c1179 size_t size, max_size = 0; in max_string_size() local
1186 if (size > max_size) in max_string_size()
1187 max_size = size; in max_string_size()
1191 return max_size; in max_string_size()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c3110 uint64_t max_size = 0; in dzn_CmdCopyImage2() local
3134 max_size = MAX2(max_size, region_size * region->extent.depth); in dzn_CmdCopyImage2()
3138 dzn_cmd_buffer_alloc_internal_buf(cmdbuf, max_size, in dzn_CmdCopyImage2()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp812 static const GLuint max_size = 4; in checkVertexAttribLPointer() local
821 for (GLuint size = 1; size <= max_size; ++size) in checkVertexAttribLPointer()
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h136 #define PROTO_MEMSWAP_DEF_SIZE(reg_type, max_size) \
138 typename std::enable_if<(kSize >= sizeof(reg_type) && kSize < (max_size)), \
/third_party/libcoap/src/
H A Dcoap_resource.c794 s->pdu->max_size = 0;
H A Dcoap_subscribe.c121 pdu->max_size = pdu->used_size; in coap_persist_observe_add()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c1208 cap_arg.max_size = size; in vmw_ioctl_init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h136 size_type max_size() const { return size_type(-1) / sizeof(T); } in max_size() function in llvm::SmallVectorTemplateCommon
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallVector.h139 size_type max_size() const { return size_type(-1) / sizeof(T); } in max_size() function in llvm::SmallVectorTemplateCommon
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece_unittest.cc281 EXPECT_GE(a.max_size(), a.capacity()); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h732 size_type max_size() const noexcept {
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp3781 unsigned max_size = ((unsigned)(63.999 * 1024 * 1024) & ~255) * num_se;
3795 esgs_ring_size = CLAMP(esgs_ring_size, min_esgs_ring_size, max_size);
3796 gsvs_ring_size = MIN2(gsvs_ring_size, max_size);

Completed in 82 milliseconds

1...<<11121314