Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <endian.h>

_QUAD_HIGHWORD

_QUAD_HIGHWORD 1

Description

Define the order of 32-bit words in 64-bit words.

[Top]


_QUAD_LOWWORD

_QUAD_LOWWORD 0

Description

Define the order of 32-bit words in 64-bit words.

[Top]


LITTLE_ENDIAN

Interface status: externallyDefinedApi

LITTLE_ENDIAN _LITTLE_ENDIAN

Description

Definitions for byte order, according to byte significance from low address to high. LSB first: i386, vax.

[Top]


BIG_ENDIAN

Interface status: externallyDefinedApi

BIG_ENDIAN _BIG_ENDIAN

Description

Definitions for byte order, according to byte significance from low address to high. MSB first: 68000, ibm, net

[Top]


PDP_ENDIAN

Interface status: externallyDefinedApi

PDP_ENDIAN _PDP_ENDIAN

Description

Definitions for byte order, according to byte significance from low address to high. LSB first in word, MSW first in long.

[Top]


BYTE_ORDER

Interface status: externallyDefinedApi

BYTE_ORDER _BYTE_ORDER

Description

Defined to LITTLE_ENDIAN