#include "machine.h"#include "types.h"Include dependency graph for Endian.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | ENDIAN_MACRO |
| #define | endian_ToAlien32(v) ((v>>24)|((v>>16)&0xff)|((v>>8)&0xff)|(v&0xff)) |
| #define | endian_FromAlien32(v) ((v>>24)|((v>>16)&0xff)|((v>>8)&0xff)|(v&0xff)) |
| #define | endian_ToAlien16(v) ((v>>8)|(v&0xff)) |
| #define | endian_FromAlien16(v) ((v>>8)|(v&0xff)) |
|
|
|
|
|
Definition at line 35 of file Endian.h. Referenced by marshal_GetBinaryC, marshal_GetBinaryLenC, marshal_GetLongC, marshal_GetStringC, and term_RpcCallR. |
|
|
|
|
|
Definition at line 36 of file Endian.h. Referenced by term_RpcCallA, term_RpcCallR, and term_RpcCallT. |
|
|
Definition at line 34 of file Endian.h. Referenced by marshal_PutBinaryC, marshal_PutLongC, and marshal_PutStringC. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002