/third_party/e2fsprogs/lib/blkid/ |
D | blkid_types.h.in | 74 #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/ |
D | pymacconfig.h | 13 # undef SIZEOF_LONG 37 # undef SIZEOF_LONG 41 # define SIZEOF_LONG 8 macro 54 # define SIZEOF_LONG 4 macro
|
D | pyport.h | 723 #if SIZEOF_LONG == 4 725 #elif SIZEOF_LONG == 8 737 #define LONG_BIT (8 * SIZEOF_LONG) 740 #if LONG_BIT != 8 * SIZEOF_LONG
|
D | longobject.h | 43 #elif SIZEOF_PID_T == SIZEOF_LONG 58 #elif SIZEOF_VOID_P == SIZEOF_LONG
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | ext2_types.h.in | 74 #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/ |
D | codecs.h | 465 #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/ |
D | subst.conf.in | 8 SIZEOF_LONG @SIZEOF_LONG@
|
/third_party/e2fsprogs/lib/uuid/ |
D | uuid_types.h.in | 15 #elif (@SIZEOF_LONG@ == 8) 40 #elif (@SIZEOF_LONG@ == 4)
|
/third_party/boost/boost/python/detail/ |
D | wrap_python.hpp | 97 # define SIZEOF_LONG 8 macro 99 # define SIZEOF_LONG 4 macro
|
/third_party/freetype/builds/unix/ |
D | ftconfig.h.in | 49 #undef SIZEOF_LONG 51 #define FT_SIZEOF_LONG SIZEOF_LONG
|
/third_party/glib/ |
D | config.h | 375 #define SIZEOF_LONG 8 macro 377 #define SIZEOF_LONG 4 macro
|
/third_party/python/Python/ |
D | mystrtoul.c | 64 #if SIZEOF_LONG == 4 70 #elif SIZEOF_LONG == 8
|
/third_party/freetype/builds/vms/ |
D | ftconfig.h | 46 #define SIZEOF_LONG 4 macro
|
/third_party/skia/third_party/externals/freetype/builds/vms/ |
D | ftconfig.h | 46 #define SIZEOF_LONG 4 macro
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | Constants.java | 35 static final int SIZEOF_LONG = 8; field in Constants
|
D | LongVector.java | 37 __reset(_vector, Constants.SIZEOF_LONG, _bb); return this; in __assign()
|
/third_party/pixman/ |
D | config.h | 119 #define SIZEOF_LONG 8 macro
|
/third_party/gstreamer/gstplugins_good/ |
D | config.h | 101 #define SIZEOF_LONG 8 macro
|
/third_party/gstreamer/gstplugins_bad/ |
D | config.h | 106 #define SIZEOF_LONG 8 macro
|
/third_party/gstreamer/gstplugins_base/ |
D | config.h | 122 #define SIZEOF_LONG 8 macro
|
/third_party/python/Modules/_multiprocessing/ |
D | multiprocessing.h | 52 #if SIZEOF_VOID_P == SIZEOF_LONG
|
/third_party/python/Modules/ |
D | overlapped.c | 978 #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.c | 627 #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/ |
D | config.h | 264 #define SIZEOF_LONG 8 macro
|
/third_party/curl/lib/ |
D | config-win32ce.h | 302 #define SIZEOF_LONG 4 macro
|