/third_party/ffmpeg/libavcodec/ |
H A D | vc1_common.h | 72 int dsize = 0, i; in vc1_unescape_buffer() local 75 for (dsize = 0; dsize < size; dsize++) in vc1_unescape_buffer() 81 dst[dsize++] = src[1]; in vc1_unescape_buffer() 85 dst[dsize++] = *src; in vc1_unescape_buffer() 87 return dsize; in vc1_unescape_buffer()
|
H A D | dxa.c | 45 int dsize; member 216 unsigned long dsize; in decode_frame() local 248 dsize = c->dsize; in decode_frame() 251 if (uncompress(c->decomp_buf, &dsize, avpkt->data + bytestream2_tell(&gb), in decode_frame() 256 memset(c->decomp_buf + dsize, 0, DECOMP_BUF_PADDING); in decode_frame() 260 av_log(avctx, AV_LOG_DEBUG, "compr:%2d, dsize:%d\n", compr, (int)dsize); in decode_frame() 312 decode_13(avctx, c, frame->data[0], frame->linesize[0], srcptr, dsize, c->prev->data[0]); in decode_frame() 344 c->dsize in decode_init() [all...] |
H A D | bmp.c | 45 int dsize; in bmp_decode_frame() local 216 dsize = buf_size - hsize; in bmp_decode_frame() 221 if (n * avctx->height > dsize && comp != BMP_RLE4 && comp != BMP_RLE8) { in bmp_decode_frame() 223 if (n * avctx->height > dsize) { in bmp_decode_frame() 225 dsize, n * avctx->height); in bmp_decode_frame() 282 bytestream2_init(&gb, buf, dsize); in bmp_decode_frame()
|
/third_party/lwip/src/netif/ppp/ |
H A D | multilink.c | 212 key.dsize = p - bundle_id; in mp_join_bundle() 217 if (rec.dptr != NULL && rec.dsize > 0) { in mp_join_bundle() 219 rec.dptr[rec.dsize-1] = 0; in mp_join_bundle() 294 key.dsize = strlen(blinks_id); in mp_bundle_terminated() 312 key.dsize = strlen(blinks_id); in make_bundle_links() 317 if (rec.dptr != NULL && rec.dsize > 0) { in make_bundle_links() 318 rec.dptr[rec.dsize-1] = 0; in make_bundle_links() 324 l = rec.dsize + strlen(entry); in make_bundle_links() 336 rec.dsize = strlen(p) + 1; in make_bundle_links() 352 key.dsize in remove_bundle_link() [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | cpu-arm64.cc | 62 uintptr_t dsize = sizes.dcache_line_size(); in FlushICache() 65 DCHECK_EQ(CountSetBits(dsize, 64), 1); in FlushICache() 67 uintptr_t dstart = start & ~(dsize - 1); in FlushICache() 84 "add %[dline], %[dline], %[dsize] \n\t" in FlushICache() 114 : [dsize] "r"(dsize), [isize] "r"(isize), [end] "r"(end) in FlushICache()
|
/third_party/libexif/libexif/apple/ |
H A D | exif-mnote-data-apple.c | 60 unsigned int dsize; in exif_mnote_data_apple_load() local 130 dsize = exif_format_get_size(d->entries[i].format) * d->entries[i].components; in exif_mnote_data_apple_load() 131 if ((dsize > 65536) || (dsize > buf_size)) { in exif_mnote_data_apple_load() 137 if (dsize > 4) { in exif_mnote_data_apple_load() 148 d->entries[i].data = exif_mem_alloc(md->mem, dsize); in exif_mnote_data_apple_load() 150 EXIF_LOG_NO_MEMORY(md->log, "ExifMnoteApple", dsize); in exif_mnote_data_apple_load() 153 if (dofs + dsize > buf_size) { in exif_mnote_data_apple_load() 155 "ExifMnoteApplet", "Tag size overflow detected (%u vs size %u)", dofs + dsize, buf_size); in exif_mnote_data_apple_load() 158 memcpy(d->entries[i].data, buf + dofs, dsize); in exif_mnote_data_apple_load() [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vc1dsp_init_aarch64.c | 63 int dsize = 0; in vc1_unescape_buffer_neon() local 74 ++dsize; in vc1_unescape_buffer_neon() 83 dsize += skip; in vc1_unescape_buffer_neon() 91 ++dsize; in vc1_unescape_buffer_neon() 101 dsize += 2; in vc1_unescape_buffer_neon() 108 ++dsize; in vc1_unescape_buffer_neon() 110 return dsize; in vc1_unescape_buffer_neon()
|
/third_party/libfuse/test/ |
H A D | test_write_cache.c | 205 size_t dsize = options.data_size; in test_fs() local 209 buf = malloc(dsize); in test_fs() 212 assert(read(fd, buf, dsize) == dsize); in test_fs() 231 assert(write(fd, buf, dsize) == dsize); in test_fs() 232 assert(write(fd, buf, dsize) == dsize); in test_fs()
|
/third_party/python/Modules/ |
H A D | _dbmmodule.c | 144 krec.dsize = tmp_size; in dbm_subscript() 156 return PyBytes_FromStringAndSize(drec.dptr, drec.dsize); in dbm_subscript() 172 krec.dsize = tmp_size; in dbm_ass_sub() 197 drec.dsize = tmp_size; in dbm_ass_sub() 255 item = PyBytes_FromStringAndSize(key.dptr, key.dsize); in _dbm_dbm_keys_impl() 286 key.dsize = size; in dbm_contains() 298 key.dsize = PyBytes_GET_SIZE(arg); in dbm_contains() 323 dbm_key.dsize = key_length; in _dbm_dbm_get_impl() 327 return PyBytes_FromStringAndSize(val.dptr, val.dsize); in _dbm_dbm_get_impl() 356 dbm_key.dsize in _dbm_dbm_setdefault_impl() [all...] |
H A D | _gdbmmodule.c | 147 okey.dsize=0; in gdbm_length() 154 if (okey.dsize) { in gdbm_length() 182 d->dsize = size; in parse_datum() 206 v = PyBytes_FromStringAndSize(drec.dptr, drec.dsize); in gdbm_subscript() 356 item = PyBytes_FromStringAndSize(key.dptr, key.dsize); in _gdbm_gdbm_keys_impl() 391 key.dsize = size; in gdbm_contains() 403 key.dsize = PyBytes_GET_SIZE(arg); in gdbm_contains() 432 v = PyBytes_FromStringAndSize(key.dptr, key.dsize); in _gdbm_gdbm_firstkey_impl() 470 dbm_key.dsize = key_length; in _gdbm_gdbm_nextkey_impl() 474 v = PyBytes_FromStringAndSize(nextkey.dptr, nextkey.dsize); in _gdbm_gdbm_nextkey_impl() [all...] |
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | armv7m_cachel1.h | 354 \param[in] dsize size of memory block (in number of bytes) 356 __STATIC_FORCEINLINE void SCB_InvalidateDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_InvalidateDCache_by_Addr() argument 359 if ( dsize > 0 ) { in SCB_InvalidateDCache_by_Addr() 360 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_InvalidateDCache_by_Addr() 384 \param[in] dsize size of memory block (in number of bytes) 386 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_CleanDCache_by_Addr() argument 389 if ( dsize > 0 ) { in SCB_CleanDCache_by_Addr() 390 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_CleanDCache_by_Addr() 414 \param[in] dsize size of memory block (in number of bytes) 416 __STATIC_FORCEINLINE void SCB_CleanInvalidateDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_CleanInvalidateDCache_by_Addr() argument [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | sshkdf.c | 235 unsigned int dsize = 0; in SSHKDF() local 258 if (!EVP_DigestFinal_ex(md, digest, &dsize)) in SSHKDF() 261 if (okey_len < dsize) { in SSHKDF() 267 memcpy(okey, digest, dsize); in SSHKDF() 269 for (cursize = dsize; cursize < okey_len; cursize += dsize) { in SSHKDF() 283 if (!EVP_DigestFinal_ex(md, digest, &dsize)) in SSHKDF() 286 if (okey_len < cursize + dsize) { in SSHKDF() 292 memcpy(okey + cursize, digest, dsize); in SSHKDF()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | sshkdf.c | 235 unsigned int dsize = 0; in SSHKDF() local 258 if (!EVP_DigestFinal_ex(md, digest, &dsize)) in SSHKDF() 261 if (okey_len < dsize) { in SSHKDF() 267 memcpy(okey, digest, dsize); in SSHKDF() 269 for (cursize = dsize; cursize < okey_len; cursize += dsize) { in SSHKDF() 283 if (!EVP_DigestFinal_ex(md, digest, &dsize)) in SSHKDF() 286 if (okey_len < cursize + dsize) { in SSHKDF() 292 memcpy(okey + cursize, digest, dsize); in SSHKDF()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vc1dsp_init_neon.c | 96 int dsize = 0; in vc1_unescape_buffer_neon() local 107 ++dsize; in vc1_unescape_buffer_neon() 116 dsize += skip; in vc1_unescape_buffer_neon() 124 ++dsize; in vc1_unescape_buffer_neon() 134 dsize += 2; in vc1_unescape_buffer_neon() 141 ++dsize; in vc1_unescape_buffer_neon() 143 return dsize; in vc1_unescape_buffer_neon()
|
/third_party/lame/mpglib/ |
H A D | interface.c | 73 mp->dsize = 0; in InitMP3() 556 mp->dsize = (bits + 7) / 8; in decodeMP3_clipchoice() 561 if (mp->dsize > framesize) { in decodeMP3_clipchoice() 564 mp->dsize - framesize); in decodeMP3_clipchoice() 565 mp->dsize = framesize; in decodeMP3_clipchoice() 570 "hip: %d bits needed to parse layer III frame, number of bytes to read before decoding dsize = %d\n", in decodeMP3_clipchoice() 571 bits, mp->dsize); in decodeMP3_clipchoice() 575 /* mp->dsize= mp->framesize - mp->ssize; */ in decodeMP3_clipchoice() 586 mp->dsize = mp->fr.framesize; in decodeMP3_clipchoice() 596 if (mp->dsize > m in decodeMP3_clipchoice() [all...] |
/third_party/skia/samplecode/ |
H A D | SampleManyRects.cpp | 29 SkISize dsize = canvas->getBaseLayerSize(); variable 35 int x = fRandom.nextRangeU(0, dsize.fWidth); 36 int y = fRandom.nextRangeU(0, dsize.fHeight);
|
/third_party/ltp/testcases/network/lib6/ |
H A D | in6_02.c | 135 int dsize = -1; in getdatasize() local 143 dsize = strtol(line + 7, &p, 0); in getdatasize() 147 dsize *= 1024; in getdatasize() 152 return dsize; in getdatasize() 225 "if_freenameindex leaking memory (%d iterations) dsize before %d dsize after %d", in if_nameindex_test()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | runlist.c | 204 * @dsize: number of elements in @dst (including end marker) 221 static runlist_element *ntfs_rl_append(runlist_element *dst, int dsize, in ntfs_rl_append() argument 235 if ((loc + 1) < dsize) in ntfs_rl_append() 239 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - right); in ntfs_rl_append() 255 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - loc - 1 - right); in ntfs_rl_append() 271 * @dsize: number of elements in @dst (including end marker) 288 static runlist_element *ntfs_rl_insert(runlist_element *dst, int dsize, in ntfs_rl_insert() argument 322 dst = ntfs_rl_realloc(dst, dsize, dsize in ntfs_rl_insert() 384 ntfs_rl_replace(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) ntfs_rl_replace() argument 472 ntfs_rl_split(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) ntfs_rl_split() argument [all...] |
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 123 dsize: size_t, in EVP_DigestSignUpdate() 125 EVP_DigestUpdate(ctx, data, dsize) in EVP_DigestSignUpdate() 132 dsize: size_t, in EVP_DigestVerifyUpdate() 134 EVP_DigestUpdate(ctx, data, dsize) in EVP_DigestVerifyUpdate()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | eval.c | 217 GLint i, j, k, size, dsize, hsize; in _mesa_copy_map_points2f() local 229 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder; in _mesa_copy_map_points2f() 232 if(hsize>dsize) in _mesa_copy_map_points2f() 235 buffer = malloc((uorder*vorder*size+dsize)*sizeof(GLfloat)); in _mesa_copy_map_points2f() 260 GLint i, j, k, size, hsize, dsize; in _mesa_copy_map_points2d() local 272 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder; in _mesa_copy_map_points2d() 275 if(hsize>dsize) in _mesa_copy_map_points2d() 278 buffer = malloc((uorder*vorder*size+dsize)*sizeof(GLfloat)); in _mesa_copy_map_points2d()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | m_sigver.c | 407 int EVP_DigestSignUpdate(EVP_MD_CTX *ctx, const void *data, size_t dsize) in EVP_DigestSignUpdate() argument 423 data, dsize); in EVP_DigestSignUpdate() 434 return EVP_DigestUpdate(ctx, data, dsize); in EVP_DigestSignUpdate() 437 int EVP_DigestVerifyUpdate(EVP_MD_CTX *ctx, const void *data, size_t dsize) in EVP_DigestVerifyUpdate() argument 453 data, dsize); in EVP_DigestVerifyUpdate() 464 return EVP_DigestUpdate(ctx, data, dsize); in EVP_DigestVerifyUpdate()
|
/third_party/openssl/crypto/evp/ |
H A D | m_sigver.c | 407 int EVP_DigestSignUpdate(EVP_MD_CTX *ctx, const void *data, size_t dsize) in EVP_DigestSignUpdate() argument 423 data, dsize); in EVP_DigestSignUpdate() 434 return EVP_DigestUpdate(ctx, data, dsize); in EVP_DigestSignUpdate() 437 int EVP_DigestVerifyUpdate(EVP_MD_CTX *ctx, const void *data, size_t dsize) in EVP_DigestVerifyUpdate() argument 453 data, dsize); in EVP_DigestVerifyUpdate() 464 return EVP_DigestUpdate(ctx, data, dsize); in EVP_DigestVerifyUpdate()
|
/third_party/gn/src/base/win/ |
H A D | registry.h | 107 DWORD* dsize, 121 DWORD dsize,
|
H A D | registry.cc | 308 DWORD* dsize, in ReadValue() 311 reinterpret_cast<LPBYTE>(data), dsize); in ReadValue() 360 DWORD dsize, in WriteValue() 362 DCHECK(data || !dsize); in WriteValue() 366 reinterpret_cast<LPBYTE>(const_cast<void*>(data)), dsize); in WriteValue() 306 ReadValue(const char16_t* name, void* data, DWORD* dsize, DWORD* dtype) const ReadValue() argument 358 WriteValue(const char16_t* name, const void* data, DWORD dsize, DWORD dtype) WriteValue() argument
|
/third_party/littlefs/scripts/ |
H A D | readmdir.py | 92 def dsize(self): member in Tag 206 tag.data = block[off+4:off+tag.dsize] 210 crc = binascii.crc32(block[off:off+tag.dsize], crc) 212 off += tag.dsize
|