Home
last modified time | relevance | path

Searched refs:SIZEOF_LONG_LONG (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Include/
H A Dlongobject.h42 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_PID_T == SIZEOF_LONG_LONG
56 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_VOID_P == SIZEOF_LONG_LONG
/third_party/lame/mac/
H A DPrecompile_Common.h37 #define SIZEOF_LONG_LONG 8 macro
/third_party/python/Modules/_ctypes/
H A Dcfield.c445 #if SIZEOF_LONG_LONG == 8
1296 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in z_set()
1334 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in Z_set()
1454 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in P_set()
1505 #elif SIZEOF__BOOL == SIZEOF_LONG_LONG
1549 #if SIZEOF_LONG_LONG == 8 in _ctypes_init_fielddesc()
1581 #elif SIZEOF__BOOL == SIZEOF_LONG_LONG in _ctypes_init_fielddesc()
/third_party/libsnd/include/
H A Dconfig.h267 #define SIZEOF_LONG_LONG 8 macro
/third_party/python/Modules/_multiprocessing/
H A Dmultiprocessing.h57 #elif SIZEOF_VOID_P == SIZEOF_LONG_LONG
/third_party/curl/lib/
H A Dconfig-os400.h221 #define SIZEOF_LONG_LONG 8 macro
H A Dconfig-riscos.h202 #undef SIZEOF_LONG_LONG macro
/third_party/python/Modules/_io/
H A D_iomodule.h114 #elif (SIZEOF_OFF_T == SIZEOF_LONG_LONG)
/third_party/python/Modules/_sqlite/
H A Dutil.c151 # if SIZEOF_LONG_LONG > 8 in _pysqlite_long_as_int64()
/third_party/python/PC/
H A Dpyconfig.h334 #define SIZEOF_LONG_LONG 8 macro
/third_party/python/Python/
H A Dpytime.c33 #if SIZEOF_TIME_T == SIZEOF_LONG_LONG
171 #if SIZEOF_TIME_T == SIZEOF_LONG_LONG in _PyLong_AsTime_t()
191 #if SIZEOF_TIME_T == SIZEOF_LONG_LONG in _PyLong_FromTime_t()
/third_party/python/Modules/
H A Dselectmodule.c1758 #elif (SIZEOF_UINTPTR_T == SIZEOF_LONG_LONG)
1777 #if SIZEOF_LONG_LONG == 8
1790 #if SIZEOF_LONG_LONG == 4
H A D_struct.c845 if (SIZEOF_LONG_LONG > f->size) in bu_longlong()
1066 if (SIZEOF_LONG_LONG > f->size) in lu_longlong()
H A D_tkinter.c1078 if (sizeof(wideValue) <= SIZEOF_LONG_LONG) in fromWideIntObj()
H A D_testcapimodule.c90 CHECK_SIZEOF(SIZEOF_LONG_LONG, long long); in test_config()
/third_party/python/Objects/
H A Dlongobject.c1067 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in PyLong_FromVoidPtr()
1089 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in PyLong_AsVoidPtr()
1235 SIZEOF_LONG_LONG, PY_LITTLE_ENDIAN, 1); in PyLong_AsLongLong()
1274 SIZEOF_LONG_LONG, PY_LITTLE_ENDIAN, 0); in PyLong_AsUnsignedLongLong()
H A Dunicodeobject.c2715 We need at most ceil(log10(256)*SIZEOF_LONG_LONG) digits,
2717 #define MAX_LONG_LONG_CHARS (2 + (SIZEOF_LONG_LONG*53-1) / 22)

Completed in 52 milliseconds