OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECLITEND
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
decContext.cpp
361
/* decContextTestEndian -- test whether
DECLITEND
is set correctly */
364
/* returns 0 if
DECLITEND
is correct */
365
/* 1 if
DECLITEND
is incorrect and should be 1 */
366
/* -1 if
DECLITEND
is incorrect and should be 0 */
375
uInt dle=(uInt)
DECLITEND
; /* unsign */
378
if (LITEND!=
DECLITEND
) {
383
printf("Warning:
DECLITEND
is set to %d, but this computer appears to be %s-endian\n",
384
DECLITEND
, adj);
decNumberLocal.h
37
#if !defined(
DECLITEND
)
38
#define
DECLITEND
1 /* 1=little-endian, 0=big-endian */
302
#if
DECLITEND
[
all
...]
Completed in 591 milliseconds