/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | fficonfig.h | 14 # 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/ |
D | fficonfig.h | 14 # define BYTEORDER 1234 macro 22 # define BYTEORDER 1234 macro 30 # define BYTEORDER 4321 macro 43 # define BYTEORDER 4321 macro
|
/external/python/cpython2/Modules/expat/ |
D | expat_config.h | 10 #define BYTEORDER 4321 macro 12 #define BYTEORDER 1234 macro
|
D | xmltok_ns.c | 44 #if BYTEORDER == 1234 in NS() 46 #elif BYTEORDER == 4321 in NS()
|
D | winconfig.h | 54 #define BYTEORDER 1234 macro
|
D | xmltok.c | 863 #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/ |
D | expat_config.h | 10 #define BYTEORDER 4321 macro 12 #define BYTEORDER 1234 macro
|
D | xmltok_ns.c | 42 # if BYTEORDER == 1234 in NS() 44 # elif BYTEORDER == 4321 in NS()
|
D | winconfig.h | 52 # define BYTEORDER 1234 macro
|
D | xmltok.c | 813 # 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/ |
D | ConfigureChecks.cmake | 42 set(BYTEORDER 4321) variable 44 set(BYTEORDER 1234) variable
|
D | expat_config.h | 8 #define BYTEORDER 1234 macro
|
D | expat_config.h.cmake | 4 #cmakedefine BYTEORDER @BYTEORDER@
|
D | configure.ac | 110 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
|
D | expat_config.h.in | 7 #undef BYTEORDER
|
D | configure | 18463 BYTEORDER=4321;; #( 18465 BYTEORDER=1234 ;; #( 18477 printf "%s\n" "#define BYTEORDER $BYTEORDER" >>confdefs.h
|
/external/expat/lib/ |
D | xmltok_ns.c | 42 # if BYTEORDER == 1234 in NS() 44 # elif BYTEORDER == 4321 in NS()
|
D | winconfig.h | 52 # define BYTEORDER 1234 macro
|
D | xmltok.c | 805 # 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/ |
D | fficonfig.h | 68 #define BYTEORDER 1234 macro
|
/external/python/cffi/c/libffi_msvc/ |
D | fficonfig.h | 68 #define BYTEORDER 1234 macro
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | fficonfig.h | 5 #define BYTEORDER 1234 macro
|
/external/expat/patches/ |
D | config.diff | 6 #define BYTEORDER 1234
|
/external/python/cpython2/PC/VC6/ |
D | _elementtree.dsp | 47 …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…
|
D | pyexpat.dsp | 47 …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…
|