Home
last modified time | relevance | path

Searched refs:size (Results 28976 - 29000 of 52414) sorted by relevance

1...<<1151115211531154115511561157115811591160>>...2097

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliteratorIDParser.java387 if (list.size() == 0) { in parseCompoundID()
392 for (int i=0; i<list.size(); ++i) { in parseCompoundID()
395 if (i != (list.size()-1)) { in parseCompoundID()
446 if (translits.size() == 0) { in instantiateList()
H A DRBBISetBuilder.java106 for (i=0; i<this.fIncludesSets.size(); i++) { in setDictionaryFlag()
332 // getTrieSize() Return the size that will be required to serialize the Trie.
453 for (i=0; i<rlRange.fIncludesSets.size(); i++) { in printRanges()
494 for (i=0; i<rlRange.fIncludesSets.size(); i++) { in printRangeGroups()
536 for (i=0; i<fRB.fUSetNodes.size(); i++) { in printSets()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java308 int min = inflectionPoints.size(); in findOffsetOrdering()
309 if (other.inflectionPoints.size() < min) min = other.inflectionPoints.size(); in findOffsetOrdering()
381 if (s.size() == 0) return ""; in getPurportedAliasesAsString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterCaseTest.java1096 for (int i = 0; i < srcIndexes.size(); ++i) { in checkEditsIter()
1098 if ((i + j) < srcIndexes.size()) { in checkEditsIter()
1106 for (int i = 0; i < destIndexes.size(); ++i) { in checkEditsIter()
1108 if ((i + j) < destIndexes.size()) { in checkEditsIter()
1897 int size = v.size(); in getUnicodeStrings()
1898 String result[] = new String[size]; in getUnicodeStrings()
1899 for (int i = 0; i < size; i ++) { in getUnicodeStrings()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXCldrStub.java104 if (values.size() == 0) { in values()
113 public int size() { in size() method in XCldrStub.Multimap
114 return map.size(); in size()
368 temp.put(entry.getKey(), value.size() == 1 in copyOf()
/third_party/icu/icu4c/source/common/
H A Duvector.cpp194 for (int32_t i=0; i<other.size(); ++i) { in containsAll()
203 for (int32_t i=0; i<other.size(); ++i) { in containsNone()
213 for (int32_t i=0; i<other.size(); ++i) { in removeAll()
225 for (int32_t j=size()-1; j>=0; --j) { in retainAll()
309 /* Pointers are not always the same size as ints so to perform in indexOf()
361 * Change the size of this vector as follows: If newSize is smaller,
414 * one index and shortening the size of the vector by one. If the
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h161 size_t size; /* invalid when on free list */ member
901 lws_realloc(void *ptr, size_t size, const char *reason);
904 lws_zalloc(size_t size, const char *reason);
907 void *lws_malloc(size_t size, const char *reason);
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect.c87 size_t size; in lws_client_stash_create() local
91 size = sizeof(*wsi->stash) + 1; in lws_client_stash_create()
99 size += strlen(cisin[n]) + 1; in lws_client_stash_create()
104 wsi->stash = lws_malloc(size, "client stash"); in lws_client_stash_create()
/third_party/libcoap/examples/
H A Detsi_iot_01.c43 size_t max_data; /* maximum size allocated for @p data */
59 coap_new_payload(size_t size) { in coap_new_payload() argument
61 p = (coap_payload_t *)coap_malloc(sizeof(coap_payload_t) + size); in coap_new_payload()
64 p->max_data = size; in coap_new_payload()
557 addr.size = rp->ai_addrlen; in get_context()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp152 Z7_COM7F_IMF(CLockedSequentialInStreamMT::Read(void *data, UInt32 size, UInt32 *processedSize))
163 const HRESULT res = _glob->Stream->Read(data, size, &realProcessedSize);
192 Z7_COM7F_IMF(CLockedSequentialInStreamST::Read(void *data, UInt32 size, UInt32 *processedSize))
201 const HRESULT res = _glob->Stream->Read(data, size, &realProcessedSize);
/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp333 s += "Archive size: "; in FinishArchive()
350 HRESULT CUpdateCallbackConsole::WriteSfx(const wchar_t *name, UInt64 size) in WriteSfx() argument
357 PrintSize_bytes_Smart(s, size); in WriteSfx()
468 HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) in SetTotal() argument
473 _percent.Total = size; in SetTotal()
841 static void AddHexToString(UString &dest, const Byte *data, UInt32 size)
843 for (UInt32 i = 0; i < size; i++)
851 void HashHexToString(char *dest, const Byte *data, UInt32 size);
/third_party/json/tests/src/
H A Dunit-unicode2.cpp110 CHECK(s_ignored2.substr(s_ignored2.size() - 4, 3) == "xyz"); in check_utf8dump()
112 CHECK(s_ignored2_ascii.substr(s_ignored2_ascii.size() - 4, 3) == "xyz"); in check_utf8dump()
114 CHECK(s_replaced2.substr(s_replaced2.size() - 4, 3) == "xyz"); in check_utf8dump()
116 CHECK(s_replaced2_ascii.substr(s_replaced2_ascii.size() - 4, 3) == "xyz"); in check_utf8dump()
/third_party/mbedtls/library/
H A Dentropy.c228 ctx->source[i].size += olen; in entropy_gather_internal()
311 if (ctx->source[i].size < ctx->source[i].threshold) { in mbedtls_entropy_func()
315 strong_size += ctx->source[i].size; in mbedtls_entropy_func()
359 ctx->source[i].size = 0; in mbedtls_entropy_func()
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c604 readlink(const char *path, char *buf, size_t size) in readlink() argument
609 return real_readlink(path, buf, size); in readlink()
626 strncpy(buf, bus_types[i].name, size); in readlink()
627 buf[size - 1] = 0; in readlink()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_subgroup.c320 nir_ssa_def *size = nir_load_subgroup_size(nb); in vtn_handle_subgroup() local
325 * UP(a, b, delta) == DOWN(a, b, size - delta) in vtn_handle_subgroup()
328 delta = nir_isub(nb, size, delta); in vtn_handle_subgroup()
337 nir_isub(nb, index, size), 0, 0); in vtn_handle_subgroup()
339 nir_ssa_def *cond = nir_ilt(nb, index, size); in vtn_handle_subgroup()
/third_party/mesa3d/src/compiler/glsl/
H A Dlink_uniform_blocks.cpp139 unsigned size = 0; in visit_field() local
144 * with no declared size, the minimum buffer size is computed in visit_field()
148 * calculate its size. We don't need to check if the unsized array is in visit_field()
166 size = type_for_size->std430_size(v->RowMajor); in visit_field()
169 size = type_for_size->std140_size(v->RowMajor); in visit_field()
175 this->offset += size; in visit_field()
180 * minimum buffer object size returned by the UNIFORM_BLOCK_DATA_SIZE in visit_field()
303 /* Check SSBO size is lower than maximum supported size fo in process_block_array_leaf()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.c344 static void rvce_get_feedback(struct pipe_video_codec *encoder, void *feedback, unsigned *size) in rvce_get_feedback() argument
349 if (size) { in rvce_get_feedback()
354 *size = ptr[4] - ptr[9]; in rvce_get_feedback()
356 *size = 0; in rvce_get_feedback()
H A Dradeon_uvd_enc.c243 unsigned *size) in radeon_uvd_enc_get_feedback()
248 if (NULL != size) { in radeon_uvd_enc_get_feedback()
253 *size = fb_data->bitstream_size; in radeon_uvd_enc_get_feedback()
255 *size = 0; in radeon_uvd_enc_get_feedback()
242 radeon_uvd_enc_get_feedback(struct pipe_video_codec *encoder, void *feedback, unsigned *size) radeon_uvd_enc_get_feedback() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c367 unsigned size; in softpipe_set_constant_buffer() local
379 size = cb ? cb->buffer_size : 0; in softpipe_set_constant_buffer()
395 draw_set_mapped_constant_buffer(softpipe->draw, shader, index, data, size); in softpipe_set_constant_buffer()
399 softpipe->const_buffer_size[shader][index] = size; in softpipe_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.c355 void *feedback, unsigned *size) in rvce_get_feedback()
360 if (size) { in rvce_get_feedback()
366 *size = ptr[4] - ptr[9]; in rvce_get_feedback()
368 *size = 0; in rvce_get_feedback()
354 rvce_get_feedback(struct pipe_video_codec *encoder, void *feedback, unsigned *size) rvce_get_feedback() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c443 ss->hud.total_resource_bytes -= sbuf->size; in svga_resource_destroy()
469 ss->hud.total_resource_bytes -= tex->size; in svga_resource_destroy()
512 /* Although svga device only requires constant buffer size to be in svga_buffer_create()
514 * we are mandating all buffer size to be in multiples of 16. in svga_buffer_create()
562 sbuf->size = util_resource_size(&sbuf->b); in svga_buffer_create()
563 ss->hud.total_resource_bytes += sbuf->size; in svga_buffer_create()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexshader9.c95 This->byte_code.size = info.byte_size; in NineVertexShader9_ctor()
186 *pSizeOfData = This->byte_code.size; in NineVertexShader9_GetFunction()
189 user_assert(*pSizeOfData >= This->byte_code.size, D3DERR_INVALIDCALL); in NineVertexShader9_GetFunction()
191 memcpy(pData, This->byte_code.tokens, This->byte_code.size); in NineVertexShader9_GetFunction()
/third_party/node/lib/internal/webstreams/
H A Dtransformstream.js142 const readableSize = readableStrategy?.size;
145 const writableSize = writableStrategy?.size;
370 size: writableSizeAlgorithm,
385 size: readableSizeAlgorithm,
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.cc22 if (exports.size() <= i || !exports[i]->func()) {
23 std::cout << "> Error accessing function export " << i << "/" << exports.size() << "!" << std::endl;
30 if (exports.size() <= i || !exports[i]->global()) {
38 if (exports.size() <= i || !exports[i]->table()) {
/third_party/node/deps/zlib/
H A Dzlib.h81 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size);
161 reports. After compression, total_in holds the total size of the
467 operation to complete. (The size of the uncompressed data may have been
551 The windowBits parameter is the base two logarithm of the window size
552 (the size of the history buffer). It should be in the range 8..15 for this
558 window size of 256 bytes) is not supported. As a result, a request for 8
566 determines the window size. deflate() will then generate raw deflate data
579 transmitting the window size to the decompressor.
632 Depending on the size of the compression data structures selected by
634 discarded, for example if the dictionary is larger than the window size
[all...]

Completed in 44 milliseconds

1...<<1151115211531154115511561157115811591160>>...2097