Home
last modified time | relevance | path

Searched defs:dst_array (Results 1 – 25 of 66) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/vectorization/
H A DTestVectorUnalignedOffset.java35 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
41 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/vectorization/
H A DTestVectorUnalignedOffset.java35 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
41 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-bitmask.c124 GArray *src_array, *dst_array; in _cogl_bitmask_set_bits() local
142 GArray *dst_array; in _cogl_bitmask_set_bits() local
204 GArray *src_array, *dst_array; in _cogl_bitmask_xor_bits() local
222 GArray *dst_array; in _cogl_bitmask_xor_bits() local
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-bitmask.c124 GArray *src_array, *dst_array; in _cogl_bitmask_set_bits() local
142 GArray *dst_array; in _cogl_bitmask_set_bits() local
204 GArray *src_array, *dst_array; in _cogl_bitmask_xor_bits() local
222 GArray *dst_array; in _cogl_bitmask_xor_bits() local
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-bitmask.c124 GArray *src_array, *dst_array; in _cogl_bitmask_set_bits() local
142 GArray *dst_array; in _cogl_bitmask_set_bits() local
204 GArray *src_array, *dst_array; in _cogl_bitmask_xor_bits() local
222 GArray *dst_array; in _cogl_bitmask_xor_bits() local
/dports/science/cdo/cdo-2.0.0/src/
H A Dremap_vars.cc26 remapFirstOrder(Varray<T> &dst_array, const RemapVars &rv, const Varray<T> &src_array) in remapFirstOrder()
122 remapSecondOrder(Varray<T> &dst_array, const RemapVars &rv, const Varray<T> &src_array, RemapGradie… in remapSecondOrder()
162 remap(Varray<T> &dst_array, T missval, size_t dst_size, const RemapVars &rv, const Varray<T> &src_a… in remap()
264 remap_laf(Varray<T> &dst_array, T missval, size_t dst_size, const RemapVars &rv, const Varray<T> &s… in remap_laf()
400 remap_avg(Varray<T> &dst_array, T missval, size_t dst_size, const RemapVars &rv, const Varray<T> &s… in remap_avg()
/dports/devel/ga/ga-5.8/gparrays/src/
H A Dgponesided.c165 void ***src_array, ***dst_array; in pgp_get() local
394 void ***src_array, ***dst_array; in pgp_put() local
703 void ***src_array, ***dst_array; in pgp_gather() local
863 void ***src_array, ***dst_array; in pgp_scatter() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dstringopts.cpp1257 void PhaseStringOpts::getChars(GraphKit& kit, Node* arg, Node* dst_array, BasicType bt, Node* end, … in getChars()
1367 Node* PhaseStringOpts::int_getChars(GraphKit& kit, Node* arg, Node* dst_array, Node* dst_coder, Nod… in int_getChars()
1436 void PhaseStringOpts::arraycopy(GraphKit& kit, IdealKit& ideal, Node* src_array, Node* dst_array, B… in arraycopy()
1467 Node* dst_array, Node* dst_coder, Node* start) { in copy_latin1_string()
1520 … bool src_is_byte, Node* dst_array, Node* dst_coder, Node* start) { in copy_constant_string()
1567 Node* PhaseStringOpts::copy_string(GraphKit& kit, Node* str, Node* dst_array, Node* dst_coder, Node… in copy_string()
1620 Node* PhaseStringOpts::copy_char(GraphKit& kit, Node* val, Node* dst_array, Node* dst_coder, Node* … in copy_char()
1933 Node* dst_array = NULL; in replace_string_concat() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dstringopts.cpp1257 void PhaseStringOpts::getChars(GraphKit& kit, Node* arg, Node* dst_array, BasicType bt, Node* end, … in getChars()
1367 Node* PhaseStringOpts::int_getChars(GraphKit& kit, Node* arg, Node* dst_array, Node* dst_coder, Nod… in int_getChars()
1436 void PhaseStringOpts::arraycopy(GraphKit& kit, IdealKit& ideal, Node* src_array, Node* dst_array, B… in arraycopy()
1467 Node* dst_array, Node* dst_coder, Node* start) { in copy_latin1_string()
1520 … bool src_is_byte, Node* dst_array, Node* dst_coder, Node* start) { in copy_constant_string()
1567 Node* PhaseStringOpts::copy_string(GraphKit& kit, Node* str, Node* dst_array, Node* dst_coder, Node… in copy_string()
1620 Node* PhaseStringOpts::copy_char(GraphKit& kit, Node* val, Node* dst_array, Node* dst_coder, Node* … in copy_char()
1933 Node* dst_array = NULL; in replace_string_concat() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dstringopts.cpp1252 void PhaseStringOpts::getChars(GraphKit& kit, Node* arg, Node* dst_array, BasicType bt, Node* end, … in getChars()
1359 Node* PhaseStringOpts::int_getChars(GraphKit& kit, Node* arg, Node* dst_array, Node* dst_coder, Nod… in int_getChars()
1428 void PhaseStringOpts::arraycopy(GraphKit& kit, IdealKit& ideal, Node* src_array, Node* dst_array, B… in arraycopy()
1459 Node* dst_array, Node* dst_coder, Node* start) { in copy_latin1_string()
1512 … bool src_is_byte, Node* dst_array, Node* dst_coder, Node* start) { in copy_constant_string()
1558 Node* PhaseStringOpts::copy_string(GraphKit& kit, Node* str, Node* dst_array, Node* dst_coder, Node… in copy_string()
1612 Node* PhaseStringOpts::copy_char(GraphKit& kit, Node* val, Node* dst_array, Node* dst_coder, Node* … in copy_char()
1924 Node* dst_array = NULL; in replace_string_concat() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dstringopts.cpp1243 void PhaseStringOpts::getChars(GraphKit& kit, Node* arg, Node* dst_array, BasicType bt, Node* end, … in getChars()
1350 Node* PhaseStringOpts::int_getChars(GraphKit& kit, Node* arg, Node* dst_array, Node* dst_coder, Nod… in int_getChars()
1419 void PhaseStringOpts::arraycopy(GraphKit& kit, IdealKit& ideal, Node* src_array, Node* dst_array, B… in arraycopy()
1450 Node* dst_array, Node* dst_coder, Node* start) { in copy_latin1_string()
1503 … bool src_is_byte, Node* dst_array, Node* dst_coder, Node* start) { in copy_constant_string()
1549 Node* PhaseStringOpts::copy_string(GraphKit& kit, Node* str, Node* dst_array, Node* dst_coder, Node… in copy_string()
1603 Node* PhaseStringOpts::copy_char(GraphKit& kit, Node* val, Node* dst_array, Node* dst_coder, Node* … in copy_char()
1915 Node* dst_array = NULL; in replace_string_concat() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dstringopts.cpp1257 void PhaseStringOpts::getChars(GraphKit& kit, Node* arg, Node* dst_array, BasicType bt, Node* end, … in getChars()
1367 Node* PhaseStringOpts::int_getChars(GraphKit& kit, Node* arg, Node* dst_array, Node* dst_coder, Nod… in int_getChars()
1436 void PhaseStringOpts::arraycopy(GraphKit& kit, IdealKit& ideal, Node* src_array, Node* dst_array, B… in arraycopy()
1467 Node* dst_array, Node* dst_coder, Node* start) { in copy_latin1_string()
1520 … bool src_is_byte, Node* dst_array, Node* dst_coder, Node* start) { in copy_constant_string()
1567 Node* PhaseStringOpts::copy_string(GraphKit& kit, Node* str, Node* dst_array, Node* dst_coder, Node… in copy_string()
1620 Node* PhaseStringOpts::copy_char(GraphKit& kit, Node* val, Node* dst_array, Node* dst_coder, Node* … in copy_char()
1933 Node* dst_array = NULL; in replace_string_concat() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dstringopts.cpp1304 void PhaseStringOpts::getChars(GraphKit& kit, Node* arg, Node* dst_array, BasicType bt, Node* end, … in getChars()
1414 Node* PhaseStringOpts::int_getChars(GraphKit& kit, Node* arg, Node* dst_array, Node* dst_coder, Nod… in int_getChars()
1483 void PhaseStringOpts::arraycopy(GraphKit& kit, IdealKit& ideal, Node* src_array, Node* dst_array, B… in arraycopy()
1514 Node* dst_array, Node* dst_coder, Node* start) { in copy_latin1_string()
1567 … bool src_is_byte, Node* dst_array, Node* dst_coder, Node* start) { in copy_constant_string()
1614 Node* PhaseStringOpts::copy_string(GraphKit& kit, Node* str, Node* dst_array, Node* dst_coder, Node… in copy_string()
1667 Node* PhaseStringOpts::copy_char(GraphKit& kit, Node* val, Node* dst_array, Node* dst_coder, Node* … in copy_char()
1997 Node* dst_array = NULL; in replace_string_concat() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dstringopts.cpp1251 void PhaseStringOpts::getChars(GraphKit& kit, Node* arg, Node* dst_array, BasicType bt, Node* end, … in getChars()
1358 Node* PhaseStringOpts::int_getChars(GraphKit& kit, Node* arg, Node* dst_array, Node* dst_coder, Nod… in int_getChars()
1427 void PhaseStringOpts::arraycopy(GraphKit& kit, IdealKit& ideal, Node* src_array, Node* dst_array, B… in arraycopy()
1458 Node* dst_array, Node* dst_coder, Node* start) { in copy_latin1_string()
1511 … bool src_is_byte, Node* dst_array, Node* dst_coder, Node* start) { in copy_constant_string()
1557 Node* PhaseStringOpts::copy_string(GraphKit& kit, Node* str, Node* dst_array, Node* dst_coder, Node… in copy_string()
1610 Node* PhaseStringOpts::copy_char(GraphKit& kit, Node* val, Node* dst_array, Node* dst_coder, Node* … in copy_char()
1922 Node* dst_array = NULL; in replace_string_concat() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dstringopts.cpp1242 void PhaseStringOpts::getChars(GraphKit& kit, Node* arg, Node* dst_array, BasicType bt, Node* end, … in getChars()
1349 Node* PhaseStringOpts::int_getChars(GraphKit& kit, Node* arg, Node* dst_array, Node* dst_coder, Nod… in int_getChars()
1418 void PhaseStringOpts::arraycopy(GraphKit& kit, IdealKit& ideal, Node* src_array, Node* dst_array, B… in arraycopy()
1449 Node* dst_array, Node* dst_coder, Node* start) { in copy_latin1_string()
1502 … bool src_is_byte, Node* dst_array, Node* dst_coder, Node* start) { in copy_constant_string()
1548 Node* PhaseStringOpts::copy_string(GraphKit& kit, Node* str, Node* dst_array, Node* dst_coder, Node… in copy_string()
1601 Node* PhaseStringOpts::copy_char(GraphKit& kit, Node* val, Node* dst_array, Node* dst_coder, Node* … in copy_char()
1913 Node* dst_array = NULL; in replace_string_concat() local
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_merge.c298 tGPencilPointCache *dst_array, in gpencil_insert_to_array()
362 tGPencilPointCache *dst_array) in gpencil_analyze_strokes()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/transports/gentran/
H A Dgentran_utils.c14 static void vtx_extend_utarray(UT_array * dst_array, int n_elems, int *elems) in vtx_extend_utarray()

123