Home
last modified time | relevance | path

Searched defs:new_len (Results 1 – 25 of 41) 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/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_two_side.c204 const uint new_len = tgsi_num_tokens(tokens_in) + num_new_tokens; in tgsi_add_two_side() local
Dtgsi_aa_point.c278 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.c510 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/mesa3d/src/intel/vulkan/
Danv_queue.c555 uint32_t new_len = MAX2(submit->fence_bo_array_length * 2, 64); in anv_queue_submit_add_fence_bo() local
585 uint32_t new_len = MAX2(submit->wait_timeline_array_length * 2, 64); in anv_queue_submit_add_syncobj() local
615 uint32_t new_len = MAX2(submit->fence_array_length * 2, 64); in anv_queue_submit_add_syncobj() local
653 uint32_t new_len = MAX2(submit->wait_timeline_array_length * 2, 64); in anv_queue_submit_add_timeline_wait() local
692 uint32_t new_len = MAX2(submit->signal_timeline_array_length * 2, 64); in anv_queue_submit_add_timeline_signal() local
852 uint32_t new_len = MAX2(submit->temporary_semaphore_array_length * 2, 8); in add_temporary_semaphore() local
1227 uint32_t new_len = MAX2(submit->cmd_buffer_array_length * 2, 4); in anv_queue_submit_add_cmd_buffer() 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/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/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/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/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/mesa3d/src/freedreno/vulkan/
Dtu_drm.c261 uint32_t new_len = idx + 64; in tu_bo_init() local
274 uint32_t new_len = bo->gem_handle + 256; in tu_bo_init() local
792 uint32_t new_len = MAX2(submit->wait_timeline_array_length * 2, 64); in tu_queue_submit_add_timeline_wait_locked() local
830 uint32_t new_len = MAX2(submit->signal_timeline_array_length * 2, 32); in tu_queue_submit_add_timeline_signal_locked() 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/ffmpeg/libavformat/
Doggparsevorbis.c373 unsigned new_len; in vorbis_header() local
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc1050 const size_t new_len = text_size + output->size(); in ParseStringAppend() 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/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/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/lwip/src/core/
Dpbuf.c402 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc()

12