Home
last modified time | relevance | path

Searched defs:new_len (Results 1 – 25 of 39) sorted by relevance

12

/third_party/musl/src/mman/
Dmremap.c12 void *__mremap(void *old_addr, size_t old_len, size_t new_len, int flags, ...) in __mremap()
/third_party/boringssl/src/crypto/buf/
Dbuf_test.cc66 size_t new_len = buf->max + 1; in TEST() local
Dbuf.c135 size_t new_len = buf->length + len; in BUF_MEM_append() local
/third_party/uboot/u-boot-2020.01/post/drivers/
Dflash.c35 static void *seed_src_data(void *ptr, ulong *old_len, ulong new_len) in seed_src_data()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-arraybuffer-prototype.c137 ecma_length_t new_len = (end >= start) ? (end - start) : 0; in ecma_builtin_arraybuffer_prototype_object_slice() local
Decma-builtin-array-prototype.c1400 const uint32_t new_len = len - delete_count + item_count; in ecma_builtin_array_prototype_object_splice() local
1622 ecma_number_t new_len = ((ecma_number_t) len) + ((ecma_number_t) args_number); in ecma_builtin_array_prototype_object_unshift() local
/third_party/flutter/skia/third_party/externals/wuffs/fuzz/c/fuzzlib/
Dfuzzlib.c208 size_t new_len = old_len + strlen(filename); in visit() local
/third_party/uboot/u-boot-2020.01/lib/libavb/
Davb_sha256.c310 size_t new_len, rem_len, tmp_len; in avb_sha256_update() local
Davb_sha512.c296 size_t new_len, rem_len, tmp_len; in avb_sha512_update() local
/third_party/boost/tools/build/src/engine/
Dhcache.cpp149 unsigned long new_len = buf_len * 2; in read_netstring() local
Dexecunix.cpp410 int const new_len = old_len + ret + 1; in read_descriptor() local
/third_party/flutter/skia/third_party/externals/piex/src/binary_parse/
Drange_checked_byte_ptr.cc255 size_t new_len = sub_array_end_ - page_begin_offset_; in restrictPageToSubArray() local
/third_party/ntfs-3g/ntfsprogs/
Dntfstruncate.c81 s64 new_len; variable
/third_party/skia/third_party/externals/piex/src/binary_parse/
Drange_checked_byte_ptr.cc255 size_t new_len = sub_array_end_ - page_begin_offset_; in restrictPageToSubArray() local
/third_party/boost/libs/test/doc/snippet/
Dconst_string.hpp72 …void resize( size_t new_len ) { if( m_begin + new_len < m_end ) m_end = m_begin + new_len;… in resize()
/third_party/ffmpeg/libavformat/
Doggparsevorbis.c373 unsigned new_len; in vorbis_header() local
/third_party/boost/libs/test/example/
Dconst_string.hpp70 …void resize( size_t new_len ) { if( m_begin + new_len < m_end ) m_end = … in resize()
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc1050 const size_t new_len = text_size + output->size(); in ParseStringAppend() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc471 unsigned int new_len = count + extra_glyphs_needed; // write head during CUT in apply_stch() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc470 unsigned int new_len = count + extra_glyphs_needed; // write head during CUT in apply_stch() local
/third_party/boost/boost/test/utils/basic_cstring/
Dbasic_cstring.hpp322 basic_cstring<CharT>::resize( size_type new_len ) in resize()
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc471 unsigned int new_len = count + extra_glyphs_needed; // write head during CUT in apply_stch() local
/third_party/boringssl/src/crypto/err/
Derr.c667 size_t alloced, new_len, len = 0, substr_len; in err_add_error_vdata() local
/third_party/lwip/src/core/
Dpbuf.c402 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc()
/third_party/gettext/gettext-tools/src/
Dmsginit.c1770 size_t new_len = strlen (str) - substlen[j] + replacement_len; in subst_string() local

12