/third_party/ffmpeg/libavcodec/ |
H A D | libjxlenc.c | 56 size_t buffer_size; 255 size_t available = ctx->buffer_size; in libjxl_encode_frame() 256 size_t bytes_written = 0; in libjxl_encode_frame() 398 size_t new_size = ctx->buffer_size * 2; in libjxl_encode_frame()
|
H A D | mjpegenc_common.c | 141 size_t *max_pkt_size) in ff_mjpeg_add_icc_profile_size() 144 size_t new_pkt_size; in ff_mjpeg_add_icc_profile_size() 203 size_t remaining = sd->size; in jpeg_put_comments() 391 int align= (-(size_t)(buf))&3; in ff_mjpeg_escape_FF()
|
/third_party/elfutils/libelf/ |
H A D | elf32_updatenull.c | 54 size_t shnum, int *change_bop) in ELFW() 129 __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum) in __elfw2() 149 size_t phnum; in __elfw2() 206 for (size_t cnt = first == true; cnt < list->cnt; ++cnt) in __elfw2()
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-net_id.c | 133 size_t l; in dev_pci_onboard() 191 size_t l; in dev_pci_slot() 302 size_t l; in names_usb() 371 size_t bus_id_len; in names_ccw()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getmacros.c | 240 size_t ct = 0; in get_table_for_offset() 250 size_t macop_table_size = offsetof (Dwarf_Macro_Op_Table, table[ct]); in get_table_for_offset() 415 size_t len = __libdw_form_val_len (&fake_cu, proto->forms[i], readp); in read_macros() 416 if (unlikely (len == (size_t) -1)) in read_macros()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_convolution_opencl.c | 105 size_t matrix_bytes; in convolution_opencl_make_filter_params() 181 size_t global_work[2]; in convolution_opencl_filter_frame() 184 size_t origin[3] = {0, 0, 0}; in convolution_opencl_filter_frame() 185 size_t region[3] = {0, 0, 1}; in convolution_opencl_filter_frame()
|
/third_party/glslang/gtests/ |
H A D | GlslMapIO.FromFile.cpp | 118 for (size_t j = 0; j < outIt.second->getType()->getStruct()->size(); j++) { in verifyIOMapping() 138 for (size_t j = 0; j < in.getType()->getStruct()->size(); j++) { in verifyIOMapping() 240 const size_t fileCount = fileNames.size(); in TEST_P() 247 for (size_t i = 0; i < fileCount; ++i) { in TEST_P()
|
/third_party/glslang/StandAlone/ |
H A D | spirv-remap.cpp | 71 const size_t sepLoc = filename.find_last_of(path_sep_char()); in basename() 104 spv.reserve(size_t(fp.tellg()) / sizeof(SpvWord)); in read() 207 for (std::size_t ii=0; ii<inputFiles.size(); ii++) { in execute() 257 for (std::size_t ii=0; ii<outputDirOrFiles.size(); ii++) { in parseCmdLine()
|
/third_party/alsa-lib/src/timer/ |
H A D | timer.c | 443 size_t snd_timer_info_sizeof() in snd_timer_info_sizeof() 562 size_t snd_timer_params_sizeof() in snd_timer_params_sizeof() 789 size_t snd_timer_status_sizeof() in snd_timer_status_sizeof() 944 ssize_t snd_timer_read(snd_timer_t *timer, void *buffer, size_t size) in snd_timer_read()
|
/third_party/curl/docs/examples/ |
H A D | evhiperfifo.c | 311 static size_t write_cb(void *ptr, size_t size, size_t nmemb, void *data) in write_cb() 313 size_t realsize = size * nmemb; in write_cb()
|
H A D | ghiper.c | 275 static size_t write_cb(void *ptr, size_t size, size_t nmemb, void *data) in write_cb() 277 size_t realsize = size * nmemb; in write_cb()
|
/third_party/curl/lib/ |
H A D | hsts.c | 120 size_t hlen; in hsts_create() 260 size_t hlen = strlen(hostname); in Curl_hsts() 283 size_t ntail = strlen(sts->host); in Curl_hsts() 285 size_t offs = hlen - ntail; in Curl_hsts()
|
/third_party/alsa-lib/src/seq/ |
H A D | seq_hw.c | 140 size_t size; in snd_seq_hw_get_ump_info() 162 size_t size; in snd_seq_hw_set_ump_info() 381 static ssize_t snd_seq_hw_write(snd_seq_t *seq, void *buf, size_t len) in snd_seq_hw_write() 390 static ssize_t snd_seq_hw_read(snd_seq_t *seq, void *buf, size_t len) in snd_seq_hw_read()
|
H A D | seq_midi_event.c | 41 size_t read; /* chars read */ 45 size_t bufsize; 152 int snd_midi_event_new(size_t bufsize, snd_midi_event_t **rdev) in snd_midi_event_new() 282 int snd_midi_event_resize_buffer(snd_midi_event_t *dev, size_t bufsize) in snd_midi_event_resize_buffer()
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | PortableFontInstance.cpp | 102 size_t numRead = fread(&tempDir, sizeof tempDir, 1, fFile); in PortableFontInstance() 248 size_t numRead = fread(table, sizeof(char), *length, fFile); in readTable() 255 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable() 260 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable()
|
/third_party/icu/icu4c/source/common/ |
H A D | propsvec.cpp | 223 uprv_memcpy(newVectors, pv->v, (size_t)rows*columns*4); in upvec_setValue() 245 uprv_memmove(firstRow+columns, firstRow, (size_t)count*4); in upvec_setValue() 256 uprv_memcpy(lastRow+columns, lastRow, (size_t)columns*4); in upvec_setValue() 420 uprv_memmove(pv->v+count, row+2, (size_t)valueColumns*4); in upvec_compact()
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | gdtoaimp.h | 211 extern Char *MALLOC ANSI((size_t)); 498 typedef unsigned int size_t; typedef 500 extern void memcpy_D2A ANSI((void*, const void*, size_t)); 614 extern char *g__fmt ANSI((char*, char*, char*, int, ULong, size_t));
|
/third_party/FreeBSD/stand/usb/ |
H A D | usb_busdma_loader.c | 168 copyin(const void *uaddr, void *kaddr, size_t len) in copyin() 170 size_t ret = LOS_ArchCopyFromUser(kaddr, uaddr, len); in copyin() 175 copyout(const void *kaddr, void *uaddr, size_t len) in copyout() 177 size_t ret = LOS_ArchCopyToUser(uaddr, kaddr, len); in copyout()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | tzdst.c | 53 STATIC VOID BufferInsert(CHAR *buf, size_t bufLen, size_t positions, CHAR data) in BufferInsert() 79 STATIC BOOL TimezoneFormat(CHAR *standardString, size_t bufLen) in TimezoneFormat() 141 size_t buffLen; in settimezone()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | formatted_string_builder.cpp | 18 inline void uprv_memcpy2(void* dest, const void* src, size_t len) { in uprv_memcpy2() 26 inline void uprv_memmove2(void* dest, const void* src, size_t len) { in uprv_memmove2() 309 auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * static_cast<size_t>(newCapacity))); in prepareForInsertHelper() 310 auto newFields = static_cast<Field *>(uprv_malloc(sizeof(Field) * static_cast<size_t>(newCapacity))); in prepareForInsertHelper()
|
/third_party/libunwind/libunwind/include/ |
H A D | dwarf.h | 50 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *); 377 size_t debug_frame_size; 380 size_t index_size; 408 extern int dwarf_callback (struct dl_phdr_info *info, size_t size, void *ptr);
|
/third_party/libuv/test/ |
H A D | benchmark-multi-accept.c | 90 size_t suggested_size, 97 size_t suggested_size, 164 size_t suggested_size, in ipc_alloc_cb() 314 size_t suggested_size, in sv_alloc_cb()
|
/third_party/mbedtls/library/ |
H A D | aesni.c | 199 for (size_t i = 0; i < 16; i++) { in mbedtls_aesni_gcm_mult() 216 for (size_t i = 0; i < 16; i++) { in mbedtls_aesni_gcm_mult() 507 size_t i; in mbedtls_aesni_gcm_mult() 819 size_t bits) in mbedtls_aesni_setkey_enc()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-literal-storage.c | 428 byte_p += ((size_t) compiled_code_p->size) << JMEM_ALIGNMENT_LOG; in ecma_save_literals_add_compiled_code() 450 size_t buffer_size, /**< size of the buffer */ in ecma_save_literals_for_snapshot() 451 size_t *in_out_buffer_offset_p, /**< [in,out] write position in the buffer */ in ecma_save_literals_for_snapshot() 464 size_t max_lit_table_size = buffer_size - *in_out_buffer_offset_p; in ecma_save_literals_for_snapshot()
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-sha1.c | 266 size_t source_length) /**< length of source buffer */ in jerryx_sha1_update() 268 size_t fill; in jerryx_sha1_update() 356 size_t source1_length, /**< length of the first part */ in jerryx_debugger_compute_sha1() 358 size_t source2_length, /**< length of the second part */ in jerryx_debugger_compute_sha1()
|