Home
last modified time | relevance | path

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

12

/third_party/rust/crates/clap/src/output/
Dusage.rs252 let new_len = index + 1; in get_args() localVariable
274 let new_len = index + 1; in get_args() localVariable
417 let new_len = index + 1; in get_required_usage_from() localVariable
/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/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_vpos.c89 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens; in tgsi_write_vpos() local
Dtgsi_transform.c51 uint32_t new_len = ctx->max_tokens_out * 2; in need_re_emit() local
Dtgsi_two_side.c204 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens; in tgsi_add_two_side() local
Dtgsi_aa_point.c287 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens; in tgsi_add_aa_point() local
Dtgsi_dynamic_indexing.c334 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens; in tgsi_remove_dynamic_indexing() local
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/
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/rust/crates/bindgen/bindgen/ir/analysis/
Dtemplate_params.rs567 let new_len = used_by_this_id.len(); in constrain() localVariable
/third_party/ntfs-3g/ntfsprogs/
Dntfstruncate.c81 s64 new_len; variable
/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/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/ffmpeg/libavformat/
Doggparsevorbis.c373 unsigned new_len; in vorbis_header() local
/third_party/rust/crates/minimal-lexical/src/
Dstackvec.rs132 let new_len = index + slc.len(); in extend_unchecked() localVariable
/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/libbpf/src/
Dringbuf.c455 __u32 new_len; in user_ringbuf_commit() 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/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/rust/crates/bindgen/bindgen/ir/
Dfunction.rs353 let new_len = mangling.len() - 4; in cursor_mangling() localVariable
/third_party/mesa3d/src/intel/vulkan/
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
/third_party/lwip/src/core/
Dpbuf.c402 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc()

12