/third_party/json/docs/docset/ |
H A D | docSet.sql | 76 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 D | runlist.c | 1327 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 D | amdgpu_cs.c | 731 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 D | test_compile.py | 1357 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 D | json.hpp | 2974 /// @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 D | artec_eplus48u.c | 2707 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 D | epson.c | 783 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 D | epjitsu.c | 4940 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 D | bh.c | 87 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 D | coolscan.c | 1994 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 D | nec.c | 944 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 D | hs2p.c | 134 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 D | microtek.c | 194 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 D | sharp.c | 1179 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 D | dzn_cmd_buffer.c | 3110 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 D | gl4cVertexAttrib64BitTest.cpp | 812 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 D | repeated_field.h | 136 #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 D | coap_resource.c | 794 s->pdu->max_size = 0;
|
H A D | coap_subscribe.c | 121 pdu->max_size = pdu->used_size; in coap_persist_observe_add()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_ioctl.c | 1208 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 D | SmallVector.h | 136 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 D | SmallVector.h | 139 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 D | stringpiece_unittest.cc | 281 EXPECT_GE(a.max_size(), a.capacity()); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | exception_safety_testing.h | 732 size_type max_size() const noexcept {
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_shaders.cpp | 3781 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);
|