Home
last modified time | relevance | path

Searched refs:SIZEOF_LONG_LONG (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Include/
Dlongobject.h47 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_PID_T == SIZEOF_LONG_LONG
61 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_VOID_P == SIZEOF_LONG_LONG
/third_party/python/Modules/_multiprocessing/
Dmultiprocessing.h55 #elif SIZEOF_VOID_P == SIZEOF_LONG_LONG
/third_party/libsnd/include/
Dconfig.h267 #define SIZEOF_LONG_LONG 8 macro
/third_party/python/Modules/_sqlite/
Dutil.c108 # if SIZEOF_LONG_LONG > 8 in _pysqlite_long_as_int64()
/third_party/python/Modules/_ctypes/
Dcfield.c444 #if SIZEOF_LONG_LONG == 8
1295 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in z_set()
1333 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in Z_set()
1453 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in P_set()
1498 #if SIZEOF_LONG_LONG == 8
1521 #elif SIZEOF__BOOL == SIZEOF_LONG_LONG
/third_party/python/Modules/_io/
D_iomodule.h114 #elif (SIZEOF_OFF_T == SIZEOF_LONG_LONG)
/third_party/python/PC/
Dpyconfig.h327 #define SIZEOF_LONG_LONG 8 macro
/third_party/python/Python/
Dpytime.c73 #if SIZEOF_TIME_T == SIZEOF_LONG_LONG in _PyLong_AsTime_t()
93 #if SIZEOF_TIME_T == SIZEOF_LONG_LONG in _PyLong_FromTime_t()
/third_party/libsnd/cmake/
DSndFileChecks.cmake94 check_type_size (long\ long SIZEOF_LONG_LONG)
/third_party/python/Modules/
Dselectmodule.c1737 #elif (SIZEOF_UINTPTR_T == SIZEOF_LONG_LONG)
1756 #if SIZEOF_LONG_LONG == 8
1769 #if SIZEOF_LONG_LONG == 4
D_struct.c843 if (SIZEOF_LONG_LONG > f->size) in bu_longlong()
1064 if (SIZEOF_LONG_LONG > f->size) in lu_longlong()
D_tkinter.c1217 if (sizeof(wideValue) <= SIZEOF_LONG_LONG) in fromWideIntObj()
D_testcapimodule.c80 CHECK_SIZEOF(SIZEOF_LONG_LONG, long long); in test_config()
/third_party/libsnd/src/
Dcommon.h54 #elif (SIZEOF_LONG_LONG == 8)
/third_party/python/Objects/
Dlongobject.c983 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in PyLong_FromVoidPtr()
1005 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in PyLong_AsVoidPtr()
1157 SIZEOF_LONG_LONG, PY_LITTLE_ENDIAN, 1); in PyLong_AsLongLong()
1196 SIZEOF_LONG_LONG, PY_LITTLE_ENDIAN, 0); in PyLong_AsUnsignedLongLong()
Dunicodeobject.c2771 #define MAX_LONG_LONG_CHARS (2 + (SIZEOF_LONG_LONG*53-1) / 22)
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch256 +#endif /* SIZEOF_LONG_LONG == 8 */
282 +#endif /* SIZEOF_LONG_LONG == 8 */
985 +#define SIZEOF_LONG_LONG 8
2860 +#endif /* SIZEOF_LONG_LONG == 8 */
2886 +#endif /* SIZEOF_LONG_LONG == 8 */
/third_party/python/
Dpyconfig.h.in1476 #undef SIZEOF_LONG_LONG
/third_party/chromium/patch/
D0003-ohos-1115.patch3031 +#define SIZEOF_LONG_LONG 8