HomeSort by relevance Sort by last modified time
    Searched refs:DECLITEND (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
decContext.c 359 /* decContextTestEndian -- test whether DECLITEND is set correctly */
362 /* returns 0 if DECLITEND is correct */
363 /* 1 if DECLITEND is incorrect and should be 1 */
364 /* -1 if DECLITEND is incorrect and should be 0 */
373 uInt dle=(uInt)DECLITEND; /* unsign */
376 if (LITEND!=DECLITEND) {
381 printf("Warning: DECLITEND is set to %d, but this computer appears to be %s-endian\n",
382 DECLITEND, adj);
decNumberLocal.h 34 #if !defined(DECLITEND)
35 #define DECLITEND 1 /* 1=little-endian, 0=big-endian */
299 #if DECLITEND
    [all...]

Completed in 36 milliseconds