Home
last modified time | relevance | path

Searched defs:new_length (Results 1 – 25 of 28) sorted by relevance

12

/external/syslinux/gpxe/src/core/
Dbitmap.c37 int bitmap_resize ( struct bitmap *bitmap, unsigned int new_length ) { in bitmap_resize()
/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dpacket_manipulator.cc45 int new_length = 0; in ManipulatePackets() local
/external/mesa3d/src/glsl/
Dlink_uniforms.cpp88 size_t new_length = name_length; in recursion() local
97 size_t new_length = name_length; in recursion() local
Dralloc.c461 size_t new_length; in ralloc_vasprintf_rewrite_tail() local
/external/v8/src/
Dcode-stubs-hydrogen.cc357 HValue* new_length = AddUncasted<HAdd>(length, argc); in BuildPushElement() local
491 HValue* new_length = BuildPushElement(object, argc, argument_elements, in BuildCodeStub() local
502 HValue* new_length = BuildPushElement(object, argc, argument_elements, in BuildCodeStub() local
513 HValue* new_length = BuildPushElement(object, argc, argument_elements, in BuildCodeStub() local
Dbit-vector.h241 int new_length = bits_ == NULL ? kInitialLength : bits_->length(); in EnsureCapacity() local
Dstring-builder.h145 int new_length = length; in EnsureCapacity() local
Delements.cc2022 uint32_t new_length = length - delete_count + add_count; in SpliceImpl() local
2274 uint32_t new_length) { in SpliceShrinkStep()
2287 uint32_t new_length) { in SpliceGrowStep()
2324 int new_length = length - 1; in RemoveElement() local
2348 uint32_t new_length = length + add_size; in AddArguments() local
Dobjects.cc9951 int new_length = LinearNewSize(length); in PutLinearElement() local
10113 void FixedArray::Shrink(int new_length) { in Shrink()
10185 int new_length = length == 0 ? 1 : length + (length >> 1) + 4; in Add() local
10200 int new_length = kFirstIndex; in Compact() local
10359 const int new_length = LengthFor(frame_count + 1); in AppendJSFrame() local
10377 const int new_length = LengthFor(frame_count + 1); in AppendWasmFrame() local
12008 Handle<String> SeqString::Truncate(Handle<SeqString> string, int new_length) { in Truncate()
15139 void JSArray::SetLength(Handle<JSArray> array, uint32_t new_length) { in SetLength()
15840 uint32_t new_length = old_length; in AddDataElement() local
15852 bool JSArray::SetLengthWouldNormalize(uint32_t new_length) { in SetLengthWouldNormalize()
Disolate.cc3412 int new_length = 0; in Throw() local
Ddeoptimizer.cc2607 int new_length = length > 10 ? length : 10; in EnsureStackEntries() local
Dcode-stub-assembler.cc3341 Node* new_length = SmiAdd(left_length, right_length); in StringAdd() local
7080 Node* new_length = IntPtrAdd(key, IntPtrOrSmiConstant(1, mode)); in CheckForCapacityGrow() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c187 unsigned new_length, i; in lp_build_concat() local
659 unsigned new_length = src_type.length / size_ratio; in lp_build_resize() local
/external/webrtc/webrtc/modules/video_coding/
Dsession_info.cc337 size_t new_length = 0; in BuildVP8FragmentationHeader() local
/external/v8/src/builtins/
Dbuiltins-array.cc174 int new_length = accessor->Push(array, &args, to_add); in DoArrayPush() local
214 uint32_t new_length = len - 1; in BUILTIN() local
261 int new_length = accessor->Unshift(array, &args, to_add); in BUILTIN() local
382 int new_length = len - actual_delete_count + add_count; in BUILTIN() local
/external/v8/src/ic/
Dkeyed-store-generic.cc208 Node* new_length = SmiTag(IntPtrAdd(index, IntPtrConstant(1))); in MaybeUpdateLengthAndReturn() local
/external/pdfium/third_party/freetype/src/base/
Dftrfork.c814 size_t new_length; in raccess_make_file_name() local
/external/freetype/src/base/
Dftrfork.c871 size_t new_length; in raccess_make_file_name() local
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh157 uint16_t new_length = (uint16_t) MIN ((uintptr_t) 65535, in sanitize() local
Dhb-uniscribe.cc355 unsigned int length, new_length, name_str_len; in _hb_rename_font() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc1449 size_t new_length = merge_->Process(decoded_buffer, decoded_length, in DoMerge() local
/external/libcups/cups/
Dppd-cache.c986 new_length, /* New length in 2540ths */ in _ppdCacheCreateWithPPD() local
/external/v8/src/runtime/
Druntime-regexp.cc593 int new_length = subject_length - (end - start); in StringReplaceGlobalRegExpWithEmptyString() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2439 size_t new_length = (*outlength) + total_chunk_length; in lodepng_chunk_append() local
2458 size_t new_length = (*outlength) + length + 12; in lodepng_chunk_create() local
/external/v8/src/heap/
Dheap.cc5833 int new_length = 0; in CompactRetainedMaps() local

12