Home
last modified time | relevance | path

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

123

/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/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/python/Python/
Dmystrtoul.c64 #if SIZEOF_LONG == 4
70 #elif SIZEOF_LONG == 8
/third_party/elfutils/libdwfl/
Dlinux-pid-attach.c203 #if SIZEOF_LONG == 8 in pid_memory_read()
215 #if SIZEOF_LONG == 8 in pid_memory_read()
224 #if SIZEOF_LONG == 8 in pid_memory_read()
235 #if SIZEOF_LONG == 8 in pid_memory_read()
/third_party/skia/third_party/externals/freetype/builds/vms/
Dftconfig.h46 #define SIZEOF_LONG 4 macro
/third_party/elfutils/
Dconfig.h150 #define SIZEOF_LONG 8 macro
/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/gstreamer/gstplugins_good/
Dconfig.h101 #define SIZEOF_LONG 8 macro
/third_party/gstreamer/gstplugins_bad/
Dconfig.h106 #define SIZEOF_LONG 8 macro
/third_party/curl/lib/
Dconfig-mac.h77 #define SIZEOF_LONG 4 macro
Dconfig-dos.h81 #define SIZEOF_LONG 4 macro
Dconfig-win32ce.h211 #define SIZEOF_LONG 4 macro
Dconfig-plan9.h53 #define SIZEOF_LONG 4 macro
Dconfig-os400.h236 #define SIZEOF_LONG 4 macro
Dstrtoofft.c38 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
/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/e2fsprogs/
D0016-e2fsprogs-add-sw64.patch127 -#if (defined(__alpha__) || ((defined(__sparc__) || defined(__mips__)) && (SIZEOF_LONG == 4)))
128 …lpha__) || defined(__sw_64__) || ((defined(__sparc__) || defined(__mips__)) && (SIZEOF_LONG == 4)))
/third_party/libsnd/include/
Dconfig.h264 #define SIZEOF_LONG 8 macro
/third_party/node/deps/cares/config/cygwin/
Dares_config.h454 #define SIZEOF_LONG 4 macro
/third_party/python/Modules/_ctypes/
Dcfield.c436 #if SIZEOF_LONG == 4
438 #elif SIZEOF_LONG == 8
1450 #if SIZEOF_VOID_P <= SIZEOF_LONG in P_set()
1489 #if SIZEOF_LONG == 4
1492 #elif SIZEOF_LONG == 8
1519 #elif SIZEOF__BOOL == SIZEOF_LONG
/third_party/curl/customized/include/
Dcurl_config_standard_http3.h934 #define SIZEOF_LONG 8 macro

123