Home
last modified time | relevance | path

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

/external/libdivsufsort/include/
DCMakeLists.txt105 if(HAVE_INT64_T)
113 else(HAVE_INT64_T)
134 endif(HAVE_INT64_T)
/external/python/cpython2/Include/
Dlongintrepr.h42 defined HAVE_INT64_T && defined HAVE_INT32_T)
Dpyport.h131 #define HAVE_INT64_T 1 macro
134 #ifdef HAVE_INT64_T
145 #if (defined HAVE_UINT64_T && defined HAVE_INT64_T && \
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
Dconfig.h97 #define HAVE_INT64_T 1 macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Config/
Dconfig.h97 #define HAVE_INT64_T 1 macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/
Dconfig.h97 #define HAVE_INT64_T 1 macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Config/
Dconfig.h97 #define HAVE_INT64_T 1 macro
/external/llvm/device/include/llvm/Config/
Dconfig.h178 #define HAVE_INT64_T 1 macro
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h182 #define HAVE_INT64_T 1 macro
Dconfig.h.cmake182 #cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
Dconfig.h.in180 #undef HAVE_INT64_T
/external/llvm/host/include/llvm/Config/
Dconfig.h182 #define HAVE_INT64_T 1 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Config/
Dconfig.h182 #define HAVE_INT64_T 1 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Config/
Dconfig.h182 #define HAVE_INT64_T 1 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Config/
Dconfig.h182 #define HAVE_INT64_T 1 macro
/external/openssh/
Dconfig.h584 #define HAVE_INT64_T 1 macro
Ddefines.h274 #ifndef HAVE_INT64_T
Dconfig.h.in650 #undef HAVE_INT64_T
Dconfigure.ac3488 AC_DEFINE([HAVE_INT64_T], [1], [define if you have int64_t data type]) definition
/external/python/cpython2/PC/
Dpyconfig.h440 #define HAVE_INT64_T 1 macro
/external/llvm/include/llvm/Config/
Dconfig.h.cmake109 #cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake214 check_type_exists(int64_t "${headers}" HAVE_INT64_T)
/external/llvm/cmake/
Dconfig-ix.cmake260 check_type_exists(int64_t "${headers}" HAVE_INT64_T)
/external/python/cpython2/
Dpyconfig.h.in386 #undef HAVE_INT64_T
Dconfigure.ac1829 AC_DEFINE(HAVE_INT64_T, 1, [Define if your compiler provides int64_t.]),,) definition