/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 304 size_type max_size() const { return tree_.max_size(); } in max_size() function in absl::container_internal::base_checker 586 EXPECT_GT(const_b.max_size(), 0); in ConstTest() 2446 EXPECT_GT(s.max_size(), 0); in TEST()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | layout.h | 624 /* 98*/ sle64 max_size; /* Maximum size of attribute. */ member
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitLir.h | 1770 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data);
|
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 4163 size_t size, max_size = 0; in max_string_size() local 4169 if (size > max_size) in max_string_size() 4170 max_size = size; in max_string_size() 4172 return max_size; in max_string_size() 4177 std::size_t max_size = 0; in max_string_size() local 4182 max_size = std::max(max_size, std::strlen(s)); in max_string_size() 4184 return max_size; in max_string_size()
|
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/ |
H A D | continuation_manager_test.cpp | 1236 * @tc.desc: test ReadContinuationResultsFromParcel when continuationResults.max_size() < size. 1245 parcel.WriteInt32(continuationResults.max_size() + 1); in HWTEST_F() 1253 * @tc.desc: test ReadContinuationResultsFromParcel when continuationResults.max_size() > size. 1262 parcel.WriteInt32(continuationResults.max_size() - 1); in HWTEST_F()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | native_window_test.cpp | 1257 int32_t max_size = -1; in HWTEST_F() local 1258 auto ret = OH_NativeWindow_SetMetadataValue(nativeWindow, OH_HDR_STATIC_METADATA, (int32_t)max_size, buff); in HWTEST_F()
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 716 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEBINARYEXTPROC) (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size); 718 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size);
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 715 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEBINARYEXTPROC) (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size); 717 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size);
|
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-helpers-string.c | 1330 const uint32_t max_size = 9; in ecma_string_get_uint32_size() local 1332 while (size < max_size && uint32_number >= next_number) in ecma_string_get_uint32_size()
|
/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()
|