39#if (defined(__linux) || defined(__APPLE__)) && \
40 (defined(__i386__) || defined(__x86_64__)) && \
46#if defined(__INTEL_COMPILER) && __INTEL_COMPILER < 1000
50#if defined(R__USEASMSWAP) && !defined(__CINT__)
69# if defined(R__USEASMSWAP)
74 char *sw = (
char *) intermediary;
87# if defined(R__USEASMSWAP)
91 const UInt_t *intermediary = &
x;
92 char *sw = (
char *)intermediary;
99 memcpy(buf, &
x,
sizeof(
UInt_t));
109 char *sw = (
char *)intermediary;
137 memcpy(buf+4, &
x, 4);
147 const Long_t *intermediary = &
x;
148 char *sw = (
char *)intermediary;
149 if (
sizeof(
Long_t) == 8) {
176 if (
sizeof(
Long_t) == 8) {
190 memcpy(buf+4, &
x, 4);
199# if defined(R__USEASMSWAP)
204 char *sw = (
char *)intermediary;
223# if defined(R__USEASMSWAP)
250# if defined(R__USEASMSWAP)
293# if defined(R__USEASMSWAP)
296 char *sw = (
char *)
x;
309# if defined(R__USEASMSWAP)
312 char *sw = (
char *)
x;
319 memcpy(
x, buf,
sizeof(
UInt_t));
327 char *sw = (
char *)
x;
356# if defined(R__USEASMSWAP)
359 char *sw = (
char *)
x;
378# if defined(R__USEASMSWAP)
406# if defined(R__USEASMSWAP)
451#if defined(R__USEASMSWAP)
454 return (((
x & 0x00ff) << 8) | ((
x & 0xff00) >> 8));
460#if defined(R__USEASMSWAP)
463 return (((
x & 0x000000ffU) << 24) | ((
x & 0x0000ff00U) << 8) |
464 ((
x & 0x00ff0000U) >> 8) | ((
x & 0xff000000U) >> 24));
470#if defined(R__B64) && !defined(_WIN64)
471# if defined(R__USEASMSWAP)
478 char *sb = (
char *)&
x;
496#if defined(R__USEASMSWAP)
503 char *sb = (
char *)&
x;
524#if defined(R__USEASMSWAP)
527 u.i = (((u.i & 0x000000ffU) << 24) | ((u.i & 0x0000ff00U) << 8) |
528 ((u.i & 0x00ff0000U) >> 8) | ((u.i & 0xff000000U) >> 24));
535#if defined(R__USEASMSWAP)
549 char *sb = (
char *)&
x;
UShort_t host2net(UShort_t x)
void frombuf(char *&buf, Bool_t *x)
UShort_t net2host(UShort_t x)
void tobuf(char *&buf, Bool_t x)
unsigned long long ULong64_t
Option_t Option_t TPoint TPoint const char x1