Home
last modified time | relevance | path

Searched defs:new_len (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/src/mman/
H A Dmremap.c12 void *__mremap(void *old_addr, size_t old_len, size_t new_len, int flags, ...) in __mremap() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_vpos.c89 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens; in tgsi_write_vpos() local
H A Dtgsi_two_side.c204 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens; in tgsi_add_two_side() local
H A Dtgsi_dynamic_indexing.c334 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens; in tgsi_remove_dynamic_indexing() local
H A Dtgsi_aa_point.c287 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens; in tgsi_add_aa_point() local
H A Dtgsi_transform.c51 uint32_t new_len = ctx->max_tokens_out * 2; in need_re_emit() local
H A Dtgsi_point_sprite.c530 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens; in tgsi_add_point_sprite() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-arraybuffer-prototype.c137 ecma_length_t new_len = (end >= start) ? (end - start) : 0; in ecma_builtin_arraybuffer_prototype_object_slice() local
H A 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/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array.cc94 int64_t new_len = array->GetLengthOrOutOfBounds(out_of_bounds); in BUILTIN() local
H A Dbuiltins-arraybuffer.cc216 double const new_len = std::max(final_ - first, 0.0); in SliceHelper() local
/third_party/ffmpeg/libavformat/
H A Doggparsevorbis.c371 unsigned new_len; in vorbis_header() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfstruncate.c81 s64 new_len; variable
/third_party/node/deps/v8/src/utils/
H A Dutils.cc97 size_t new_len = offset + len + 1; in ReadLine() local
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.cc255 size_t new_len = sub_array_end_ - page_begin_offset_; in restrictPageToSubArray() local
/third_party/libbpf/src/
H A Dringbuf.c514 __u32 new_len; in user_ringbuf_commit() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-arabic.cc471 unsigned int new_len = count + extra_glyphs_needed; // write head during CUT in apply_stch() local
H A Dhb-ot-color-cbdt-table.hh68 unsigned int new_len = cbdt_prime->length + length; in _copy_data_to_cbdt() local
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc1050 const size_t new_len = text_size + output->size(); in ParseStringAppend() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_file.c152 int old_len, new_len, err; in snd_pcm_file_replace_fname() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_drm.c216 uint32_t new_len = idx + 64; in tu_bo_init() local
/third_party/lwip/src/core/
H A Dpbuf.c402 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() argument
/third_party/python/Parser/
H A Daction_helpers.c829 int new_len = _seq_number_of_starred_exprs(kwargs); in _PyPegen_seq_extract_starred_exprs() local
853 Py_ssize_t new_len = len - _seq_number_of_starred_exprs(kwargs); in _PyPegen_seq_delete_starred_exprs() local
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c552 uint32_t new_len = 0; /* for BROTLI_REPEAT_ZERO_CODE_LENGTH */ in ProcessRepeatedCodeLength() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_batch_chain.c1281 uint32_t new_len = exec->objects ? exec->array_length * 2 : 64; in anv_execbuf_add_bo() local
1591 uint32_t new_len = MAX2(exec->syncobj_array_length * 2, 16); in anv_execbuf_add_syncobj() local

Completed in 33 milliseconds

12