Home
last modified time | relevance | path

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

12

/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/e2fsprogs/
D0039-ext2fs-Use-64bit-lseek-when-_FILE_OFFSET_BITS-is-64.patch24 -#if SIZEOF_LONG == SIZEOF_LONG_LONG
25 +#if SIZEOF_LONG == SIZEOF_LONG_LONG || _FILE_OFFSET_BITS+0 == 64
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/lame/mac/
DPrecompile_Common.h37 #define SIZEOF_LONG_LONG 8 macro
/third_party/python/Modules/_multiprocessing/
Dmultiprocessing.h55 #elif SIZEOF_VOID_P == SIZEOF_LONG_LONG
/third_party/python/Modules/_sqlite/
Dutil.c108 # if SIZEOF_LONG_LONG > 8 in _pysqlite_long_as_int64()
/third_party/libsnd/include/
Dconfig.h267 #define SIZEOF_LONG_LONG 8 macro
/third_party/curl/m4/
Dcurl-wolfssl.m497 #undef SIZEOF_LONG_LONG
126 dnl wolfssl/ctaocrypt/types.h needs SIZEOF_LONG_LONG defined!
/third_party/curl/lib/
Dconfig-riscos.h202 #undef SIZEOF_LONG_LONG
Dconfig-os400.h221 #define SIZEOF_LONG_LONG 8 macro
Dcurl_config.h.in814 #undef SIZEOF_LONG_LONG
/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.cmake96 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/lame/
Dconfig.h.in264 #undef SIZEOF_LONG_LONG
/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/curl/
DCMakeLists.txt1139 check_type_size("long long" SIZEOF_LONG_LONG)
1155 if(SIZEOF_LONG_LONG)
/third_party/python/
Dpyconfig.h.in1476 #undef SIZEOF_LONG_LONG

12