Home
last modified time | relevance | path

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

12

/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.c42 # if BYTEORDER == 1234 in NS()
44 # elif BYTEORDER == 4321 in NS()
Dwinconfig.h52 # define BYTEORDER 1234 macro
Dxmltok.c813 # if BYTEORDER == 1234
829 #if BYTEORDER == 1234
843 #if BYTEORDER != 4321
948 # if BYTEORDER == 4321
964 #if BYTEORDER == 4321
978 #if BYTEORDER != 1234
/external/expat/
DConfigureChecks.cmake42 set(BYTEORDER 4321) variable
44 set(BYTEORDER 1234) variable
Dexpat_config.h8 #define BYTEORDER 1234 macro
Dexpat_config.h.cmake4 #cmakedefine BYTEORDER @BYTEORDER@
Dconfigure.ac110 dnl We define BYTEORDER to 1234 when the platform is little endian; it
118 AS_VAR_SET([BYTEORDER], 4321)],
119 [AS_VAR_SET([BYTEORDER], 1234)])
120 AC_DEFINE_UNQUOTED([BYTEORDER], $BYTEORDER, [1234 = LILENDIAN, 4321 = BIGENDIAN]) definition
Dexpat_config.h.in7 #undef BYTEORDER
Dconfigure18463 BYTEORDER=4321;; #(
18465 BYTEORDER=1234 ;; #(
18477 printf "%s\n" "#define BYTEORDER $BYTEORDER" >>confdefs.h
/external/expat/lib/
Dxmltok_ns.c42 # if BYTEORDER == 1234 in NS()
44 # elif BYTEORDER == 4321 in NS()
Dwinconfig.h52 # define BYTEORDER 1234 macro
Dxmltok.c805 # if BYTEORDER == 1234
821 #if BYTEORDER == 1234
835 #if BYTEORDER != 4321
940 # if BYTEORDER == 4321
956 #if BYTEORDER == 4321
970 #if BYTEORDER != 1234
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dfficonfig.h68 #define BYTEORDER 1234 macro
/external/python/cffi/c/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…

12