Home
last modified time | relevance | path

Searched refs:BYTEORDER (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dfficonfig.h14 # define BYTEORDER 1234 macro
22 # define BYTEORDER 1234 macro
30 # define BYTEORDER 4321 macro
43 # define BYTEORDER 4321 macro
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dfficonfig.h14 # define BYTEORDER 1234 macro
22 # define BYTEORDER 1234 macro
30 # define BYTEORDER 4321 macro
43 # define BYTEORDER 4321 macro
/external/python/cpython2/Modules/expat/
Dexpat_config.h10 #define BYTEORDER 4321 macro
12 #define BYTEORDER 1234 macro
Dxmltok_ns.c44 #if BYTEORDER == 1234 in NS()
46 #elif BYTEORDER == 4321 in NS()
Dwinconfig.h54 #define BYTEORDER 1234 macro
Dxmltok.c863 #if BYTEORDER == 1234
880 #if BYTEORDER == 1234
895 #if BYTEORDER != 4321
1004 #if BYTEORDER == 4321
1021 #if BYTEORDER == 4321
1036 #if BYTEORDER != 1234
/external/python/cpython3/Modules/expat/
Dexpat_config.h10 #define BYTEORDER 4321 macro
12 #define BYTEORDER 1234 macro
Dxmltok_ns.c44 #if BYTEORDER == 1234 in NS()
46 #elif BYTEORDER == 4321 in NS()
Dwinconfig.h54 #define BYTEORDER 1234 macro
Dxmltok.c866 #if BYTEORDER == 1234
883 #if BYTEORDER == 1234
898 #if BYTEORDER != 4321
1007 #if BYTEORDER == 4321
1024 #if BYTEORDER == 4321
1039 #if BYTEORDER != 1234
/external/expat/conftools/
Dac_c_bigendian_cross.m473 BYTEORDER=4321
75 BYTEORDER=1234
77 AC_DEFINE_UNQUOTED(BYTEORDER, $BYTEORDER, [1234 = LIL_ENDIAN, 4321 = BIGENDIAN]) definition
/external/expat/lib/
Dxmltok_ns.c44 #if BYTEORDER == 1234 in NS()
46 #elif BYTEORDER == 4321 in NS()
Dwinconfig.h54 #define BYTEORDER 1234 macro
Dxmltok.c863 #if BYTEORDER == 1234
880 #if BYTEORDER == 1234
895 #if BYTEORDER != 4321
1004 #if BYTEORDER == 4321
1021 #if BYTEORDER == 4321
1036 #if BYTEORDER != 1234
/external/expat/
DConfigureChecks.cmake44 set(BYTEORDER 4321) variable
46 set(BYTEORDER 1234) variable
Dexpat_config.h5 #define BYTEORDER 1234 macro
Dexpat_config.h.cmake4 #cmakedefine BYTEORDER @BYTEORDER@
Dexpat_config.h.in4 #undef BYTEORDER
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dfficonfig.h68 #define BYTEORDER 1234 macro
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
Dfficonfig.h68 #define BYTEORDER 1234 macro
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dfficonfig.h5 #define BYTEORDER 1234 macro
/external/expat/patches/
Dconfig.diff6 #define BYTEORDER 1234
/external/python/cpython2/PC/VC6/
D_elementtree.dsp47 …DULE" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "XML_NS" /D "XML_DTD" /D "BYTEORDER=1234" /D "XML_CO…
75 …DULE" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "XML_NS" /D "XML_DTD" /D "BYTEORDER=1234" /D "XML_CO…
Dpyexpat.dsp47 …ODULE" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "XML_NS" /D "XML_DTD" /D BYTEORDER=1234 /D XML_CONT…
75 … /D "HAVE_EXPAT_H" /D "WIN32" /D "_WINDOWS" /D "XML_NS" /D "XML_DTD" /D BYTEORDER=1234 /D XML_CONT…
/external/tcpdump/
DCHANGES1218 - BYTEORDER -> BYTE_ORDER Thanks to Terry Kennedy (terry@spcvxa.spc.edu).