41 #if (defined(__linux) || defined(__APPLE__)) && \ 42 (defined(__i386__) || defined(__x86_64__)) && \ 48 #if defined(__INTEL_COMPILER) && __INTEL_COMPILER < 1000 52 #if defined(R__USEASMSWAP) && !defined(__CINT__) 71 # if defined(R__USEASMSWAP) 76 char *sw = (
char *) intermediary;
89 # if defined(R__USEASMSWAP) 93 const UInt_t *intermediary = &
x;
94 char *sw = (
char *)intermediary;
101 memcpy(buf, &x,
sizeof(
UInt_t));
111 char *sw = (
char *)intermediary;
139 memcpy(buf+4, &x, 4);
149 const Long_t *intermediary = &
x;
150 char *sw = (
char *)intermediary;
151 if (
sizeof(
Long_t) == 8) {
178 if (
sizeof(
Long_t) == 8) {
192 memcpy(buf+4, &x, 4);
201 # if defined(R__USEASMSWAP) 206 char *sw = (
char *)intermediary;
225 # if defined(R__USEASMSWAP) 244 memcpy(buf, &x,
sizeof(
Float_t));
252 # if defined(R__USEASMSWAP) 295 # if defined(R__USEASMSWAP) 298 char *sw = (
char *)x;
311 # if defined(R__USEASMSWAP) 314 char *sw = (
char *)x;
321 memcpy(x, buf,
sizeof(
UInt_t));
329 char *sw = (
char *)x;
358 # if defined(R__USEASMSWAP) 361 char *sw = (
char *)x;
380 # if defined(R__USEASMSWAP) 400 memcpy(x, buf,
sizeof(
Float_t));
408 # if defined(R__USEASMSWAP) 453 #if defined(R__USEASMSWAP) 456 return (((x & 0x00ff) << 8) | ((x & 0xff00) >> 8));
462 #if defined(R__USEASMSWAP) 465 return (((x & 0x000000ffU) << 24) | ((x & 0x0000ff00U) << 8) |
466 ((x & 0x00ff0000U) >> 8) | ((x & 0xff000000U) >> 24));
473 # if defined(R__USEASMSWAP) 480 char *sb = (
char *)&x;
498 #if defined(R__USEASMSWAP) 505 char *sb = (
char *)&x;
526 #if defined(R__USEASMSWAP) 529 u.i = (((u.i & 0x000000ffU) << 24) | ((u.i & 0x0000ff00U) << 8) |
530 ((u.i & 0x00ff0000U) >> 8) | ((u.i & 0xff000000U) >> 24));
537 #if defined(R__USEASMSWAP) 544 u.l = Rbswap_64(u.l);
551 char *sb = (
char *)&x;
void frombuf(char *&buf, Bool_t *x)
UShort_t net2host(UShort_t x)
void tobuf(char *&buf, Bool_t x)
static const double x1[5]
unsigned long long ULong64_t
UShort_t host2net(UShort_t x)