Home
last modified time | relevance | path

Searched refs:size_t (Results 9526 - 9550 of 19934) sorted by relevance

1...<<381382383384385386387388389390>>...798

/third_party/lame/Dll/
H A DBladeMP3EncDLL.c754 size_t nbytes = fread(mp3_frame_header, 1, sizeof(mp3_frame_header), fpStream); in maybeSyncWord()
768 skipId3v2(FILE * fpStream, size_t lametag_frame_size) in skipId3v2()
770 size_t nbytes; in skipId3v2()
771 size_t id3v2TagSize = 0; in skipId3v2()
818 size_t n = lame_get_lametag_frame( gfp, 0, 0 ); /* ask for bufer size */ in updateLameTagFrame()
823 size_t m = 1; in updateLameTagFrame()
/third_party/lame/libmp3lame/
H A DVbrTag.c533 size_t i, n; in InitVbrTag()
590 PutLameVBR(lame_global_flags const *gfp, size_t nMusicLength, uint8_t * pbtStreamBuffer, uint16_t crc) in PutLameVBR()
841 size_t nbytes; in skipId3v2()
873 size_t
874 lame_get_lametag_frame(lame_global_flags const *gfp, unsigned char *buffer, size_t size) in lame_get_lametag_frame()
1008 size_t nbytes; in PutVbrTag()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_private.h53 size_t spirv_offset, const char *message);
56 size_t spirv_offset, const char *fmt, ...) PRINTFLIKE(4, 5);
670 size_t spirv_word_count;
680 size_t spirv_offset;
732 size_t interface_ids_count;
1000 struct vtn_builder* vtn_create_builder(const uint32_t *words, size_t word_count,
/third_party/ltp/include/
H A Dtst_timer.h275 size_t msg_len, unsigned int msg_prio, void *abs_timeout) in libc_mq_timedsend()
281 size_t msg_len, unsigned int msg_prio, void *abs_timeout) in sys_mq_timedsend()
288 size_t msg_len, unsigned int msg_prio, void *abs_timeout) in sys_mq_timedsend64()
295 size_t msg_len, unsigned int *msg_prio, void *abs_timeout) in libc_mq_timedreceive()
301 size_t msg_len, unsigned int *msg_prio, void *abs_timeout) in sys_mq_timedreceive()
308 size_t msg_len, unsigned int *msg_prio, void *abs_timeout) in sys_mq_timedreceive64()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.h559 size_t EstimateStoredSize(const WasmModule* module);
628 size_t length() const { return module_bytes_.length(); } in length()
692 TruncatedUserString(const byte* start, size_t len) in TruncatedUserString()
695 TruncatedUserString(const char* start, size_t len) in TruncatedUserString()
697 if (len > static_cast<size_t>(kMaxLen)) { in TruncatedUserString()
718 size_t PrintSignature(base::Vector<char> buffer, const wasm::FunctionSig*,
/third_party/node/deps/v8/third_party/ittapi/include/legacy/
H A Dittnotify.h716 void LIBITTAPI __itt_memory_read(void *addr, size_t size);
721 ITT_STUBV(LIBITTAPI, void, memory_read, (void *addr, size_t size))
737 void LIBITTAPI __itt_memory_write(void *addr, size_t size);
742 ITT_STUBV(LIBITTAPI, void, memory_write, (void *addr, size_t size))
758 void LIBITTAPI __itt_memory_update(void *address, size_t size);
763 ITT_STUBV(LIBITTAPI, void, memory_update, (void *addr, size_t size))
/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()

Completed in 37 milliseconds

1...<<381382383384385386387388389390>>...798