HomeSort by relevance Sort by last modified time
    Searched refs:_USE_32BIT_TIME_T (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/sys/
timeb_s.h 21 #ifndef _USE_32BIT_TIME_T
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 25 #ifdef _USE_32BIT_TIME_T
27 #undef _USE_32BIT_TIME_T
42 #ifdef _USE_32BIT_TIME_T
106 #ifndef _USE_32BIT_TIME_T
114 #endif /* _USE_32BIT_TIME_T */
types.h 15 #ifdef _USE_32BIT_TIME_T
17 #undef _USE_32BIT_TIME_T
34 #ifdef _USE_32BIT_TIME_T
utime.h 30 #ifdef _USE_32BIT_TIME_T
32 #undef _USE_32BIT_TIME_T
48 #ifdef _USE_32BIT_TIME_T
98 #ifndef _USE_32BIT_TIME_T
114 #ifndef _USE_32BIT_TIME_T
118 #endif /* !_USE_32BIT_TIME_T */
stat.h 28 #ifdef _USE_32BIT_TIME_T
30 #undef _USE_32BIT_TIME_T
45 #ifdef _USE_32BIT_TIME_T
179 #ifdef _USE_32BIT_TIME_T
259 #endif /* _USE_32BIT_TIME_T */
264 #ifdef _USE_32BIT_TIME_T
  /system/core/adb/sysdeps/win32/
stat.cpp 32 #ifdef _USE_32BIT_TIME_T
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
time_s.h 38 #ifndef _USE_32BIT_TIME_T
45 #ifdef _USE_32BIT_TIME_T
wchar_s.h 150 #ifndef _USE_32BIT_TIME_T
  /external/curl/lib/
config-win32ce.h 383 /* _USE_32BIT_TIME_T has been defined to get a 32-bit time_t. */
385 # ifndef _USE_32BIT_TIME_T
config-win32.h 500 _USE_32BIT_TIME_T has been defined to get a 32-bit time_t. */
502 # ifndef _USE_32BIT_TIME_T
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 3 #ifdef _USE_32BIT_TIME_T
17 #endif /* _USE_32BIT_TIME_T */
time.h 42 #ifdef _USE_32BIT_TIME_T
170 #ifndef _USE_32BIT_TIME_T
182 #ifndef _USE_32BIT_TIME_T
204 #if !defined(_USE_32BIT_TIME_T)
222 #endif /* !_USE_32BIT_TIME_T */
225 #ifdef _USE_32BIT_TIME_T
_mingw.h 363 #ifndef _USE_32BIT_TIME_T
364 #define _USE_32BIT_TIME_T
io.h 62 #ifdef _USE_32BIT_TIME_T
78 #endif /* _USE_32BIT_TIME_T */
121 #ifdef _USE_32BIT_TIME_T
137 #endif /* _USE_32BIT_TIME_T */
crtdefs.h 126 #ifdef _USE_32BIT_TIME_T
128 #error You cannot use 32-bit time_t (_USE_32BIT_TIME_T) with _WIN64
129 #undef _USE_32BIT_TIME_T
131 #endif /* _USE_32BIT_TIME_T */
135 #ifdef _USE_32BIT_TIME_T
wchar.h 113 #ifdef _USE_32BIT_TIME_T
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 1008 ** For MinGW version 4.x (and higher), check to see if the _USE_32BIT_TIME_T
1012 #if !defined(_USE_32BIT_TIME_T) && !defined(_USE_64BIT_TIME_T) && \
1016 # define _USE_32BIT_TIME_T
1020 ** first in QNX. Also, the _USE_32BIT_TIME_T macro must appear first for
    [all...]
  /external/sqlite/dist/
sqlite3.c 1008 ** For MinGW version 4.x (and higher), check to see if the _USE_32BIT_TIME_T
1012 #if !defined(_USE_32BIT_TIME_T) && !defined(_USE_64BIT_TIME_T) && \
1016 # define _USE_32BIT_TIME_T
1020 ** first in QNX. Also, the _USE_32BIT_TIME_T macro must appear first for
    [all...]

Completed in 903 milliseconds