Home
last modified time | relevance | path

Searched refs:__FLOAT_WORD_ORDER (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/plat-atheos/
DTYPES.py108 __FLOAT_WORD_ORDER = __BYTE_ORDER variable
DIN.py345 __FLOAT_WORD_ORDER = __BYTE_ORDER variable
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py126 __FLOAT_WORD_ORDER = __BYTE_ORDER variable
DIN.py553 __FLOAT_WORD_ORDER = __BYTE_ORDER variable
/external/netperf/src/
Dnetlib.c642 #if defined(__FLOAT_WORD_ORDER) && defined(__BYTE_ORDER) in ntohd()
643 if (__FLOAT_WORD_ORDER != __BYTE_ORDER) { in ntohd()
685 #if defined(__FLOAT_WORD_ORDER) && defined(__BYTE_ORDER) in htond()
686 if (__FLOAT_WORD_ORDER != __BYTE_ORDER) { in htond()