45extern inline void *
bswapcpy16(
void * to,
const void * from,
size_t n)
54 :
"=&c" (
d0),
"=&D" (
d1),
"=&S" (
d2),
"=&a" (
d3)
55 :
"0" (
n),
"1" ((
long) to),
"2" ((
long) from)
60extern inline void *
bswapcpy32(
void * to,
const void * from,
size_t n)
76 :
"=&c" (
d0),
"=&D" (
d1),
"=&S" (
d2),
"=&a" (
d3)
77 :
"0" (
n),
"1" ((
long) to),
"2" ((
long) from)
void * bswapcpy16(void *to, const void *from, size_t n)
void * bswapcpy32(void *to, const void *from, size_t n)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.