Loading...
Searching...
No Matches
ForthOutputBuffer.h File Reference
#include "awkward/common.h"
#include "awkward/util.h"

Go to the source code of this file.

Classes

class  ForthOutputBuffer
 HERE. More...
 
class  ForthOutputBufferOf< OUT >
 

Namespaces

namespace  awkward
 

Macros

#define NATIVELY_BIG_ENDIAN   (*(uint16_t *)"\0\xff" < 0x100)
 

Functions

template<typename T >
void byteswap16 (int64_t num_items, T &value)
 HERE.
 
template<typename T >
void byteswap32 (int64_t num_items, T &value)
 HERE.
 
template<typename T >
void byteswap64 (int64_t num_items, T &value)
 HERE.
 
template<typename T >
void byteswap_intp (int64_t num_items, T &value)
 HERE.
 

Macro Definition Documentation

◆ NATIVELY_BIG_ENDIAN

#define NATIVELY_BIG_ENDIAN   (*(uint16_t *)"\0\xff" < 0x100)