Home
last modified time | relevance | path

Searched defs:old_length (Results 1 – 25 of 27) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c242 uint32_t old_length = ext_obj_p->u.array.length; in ecma_fast_array_set_property() local
328 uint32_t old_length = ext_obj_p->u.array.length; in ecma_fast_array_extend() local
419 uint32_t old_length = ext_obj_p->u.array.length; in ecma_delete_fast_array_properties() local
480 uint32_t old_length = ext_obj_p->u.array.length; in ecma_fast_array_set_length() local
792 uint32_t old_length) /**< old length */ in ecma_delete_array_properties()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc73 int old_length = loca_table->GlyphLength(*old_glyph_id); in Subset() local
/third_party/node/test/cctest/
Dtest_util.cc139 size_t old_length; in MaybeStackBufferBasic() local
/third_party/pulseaudio/src/tests/
Dresampler-rewind-test.c233 …size_t in_rewind_size, in_frame_size, history_size, out_rewind_size, old_length, in_resampler_buff… in main() local
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c327 uint32_t old_length = ext_array_obj_p->u.array.length; in opfunc_append_to_spread_array() local
510 uint32_t old_length = ext_array_obj_p->u.array.length; in opfunc_append_array() local
/third_party/node/deps/v8/src/objects/
Dosr-optimized-code-cache.cc176 int old_length = (*osr_cache)->length(); in GrowOSRCache() local
Dbacking-store.cc608 size_t old_length = byte_length_.load(std::memory_order_relaxed); in GrowWasmMemoryInPlace() local
Dstring.cc1722 int old_length = string->length(); in Truncate() local
Delements.cc727 uint32_t old_length = 0; in SetLengthImpl() local
1418 uint32_t old_length = 0; in SetLengthImpl() local
2666 uint32_t old_length = 0; in SetLengthImpl() local
2764 uint32_t old_length = 0; in SetLengthImpl() local
Dbigint.cc318 int old_length = result.length(); in Canonicalize() local
Dvalue-serializer.cc732 Handle<Object> old_length(array->length(cage_base), isolate_); in WriteJSArray() local
Djs-objects.cc5164 uint32_t old_length = 0; in AddDataElement() local
Dobjects.cc5112 int old_length = script->shared_function_info_count(); in FindWebSnapshotSharedFunctionInfo() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttload.c446 FT_ULong old_length = entry.Length; in tt_face_load_font_dir() local
/third_party/libcoap/src/
Dcoap_pdu.c657 size_t old_length = 0; in coap_update_option() local
/third_party/mesa3d/src/imgui/
Dimstb_textedit.h1328 …place(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_lengt… in stb_text_makeundo_replace()
/third_party/node/deps/v8/src/json/
Djson-stringifier.cc722 Handle<Object> old_length(object->length(), isolate_); in SerializeJSArray() local
/third_party/skia/third_party/externals/imgui/
Dimstb_textedit.h1359 …place(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_lengt… in stb_text_makeundo_replace()
/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.cc371 TNode<Number> old_length) { in MaybeGrowFastElements()
/third_party/googletest/googletest/src/
Dgtest-death-test.cc924 size_t old_length = captured_stderr_.length(); in Wait() local
/third_party/node/deps/googletest/src/
Dgtest-death-test.cc912 size_t old_length = captured_stderr_.length(); in Wait() local
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc931 size_t old_length = captured_stderr_.length(); in Wait() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1215 int old_length = glsl_array_size(old_type); in dxil_nir_split_clip_cull_distance_instr() local
/third_party/python/Objects/
Dunicodeobject.c1027 unicode_fill_invalid(PyObject *unicode, Py_ssize_t old_length) in unicode_fill_invalid()
1047 Py_ssize_t old_length = _PyUnicode_LENGTH(unicode); in resize_compact() local
1122 Py_ssize_t old_length = _PyUnicode_LENGTH(unicode); in resize_inplace() local
2037 Py_ssize_t old_length; in unicode_resize() local
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc239 int old_length = dispatch_tables->length(); in AddDispatchTable() local

12