Home
last modified time | relevance | path

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

1234

/third_party/e2fsprogs/lib/blkid/
Dblkid_types.h.in74 #if (@SIZEOF_LONG@ == 4)
83 #endif /* SIZEOF_LONG == 4 */
96 #if (@SIZEOF_LONG@ == 4)
105 #endif /* SIZEOF_LONG == 4 */
121 #if (@SIZEOF_LONG@ == 8)
126 #endif /* SIZEOF_LONG == 8 */
147 #if (@SIZEOF_LONG@ == 8)
152 #endif /* SIZEOF_LONG == 8 */
/third_party/python/Include/
Dpymacconfig.h13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8 macro
54 # define SIZEOF_LONG 4 macro
Dpyport.h723 #if SIZEOF_LONG == 4
725 #elif SIZEOF_LONG == 8
737 #define LONG_BIT (8 * SIZEOF_LONG)
740 #if LONG_BIT != 8 * SIZEOF_LONG
Dlongobject.h43 #elif SIZEOF_PID_T == SIZEOF_LONG
58 #elif SIZEOF_VOID_P == SIZEOF_LONG
/third_party/e2fsprogs/lib/ext2fs/
Dext2_types.h.in74 #if (@SIZEOF_LONG@ == 4)
83 #endif /* SIZEOF_LONG == 4 */
96 #if (@SIZEOF_LONG@ == 4)
105 #endif /* SIZEOF_LONG == 4 */
121 #if (@SIZEOF_LONG@ == 8)
127 #endif /* SIZEOF_LONG == 8 */
147 #if (@SIZEOF_LONG@ == 8)
153 #endif /* SIZEOF_LONG == 8 */
/third_party/python/Objects/stringlib/
Dcodecs.h465 #if SIZEOF_LONG == 8
467 #elif SIZEOF_LONG == 4
515 while (_q + SIZEOF_LONG <= e) { in STRINGLIB()
533 # if SIZEOF_LONG == 4 in STRINGLIB()
536 # elif SIZEOF_LONG == 8 in STRINGLIB()
543 # if SIZEOF_LONG == 4 in STRINGLIB()
546 # elif SIZEOF_LONG == 8 in STRINGLIB()
553 _q += SIZEOF_LONG; in STRINGLIB()
554 p += SIZEOF_LONG / 2; in STRINGLIB()
/third_party/e2fsprogs/util/
Dsubst.conf.in8 SIZEOF_LONG @SIZEOF_LONG@
/third_party/e2fsprogs/lib/uuid/
Duuid_types.h.in15 #elif (@SIZEOF_LONG@ == 8)
40 #elif (@SIZEOF_LONG@ == 4)
/third_party/boost/boost/python/detail/
Dwrap_python.hpp97 # define SIZEOF_LONG 8 macro
99 # define SIZEOF_LONG 4 macro
/third_party/freetype/builds/unix/
Dftconfig.h.in49 #undef SIZEOF_LONG
51 #define FT_SIZEOF_LONG SIZEOF_LONG
/third_party/glib/
Dconfig.h375 #define SIZEOF_LONG 8 macro
377 #define SIZEOF_LONG 4 macro
/third_party/python/Python/
Dmystrtoul.c64 #if SIZEOF_LONG == 4
70 #elif SIZEOF_LONG == 8
/third_party/freetype/builds/vms/
Dftconfig.h46 #define SIZEOF_LONG 4 macro
/third_party/skia/third_party/externals/freetype/builds/vms/
Dftconfig.h46 #define SIZEOF_LONG 4 macro
/third_party/flatbuffers/java/com/google/flatbuffers/
DConstants.java35 static final int SIZEOF_LONG = 8; field in Constants
DLongVector.java37 __reset(_vector, Constants.SIZEOF_LONG, _bb); return this; in __assign()
/third_party/pixman/
Dconfig.h119 #define SIZEOF_LONG 8 macro
/third_party/gstreamer/gstplugins_good/
Dconfig.h101 #define SIZEOF_LONG 8 macro
/third_party/gstreamer/gstplugins_bad/
Dconfig.h106 #define SIZEOF_LONG 8 macro
/third_party/gstreamer/gstplugins_base/
Dconfig.h122 #define SIZEOF_LONG 8 macro
/third_party/python/Modules/_multiprocessing/
Dmultiprocessing.h52 #if SIZEOF_VOID_P == SIZEOF_LONG
/third_party/python/Modules/
Doverlapped.c978 #if SIZEOF_SIZE_T <= SIZEOF_LONG in _overlapped_Overlapped_ReadFile_impl()
1015 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_ReadFileInto_impl()
1085 #if SIZEOF_SIZE_T <= SIZEOF_LONG in _overlapped_Overlapped_WSARecv_impl()
1124 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSARecvInto_impl()
1166 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WriteFile_impl()
1223 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSASend_impl()
1720 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSASendTo_impl()
1786 #if SIZEOF_SIZE_T <= SIZEOF_LONG in _overlapped_Overlapped_WSARecvFrom_impl()
D_struct.c627 #if (SIZEOF_LONG > SIZEOF_INT) in np_int()
644 #if (SIZEOF_LONG > SIZEOF_INT) in np_uint()
816 if (SIZEOF_LONG > f->size) in bu_int()
893 if (i != SIZEOF_LONG) { in bp_int()
896 #if (SIZEOF_LONG != 4) in bp_int()
917 if (i != SIZEOF_LONG) { in bp_uint()
1037 if (SIZEOF_LONG > f->size) in lu_int()
1108 if (i != SIZEOF_LONG) { in lp_int()
1111 #if (SIZEOF_LONG != 4) in lp_int()
1132 if (i != SIZEOF_LONG) { in lp_uint()
/third_party/libsnd/include/
Dconfig.h264 #define SIZEOF_LONG 8 macro
/third_party/curl/lib/
Dconfig-win32ce.h302 #define SIZEOF_LONG 4 macro

1234