Home
last modified time | relevance | path

Searched refs:size_t (Results 9176 - 9200 of 19393) sorted by relevance

1...<<361362363364365366367368369370>>...776

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc85 constexpr size_t kEncodedEnvelopeHeaderSize = 1 + 1 + sizeof(uint32_t);
108 const size_t pos_past_envelope = tokenizer.Status().pos + in Dispatchable()
540 constexpr size_t kNotFound = std::numeric_limits<size_t>::max();
543 size_t DotIdx(span<uint8_t> method) { in DotIdx()
553 size_t dot_idx = DotIdx(method); in Dispatch()
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c144 size_t size_append, size_dest = 0; in ntfs_strappend()
182 size_t size_append, size_dest = 0; in ntfs_strinsert()
691 char *list, size_t size, BOOL prefixing)
733 if ((size_t)ret <= size) {
770 if ((size_t)ret <= size) {
783 if ((size_t)ret <= size) {
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_preinit.c38 void* ohos_malloc_hook_init_function(size_t bytes);
39 void default_memtrace(void* addr, size_t size, const char* tag, bool is_using) {} in default_memtrace()
82 size_t size = strlen(value); in get_native_hook_param()
347 for (size_t i = 0; i < LAST_FUNCTION; i++) { in clear_function_table()
513 void* ohos_malloc_hook_init_function(size_t bytes) in ohos_malloc_hook_init_function()
536 for (size_t i = 0; i < LAST_FUNCTION; i++) { in __restore_hook_function_table()
/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c53 void* ohos_malloc_hook_init_function(size_t bytes);
54 void default_memtrace(void* addr, size_t size, const char* tag, bool is_using) {} in default_memtrace()
97 size_t size = strlen(value); in get_native_hook_param()
361 for (size_t i = 0; i < LAST_FUNCTION; i++) { in clear_function_table()
527 void* ohos_malloc_hook_init_function(size_t bytes) in ohos_malloc_hook_init_function()
550 for (size_t i = 0; i < LAST_FUNCTION; i++) { in __restore_hook_function_table()
/third_party/nghttp2/src/
H A Dshrpx_worker_process.cc203 assert(static_cast<size_t>(EVP_CIPHER_key_length(ticket_key.cipher)) <= in generate_ticket_key()
245 static_cast<size_t>(std::chrono::duration_cast<std::chrono::hours>( in renew_ticket_key_cb()
272 for (size_t i = 1; i < ticket_keys->keys.size(); ++i) { in renew_ticket_key_cb()
328 size_t expectedlen; in memcached_get_ticket_key_cb()
329 size_t enc_keylen; in memcached_get_ticket_key_cb()
330 size_t hmac_keylen; in memcached_get_ticket_key_cb()
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h296 : v[static_cast<size_t>(i)]; in GetElementOr()
321 std::swap((*v)[static_cast<size_t>(selected)], in ShuffleRange()
322 (*v)[static_cast<size_t>(last_in_range)]); in ShuffleRange()
592 return index < 0 ? nullptr : test_suites_[static_cast<size_t>(i)]; in GetTestSuite()
604 return index < 0 ? nullptr : test_suites_[static_cast<size_t>(index)]; in GetMutableSuiteCase()
1096 const auto len = static_cast<size_t>(message.length());
/third_party/mesa3d/src/intel/tools/
H A Daubinator_error_decode.c113 for (size_t i = 0; i < ARRAY_SIZE(class_names); i++) { in ring_name_to_class()
132 for (size_t i = 0; i < ARRAY_SIZE(legacy_names); i++) { in ring_name_to_class()
289 size_t data_offset;
416 size_t line_size; in read_data_file()
639 size_t total_size = sections[s].dword_count * sizeof(uint32_t) - in read_data_file()
641 size_t size1 = total_size - ring_tail; in read_data_file()
/third_party/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.c103 size_t i, o, s, doff, base = 0, o2 = 6 + 2; in exif_mnote_data_olympus_save()
104 size_t datao = 0; in exif_mnote_data_olympus_save()
106 size_t ts; in exif_mnote_data_olympus_save()
243 size_t i, tcount, o, o2, datao = 6, base = 0; in exif_mnote_data_olympus_load()
435 size_t s; in exif_mnote_data_olympus_load()
474 size_t dataofs = o + 8; in exif_mnote_data_olympus_load()
/third_party/libinput/src/
H A Devdev-totem.c51 size_t nslots;
124 for (size_t i = 0; !enable_touch_device && i < totem->nslots; i++) { in totem_set_touch_device_enabled()
210 if ((size_t)e->value >= totem->nslots) { in totem_process_abs()
498 for (size_t i = 0; i < totem->nslots; i++) { in totem_handle_state()
556 for (size_t i = 0; i < totem->nslots; i++) { in totem_interface_suspend()
666 for (size_t i = 0; i < totem->nslots; i++) { in totem_interface_initial_proximity()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress10.c114 extern void *malloc(size_t);
157 size_t mapsize_mapper;
532 size_t validsize;
578 fprintf(stderr, "size_t overflow when setting up map\n");
581 mapsize_mapper = (size_t) (statbuf.st_size - sparseoffset);
791 size_t mapsize;
827 fprintf(stderr, "size_t overflow when setting up map\n");
830 mapsize = (size_t) (statbuf.st_size - sparseoffset);
/third_party/lwip/src/core/
H A Dmem.c97 mem_overflow_check_raw(void *p, size_t size, const char *descr1, const char *descr2) in mem_overflow_check_raw()
135 mem_overflow_init_raw(void *p, size_t size) in mem_overflow_init_raw()
1002 size_t alloc_size = (size_t)count * (size_t)size; in mem_calloc()
1004 if ((size_t)(mem_size_t)alloc_size != alloc_size) { in mem_calloc()
/third_party/node/deps/v8/src/heap/
H A Dheap-inl.h334 CopyTagged(dst, src, static_cast<size_t>(byte_size / kTaggedSize)); in CopyBlock()
549 size_t number_string_cache_size = max_semi_space_size_ / 512; in MaxNumberToStringCacheSize()
551 std::max(static_cast<size_t>(kInitialNumberStringCacheSize * 2), in MaxNumberToStringCacheSize()
552 std::min(static_cast<size_t>(0x4000), number_string_cache_size)); in MaxNumberToStringCacheSize()
559 size_t amount) { in IncrementExternalBackingStoreBytes()
567 size_t amount) { in DecrementExternalBackingStoreBytes()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h302 : v[static_cast<size_t>(i)]; in GetElementOr()
327 std::swap((*v)[static_cast<size_t>(selected)], in ShuffleRange()
328 (*v)[static_cast<size_t>(last_in_range)]); in ShuffleRange()
594 return index < 0 ? nullptr : test_suites_[static_cast<size_t>(i)]; in GetTestSuite()
606 return index < 0 ? nullptr : test_suites_[static_cast<size_t>(index)]; in GetMutableSuiteCase()
1091 const auto len = static_cast<size_t>(message.length());
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c58 size_t pbits;
59 size_t qbits;
61 size_t seedlen;
89 size_t i; in dsa_gen_type_name2id()
447 size_t seedlen) in dsa_set_gen_seed()
637 static void *dsa_load(const void *reference, size_t reference_sz) in dsa_load()
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c76 unsigned char *buf, size_t len);
89 const unsigned char *in, size_t inl);
265 size_t len) in afalg_fin_cipher_aio()
293 cb->aio_buf = (size_t)buf; in afalg_fin_cipher_aio()
464 size_t inl, const unsigned char *iv, in afalg_start_cipher_sk()
625 const unsigned char *in, size_t inl) in afalg_do_cipher()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dsignature.c631 unsigned char *sig, size_t *siglen, in EVP_PKEY_sign()
632 const unsigned char *tbs, size_t tbslen) in EVP_PKEY_sign()
675 const unsigned char *sig, size_t siglen, in EVP_PKEY_verify()
676 const unsigned char *tbs, size_t tbslen) in EVP_PKEY_verify()
718 unsigned char *rout, size_t *routlen, in EVP_PKEY_verify_recover()
719 const unsigned char *sig, size_t siglen) in EVP_PKEY_verify_recover()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Dencoder_meth.c166 size_t l = (q == NULL ? strlen(names) : (size_t)(q - names)); in get_encoder_from_store()
193 size_t l = 0; in put_encoder_in_store()
204 l = (q == NULL ? strlen(names) : (size_t)(q - names)); in put_encoder_in_store()
665 size_t i; in OSSL_ENCODER_CTX_set_params()
666 size_t l; in OSSL_ENCODER_CTX_set_params()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c381 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
617 int uv_resident_set_memory(size_t* rss) { in uv_resident_set_memory()
629 *rss = (size_t)psinfo.pr_rssize * 1024; in uv_resident_set_memory()
769 size_t i; in uv__set_phys_addr()
893 size_t strnlen(const char* s, size_t maxlen) { in strnlen()
/third_party/openssl/crypto/evp/
H A Dsignature.c631 unsigned char *sig, size_t *siglen, in EVP_PKEY_sign()
632 const unsigned char *tbs, size_t tbslen) in EVP_PKEY_sign()
675 const unsigned char *sig, size_t siglen, in EVP_PKEY_verify()
676 const unsigned char *tbs, size_t tbslen) in EVP_PKEY_verify()
718 unsigned char *rout, size_t *routlen, in EVP_PKEY_verify_recover()
719 const unsigned char *sig, size_t siglen) in EVP_PKEY_verify_recover()
/third_party/openssl/crypto/encode_decode/
H A Dencoder_meth.c166 size_t l = (q == NULL ? strlen(names) : (size_t)(q - names)); in get_encoder_from_store()
193 size_t l = 0; in put_encoder_in_store()
204 l = (q == NULL ? strlen(names) : (size_t)(q - names)); in put_encoder_in_store()
665 size_t i; in OSSL_ENCODER_CTX_set_params()
666 size_t l; in OSSL_ENCODER_CTX_set_params()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsShuffleTests.cpp117 const size_t resultSize = stageCount + (fragment ? 1 : 0); in getPerStageHeadDeclarations()
168 for (size_t i = 0; i < result.size(); ++i) in getFramebufferPerStageHeadDeclarations()
548 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsShuffleTests()
582 for (size_t groupSizeNdx = 0; groupSizeNdx < DE_LENGTH_OF_ARRAY(boolValues); ++groupSizeNdx) in createSubgroupsShuffleTests()
602 for (size_t groupSizeNdx = 0; groupSizeNdx < DE_LENGTH_OF_ARRAY(boolValues); ++groupSizeNdx) in createSubgroupsShuffleTests()
651 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsShuffleTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFImportFile.cpp61 size_t S = B.size(); in append()
74 size_t Pos = B.size(); in writeStringTable()
75 size_t Offset = B.size(); in writeStringTable()
111 size_t Pos = S.find(From); in replace()
466 size_t ImpSize = ImportName.size() + Sym.size() + 2; // +2 for NULs in createShortImport()
467 size_t Size = sizeof(coff_import_header) + ImpSize; in createShortImport()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_type.cpp310 const size_t elem_type_index = 1; in ContainsOpaqueType()
325 for (size_t member_type_index = 1; in ContainsOpaqueType()
340 for (size_t member_type_index = 1; in ValidateTypeStruct()
385 for (size_t word_i = 2; word_i < inst->words().size(); ++word_i) { in ValidateTypeStruct()
482 size_t num_args = 0; in ValidateTypeFunction()
483 for (size_t param_type_index = 2; param_type_index < inst->operands().size(); in ValidateTypeFunction()
/third_party/skia/src/core/
H A DSkBlurMask.cpp227 size_t dstSize = dst->computeImageSize(); in BoxBlur()
432 size_t dstSize = dst->computeImageSize(); in BlurRect()
461 size_t srcSize = (size_t)(src.width() * src.height()); in BlurRect()
549 size_t dstSize = dst->computeImageSize(); in BlurGroundTruth()
638 size_t srcSize = src.computeImageSize(); in BlurGroundTruth()
/third_party/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c58 size_t pbits;
59 size_t qbits;
61 size_t seedlen;
89 size_t i; in dsa_gen_type_name2id()
444 size_t seedlen) in dsa_set_gen_seed()
634 static void *dsa_load(const void *reference, size_t reference_sz) in dsa_load()

Completed in 35 milliseconds

1...<<361362363364365366367368369370>>...776