OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ENDIAN
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
Triple.cpp
293
unsigned
ENDIAN
= ARM::parseArchEndian(ArchName);
296
switch (
ENDIAN
) {
340
if (
ENDIAN
== ARM::EK_BIG)
[
all
...]
/external/syslinux/gpxe/src/util/
nrv2b.c
16
Small mod to cope with running on big-
endian
machines
65
#ifndef
ENDIAN
66
#define
ENDIAN
0
78
/* These will be a complete waste of time on a lo-
endian
*/
812
static int bbConfig(struct ucl_compress *c, int
endian
, int bitsize)
814
if (
endian
!= -1)
816
if (
endian
!= 0)
818
c->bb_c_endian =
endian
;
1071
r = bbConfig(c,
ENDIAN
, BITSIZE);
1335
#if
ENDIAN
== 0 && BITSIZE ==
[
all
...]
Completed in 240 milliseconds