OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IEEE_BIG_ENDIAN
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Arm/
arith.h
6
#define
IEEE_BIG_ENDIAN
/device/linaro/bootloader/edk2/AppPkg/Applications/ArithChk/
arithchk.c
52
static Akind
IEEE_BIG_ENDIAN
= { "
IEEE_BIG_ENDIAN
", 2 };
74
return &
IEEE_BIG_ENDIAN
;
101
return &
IEEE_BIG_ENDIAN
;
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtopx.c
40
/* one or the other of
IEEE_BIG_ENDIAN
or IEEE_LITTLE_ENDIAN should be #defined */
42
#ifdef
IEEE_BIG_ENDIAN
gdtoaimp.h
95
* #define
IEEE_BIG_ENDIAN
for IEEE-arithmetic machines where the most
216
#ifdef
IEEE_BIG_ENDIAN
253
#if defined(IEEE_LITTLE_ENDIAN) + defined(
IEEE_BIG_ENDIAN
) != 1
254
Exactly one of IEEE_LITTLE_ENDIAN or
IEEE_BIG_ENDIAN
should be defined.
604
#ifdef
IEEE_BIG_ENDIAN
Completed in 629 milliseconds