Home
last modified time | relevance | path

Searched refs:SIZEOF_LONG (Results 1 - 25 of 53) sorted by relevance

123

/third_party/python/Include/
H A Dpymacconfig.h13 # undef SIZEOF_LONG macro
37 # undef SIZEOF_LONG macro
41 # define SIZEOF_LONG 8 macro
54 # define SIZEOF_LONG 4 macro
H A Dlongobject.h38 #elif SIZEOF_PID_T == SIZEOF_LONG
53 #elif SIZEOF_VOID_P == SIZEOF_LONG
H A Dpyport.h578 #if SIZEOF_LONG == 4
580 #elif SIZEOF_LONG == 8
592 #define LONG_BIT (8 * SIZEOF_LONG)
595 #if LONG_BIT != 8 * SIZEOF_LONG
/third_party/python/Objects/stringlib/
H A Dcodecs.h476 #if SIZEOF_LONG == 8
478 #elif SIZEOF_LONG == 4
526 while (_q + SIZEOF_LONG <= e) {
544 # if SIZEOF_LONG == 4
547 # elif SIZEOF_LONG == 8
554 # if SIZEOF_LONG == 4
557 # elif SIZEOF_LONG == 8
564 _q += SIZEOF_LONG;
565 p += SIZEOF_LONG / 2;
/third_party/python/Python/
H A Dmystrtoul.c64 #if SIZEOF_LONG == 4
70 #elif SIZEOF_LONG == 8
78 #error "Need table for SIZEOF_LONG"
H A Dpytime.c36 #elif SIZEOF_TIME_T == SIZEOF_LONG
173 #elif SIZEOF_TIME_T <= SIZEOF_LONG in _PyLong_AsTime_t()
193 #elif SIZEOF_TIME_T <= SIZEOF_LONG in _PyLong_FromTime_t()
227 #if SIZEOF_LONG < _SIZEOF_PYTIME_T in _PyTime_AsLong()
/third_party/python/Modules/
H A Doverlapped.c1028 #if SIZEOF_SIZE_T <= SIZEOF_LONG in _overlapped_Overlapped_ReadFile_impl()
1062 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_ReadFileInto_impl()
1133 #if SIZEOF_SIZE_T <= SIZEOF_LONG in _overlapped_Overlapped_WSARecv_impl()
1169 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSARecvInto_impl()
1208 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WriteFile_impl()
1262 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSASend_impl()
1762 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSASendTo_impl()
1828 #if SIZEOF_SIZE_T <= SIZEOF_LONG in _overlapped_Overlapped_WSARecvFrom_impl()
1896 #if SIZEOF_SIZE_T > SIZEOF_LONG in _overlapped_Overlapped_WSARecvFromInto_impl()
H A D_struct.c629 #if (SIZEOF_LONG > SIZEOF_INT) in np_int()
646 #if (SIZEOF_LONG > SIZEOF_INT) in np_uint()
818 if (SIZEOF_LONG > f->size) in bu_int()
895 if (i != SIZEOF_LONG) { in bp_int()
898 #if (SIZEOF_LONG != 4) in bp_int()
919 if (i != SIZEOF_LONG) { in bp_uint()
1039 if (SIZEOF_LONG > f->size) in lu_int()
1110 if (i != SIZEOF_LONG) { in lp_int()
1113 #if (SIZEOF_LONG != 4) in lp_int()
1134 if (i != SIZEOF_LONG) { in lp_uint()
[all...]
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c203 #if SIZEOF_LONG == 8 in pid_memory_read()
215 #if SIZEOF_LONG == 8 in pid_memory_read()
219 #else /* SIZEOF_LONG != 8 */ in pid_memory_read()
222 #endif /* SIZEOF_LONG != 8 */ in pid_memory_read()
224 #if SIZEOF_LONG == 8 in pid_memory_read()
230 #endif /* SIZEOF_LONG == 8 */ in pid_memory_read()
235 #if SIZEOF_LONG == 8 in pid_memory_read()
243 #endif /* SIZEOF_LONG == 8 */ in pid_memory_read()
/third_party/skia/third_party/externals/freetype/builds/vms/
H A Dftconfig.h46 #define SIZEOF_LONG 4 macro
/third_party/elfutils/
H A Dconfig.h150 #define SIZEOF_LONG 8 macro
/third_party/curl/lib/
H A Dconfig-mac.h77 #define SIZEOF_LONG 4 macro
H A Dconfig-dos.h81 #define SIZEOF_LONG 4 macro
H A Dconfig-plan9.h53 #define SIZEOF_LONG 4 macro
H A Dconfig-win32ce.h201 #define SIZEOF_LONG 4 macro
H A Dconfig-os400.h224 #define SIZEOF_LONG 4 macro
H A Dstrtoofft.c38 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
/third_party/lame/mac/
H A DPrecompile_Common.h36 #define SIZEOF_LONG 4 macro
/third_party/python/Modules/_ctypes/
H A Dcfield.c437 #if SIZEOF_LONG == 4
439 #elif SIZEOF_LONG == 8
1451 #if SIZEOF_VOID_P <= SIZEOF_LONG in P_set()
1503 #elif SIZEOF__BOOL == SIZEOF_LONG
1540 #if SIZEOF_LONG == 4 in _ctypes_init_fielddesc()
1543 #elif SIZEOF_LONG == 8 in _ctypes_init_fielddesc()
1579 #elif SIZEOF__BOOL == SIZEOF_LONG in _ctypes_init_fielddesc()
/third_party/libsnd/include/
H A Dconfig.h264 #define SIZEOF_LONG 8 macro
/third_party/lame/
H A DconfigMS.h14 #define SIZEOF_LONG 4 macro
/third_party/python/Modules/_multiprocessing/
H A Dmultiprocessing.h54 #if SIZEOF_VOID_P == SIZEOF_LONG
/third_party/node/deps/cares/config/cygwin/
H A Dares_config.h454 #define SIZEOF_LONG 4 macro
/third_party/curl/customized/include/
H A Dcurl_config_liteos_m.h954 #define SIZEOF_LONG 4 macro
H A Dcurl_config_standard_http3.h934 #define SIZEOF_LONG 8 macro

Completed in 25 milliseconds

123