Home
last modified time | relevance | path

Searched defs:to (Results 176 – 200 of 33866) sorted by relevance

12345678910>>...1355

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/coroutine/detail/
H A Dsymmetric_coroutine_impl.hpp70 param_type to( unwind_t::force_unwind); in unwind_stack() local
83 param_type to( const_cast< R * >( & r), this); in resume() local
93 param_type to; in yield() local
138 void resume_( param_type * to) BOOST_NOEXCEPT in resume_()
210 param_type to( unwind_t::force_unwind); in unwind_stack() local
223 param_type to( & arg, this); in resume() local
233 param_type to; in yield() local
278 void resume_( param_type * to) BOOST_NOEXCEPT in resume_()
350 param_type to( unwind_t::force_unwind); in unwind_stack() local
366 param_type to( this); in resume() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_impl.hpp70 param_type to( unwind_t::force_unwind); in unwind_stack() local
83 param_type to( const_cast< R * >( & r), this); in resume() local
93 param_type to; in yield() local
138 void resume_( param_type * to) BOOST_NOEXCEPT in resume_()
210 param_type to( unwind_t::force_unwind); in unwind_stack() local
223 param_type to( & arg, this); in resume() local
233 param_type to; in yield() local
278 void resume_( param_type * to) BOOST_NOEXCEPT in resume_()
350 param_type to( unwind_t::force_unwind); in unwind_stack() local
366 param_type to( this); in resume() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/coroutine/detail/
H A Dsymmetric_coroutine_impl.hpp70 param_type to( unwind_t::force_unwind); in unwind_stack() local
83 param_type to( const_cast< R * >( & r), this); in resume() local
93 param_type to; in yield() local
138 void resume_( param_type * to) BOOST_NOEXCEPT in resume_()
210 param_type to( unwind_t::force_unwind); in unwind_stack() local
223 param_type to( & arg, this); in resume() local
233 param_type to; in yield() local
278 void resume_( param_type * to) BOOST_NOEXCEPT in resume_()
350 param_type to( unwind_t::force_unwind); in unwind_stack() local
366 param_type to( this); in resume() local
[all …]
/dports/devel/R-cran-hms/hms/R/
H A Dcast.R18 vec_cast.hms.hms <- function(x, to, ...) x argument
22 vec_cast.hms.difftime <- function(x, to, ...) { argument
29 vec_cast.difftime.hms <- function(x, to, ...) { argument
37 vec_cast.hms.POSIXct <- function(x, to, ...) { argument
43 vec_cast.POSIXct.hms <- function(x, to, ...) { argument
49 vec_cast.hms.POSIXlt <- function(x, to, ...) { argument
55 vec_cast.POSIXlt.hms <- function(x, to, ...) { argument
61 vec_cast.hms.double <- function(x, to, ...) new_hms(x) argument
77 vec_cast.hms.character <- function(x, to, ...) { argument
92 vec_default_cast_old <- function(x, to, ...) { argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DjniTypes_ppc.hpp54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { in put_long()
64 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
69 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
75 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
76 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
77 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
86 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
90 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DjniTypes_s390.hpp48 static inline void put_int(jint from, intptr_t *to) { in put_int()
52 static inline void put_int(jint from, intptr_t *to, int& pos) { in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { in put_int()
61 static inline void put_long(jlong from, intptr_t *to) { in put_long()
65 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
70 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
76 static inline void put_obj(oop from, intptr_t *to) { in put_obj()
80 static inline void put_obj(oop from, intptr_t *to, int& pos) { in put_obj()
84 static inline void put_obj(oop *from, intptr_t *to, int& pos) { in put_obj()
89 static inline void put_float(jfloat from, intptr_t *to) { in put_float()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A DjniTypes_s390.hpp48 static inline void put_int(jint from, intptr_t *to) { in put_int()
52 static inline void put_int(jint from, intptr_t *to, int& pos) { in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { in put_int()
61 static inline void put_long(jlong from, intptr_t *to) { in put_long()
65 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
70 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
76 static inline void put_obj(oop from, intptr_t *to) { in put_obj()
80 static inline void put_obj(oop from, intptr_t *to, int& pos) { in put_obj()
84 static inline void put_obj(oop *from, intptr_t *to, int& pos) { in put_obj()
89 static inline void put_float(jfloat from, intptr_t *to) { in put_float()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DjniTypes_s390.hpp48 static inline void put_int(jint from, intptr_t *to) { in put_int()
52 static inline void put_int(jint from, intptr_t *to, int& pos) { in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { in put_int()
61 static inline void put_long(jlong from, intptr_t *to) { in put_long()
65 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
70 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
76 static inline void put_obj(oop from, intptr_t *to) { in put_obj()
80 static inline void put_obj(oop from, intptr_t *to, int& pos) { in put_obj()
84 static inline void put_obj(oop *from, intptr_t *to, int& pos) { in put_obj()
89 static inline void put_float(jfloat from, intptr_t *to) { in put_float()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A DjniTypes_ppc.hpp54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { in put_long()
64 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
69 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
75 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
76 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
77 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
86 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
90 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A DjniTypes_s390.hpp48 static inline void put_int(jint from, intptr_t *to) { in put_int()
52 static inline void put_int(jint from, intptr_t *to, int& pos) { in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { in put_int()
61 static inline void put_long(jlong from, intptr_t *to) { in put_long()
65 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
70 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
76 static inline void put_obj(oop from, intptr_t *to) { in put_obj()
80 static inline void put_obj(oop from, intptr_t *to, int& pos) { in put_obj()
84 static inline void put_obj(oop *from, intptr_t *to, int& pos) { in put_obj()
89 static inline void put_float(jfloat from, intptr_t *to) { in put_float()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A DjniTypes_ppc.hpp54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { in put_long()
64 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
69 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
75 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
76 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
77 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
86 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
90 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DjniTypes_ppc.hpp54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { in put_long()
64 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
69 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
75 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
76 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
77 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
86 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
90 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A DjniTypes_ppc.hpp54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { in put_long()
64 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
69 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
75 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
76 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
77 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
86 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
90 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A DjniTypes_s390.hpp48 static inline void put_int(jint from, intptr_t *to) { in put_int()
52 static inline void put_int(jint from, intptr_t *to, int& pos) { in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { in put_int()
61 static inline void put_long(jlong from, intptr_t *to) { in put_long()
65 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
70 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
76 static inline void put_obj(oop from, intptr_t *to) { in put_obj()
80 static inline void put_obj(oop from, intptr_t *to, int& pos) { in put_obj()
84 static inline void put_obj(oop *from, intptr_t *to, int& pos) { in put_obj()
89 static inline void put_float(jfloat from, intptr_t *to) { in put_float()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A DjniTypes_s390.hpp48 static inline void put_int(jint from, intptr_t *to) { in put_int()
52 static inline void put_int(jint from, intptr_t *to, int& pos) { in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { in put_int()
61 static inline void put_long(jlong from, intptr_t *to) { in put_long()
65 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
70 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
76 static inline void put_obj(oop from, intptr_t *to) { in put_obj()
80 static inline void put_obj(oop from, intptr_t *to, int& pos) { in put_obj()
84 static inline void put_obj(oop *from, intptr_t *to, int& pos) { in put_obj()
89 static inline void put_float(jfloat from, intptr_t *to) { in put_float()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A DjniTypes_ppc.hpp54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { in put_long()
64 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
69 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
75 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
76 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
77 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
86 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
90 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A DjniTypes_s390.hpp48 static inline void put_int(jint from, intptr_t *to) { in put_int()
52 static inline void put_int(jint from, intptr_t *to, int& pos) { in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { in put_int()
61 static inline void put_long(jlong from, intptr_t *to) { in put_long()
65 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
70 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
76 static inline void put_obj(oop from, intptr_t *to) { in put_obj()
80 static inline void put_obj(oop from, intptr_t *to, int& pos) { in put_obj()
84 static inline void put_obj(oop *from, intptr_t *to, int& pos) { in put_obj()
89 static inline void put_float(jfloat from, intptr_t *to) { in put_float()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/ppc/
H A DjniTypes_ppc.hpp54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { in put_long()
64 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
69 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
75 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
76 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
77 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
86 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
90 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DjniTypes_ppc.hpp54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { in put_long()
64 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
69 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
75 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
76 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
77 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
86 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
90 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DjniTypes_ppc.hpp54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { in put_long()
64 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
69 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
75 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
76 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
77 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
86 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
90 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/component/
H A DMessage.cs42 public Message(Jid to) in Message()
48 public Message(Jid to, string body) in Message()
54 public Message(Jid to, Jid from) in Message()
60 public Message(string to, string body) in Message()
66 public Message(Jid to, string body, string subject) in Message()
72 public Message(string to, string body, string subject) in Message()
78 public Message(string to, string body, string subject, string thread) in Message()
84 public Message(Jid to, string body, string subject, string thread) in Message()
96 public Message(Jid to, agsXMPP.protocol.client.MessageType type, string body) in Message()
126 public Message(Jid to, Jid from, string body) in Message()
[all …]
/dports/net-p2p/microdc2/microdc2-0.15.6/src/
H A Dcharsets.h8 #define DUMP_TRANSLATION(from, to, from_str, to_str) \ argument
12 #define ERROR_TRANSLATION_OPEN(from, to) \ argument
18 #define DUMP_TRANSLATION(from, to, from_str, to_str) argument
20 #define ERROR_TRANSLATION_OPEN(from, to) argument
34 #define EXPORT_CONVERSION(from, to) \ argument
39 #define DECLARE_CONVERSION(from, to) \ argument
67 #define DECLARE_CONVERSION(from, to) \ argument
87 #define ICONV_OPEN(from, to) \ argument
93 #define ICONV_CLOSE(from, to) \ argument
101 #define ICONV_OPEN(from, to) argument
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dswap_bytes.h33 #define swap_bytes_16(from, to) do { (to) = bswap_16(from); } while (0) argument
39 #define swap_bytes_double(from, to) \ argument
52 #define swap_bytes_double(from, to) \ argument
68 #define swap_bytes_16(from, to) \ argument
74 #define swap_bytes_32(from, to) \ argument
83 #define swap_bytes_double(from, to) \ argument
97 #define swap_bytes_ushort(from, to) swap_bytes_16(from, to) argument
101 #define swap_bytes_short(from, to) \ argument
123 #define swap_bytes_uint(from, to) swap_bytes_32(from, to) argument
127 #define swap_bytes_int(from, to) \ argument
[all …]
/dports/devel/R-cran-purrr/purrr/src/
H A Dcoerce.c53 void cant_coerce(SEXP from, SEXP to, int i) { in cant_coerce()
58 void set_vector_value(SEXP to, int i, SEXP from, int j) { in set_vector_value()
62 case LGLSXP: LOGICAL(to)[i] = LOGICAL(from)[j]; break; in set_vector_value() local
68 case LGLSXP: INTEGER(to)[i] = LOGICAL(from)[j]; break; in set_vector_value() local
69 case INTSXP: INTEGER(to)[i] = INTEGER(from)[j]; break; in set_vector_value() local
70 case RAWSXP: INTEGER(to)[i] = RAW(from)[j]; break ; in set_vector_value() local
76 case LGLSXP: REAL(to)[i] = logical_to_real(LOGICAL(from)[j]); break; in set_vector_value() local
77 case INTSXP: REAL(to)[i] = integer_to_real(INTEGER(from)[j]); break; in set_vector_value() local
78 case REALSXP: REAL(to)[i] = REAL(from)[j]; break; in set_vector_value() local
79 case RAWSXP: REAL(to)[i] = RAW(from)[j]; break ; in set_vector_value() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A DjniTypes_aarch64.hpp48 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from;… in put_int()
49 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from;… in put_int()
54 static inline void put_long(jlong from, intptr_t *to) { in put_long()
58 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
63 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
69 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
70 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
71 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
82 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
86 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]

12345678910>>...1355